• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] Ardentmill Professions Shop and Phantom shop

Skilled Illusionist
Joined
Feb 26, 2009
Messages
307
Reaction score
36
Hello,
i was testing some things in my server and i noticed that Professions shop was missing...
so i made a SQL file for Nack (script style is old skool but still works :D)
Nack: 9031007
ShopID: 300

PHP:
INSERT INTO shops
   (`shopid`, `npcid`)
VALUES
(300, 9031007);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020000, 100000, 1, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020001, 100000, 2, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020002, 100000, 3, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020003, 100000, 4, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020004, 100000, 5, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020005, 100000, 6, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020006, 100000, 7, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020007, 100000, 8, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020008, 100000, 9, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4020009, 1000000, 10, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010000, 100000, 11, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010001, 100000, 12, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010002, 100000, 13, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010003, 100000, 14, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010004, 100000, 15, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010005, 100000, 16, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010006, 100000, 17, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010007, 100000, 18, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4010008, 100000, 19, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025000, 100000, 20, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025001, 100000, 21, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025002, 100000, 22, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025003, 100000, 23, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025004, 100000, 24, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025005, 100000, 25, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025006, 100000, 26, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025007, 100000, 27, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025008, 100000, 28, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025009, 100000, 29, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025010, 100000, 30, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4025011, 100000, 31, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4310015, 1000000, 32, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4000021, 1000000, 33, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4021013, 100000, 34, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4021014, 100000, 35, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4021015, 100000, 36, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4021016, 100000, 37, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4023000, 100000, 38, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022001, 100000, 39, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022002, 100000, 40, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022003, 100000, 41, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022004, 100000, 42, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022005, 100000, 43, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022006, 100000, 44, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022007, 100000, 45, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022008, 100000, 46, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022009, 100000, 47, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022010, 100000, 48, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022011, 100000, 49, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022012, 100000, 50, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022013, 100000, 51, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022014, 100000, 52, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022015, 100000, 53, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022016, 100000, 54, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022017, 100000, 55, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022018, 100000, 56, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022019, 100000, 57, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022020, 100000, 58, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022021, 100000, 59, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022022, 100000, 60, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4022023, 100000, 61, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4024000, 100000, 62, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4024001, 100000, 63, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4024002, 100000, 64, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4024003, 100000, 65, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4024004, 100000, 66, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4024005, 100000, 67, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4024006, 100000, 68, 100);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`, `buyable`)
VALUES
(300, 4024007, 100000, 69, 100);

i also noticed that for the all in one shop that phantom shop was missing so i also made an SQL for that
NPC: 2040023
shopID: 1503

PHP:
INSERT INTO shops
   (`shopid`, `npcid`)
VALUES
(1503, 2040023);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362000, 10000, 1);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362001, 50000, 2);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362002, 100000, 3);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362003, 200000, 4);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362004,300000, 5);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362005, 350000, 6);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362006, 400000, 7);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362007, 430000, 8);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362008, 500000, 9);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362009, 550000, 10);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362010, 600000, 11);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362011, 700000, 12);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362012, 800000, 13);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362013, 900000, 14);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362014, 1500000, 15);

INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1362015, 10000000, 16);


INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1352100, 100000, 17);


INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1352101, 100000, 18);


INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1352102, 100000, 19);


INSERT INTO shopitems
   (`shopid`, `itemid`, `price`, `position`)
VALUES
(1503, 1352103, 100000, 20);

Like if you liked ^^

(off-thread)
-Working on Cash shop NPC
 
Last edited:
Newbie Spellweaver
Joined
Jul 19, 2012
Messages
27
Reaction score
4
Very simple but time consuming, I wouldn't call it release, I would call it an update. :)
Good work.
 
Custom Title Activated
Loyal Member
Joined
Mar 14, 2010
Messages
5,363
Reaction score
1,343
Or you can run this, which is like 80% all GMS shops about.

Code:
--
-- Definition of table `shopitems`
--

DROP TABLE IF EXISTS `shopitems`;
CREATE TABLE `shopitems` (
  `shopitemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `shopid` int(10) unsigned NOT NULL DEFAULT '0',
  `itemid` int(11) NOT NULL DEFAULT '0',
  `price` int(11) NOT NULL DEFAULT '0',
  `position` int(11) NOT NULL DEFAULT '0',
  `reqitem` int(11) NOT NULL DEFAULT '0',
  `reqitemq` int(11) NOT NULL DEFAULT '0',
  `rank` tinyint(3) NOT NULL DEFAULT '0',
  `buyable` int(11) NOT NULL DEFAULT '0',
  `category` tinyint(3) NOT NULL DEFAULT '0',
  `minLevel` int(11) NOT NULL DEFAULT '0',
  `expiration` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`shopitemid`),
  KEY `shopid` (`shopid`)
) ENGINE=MyISAM AUTO_INCREMENT=8002 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `shopitems`
--

/*!40000 ALTER TABLE `shopitems` DISABLE KEYS */;
INSERT INTO `shopitems` (`shopitemid`,`shopid`,`itemid`,`price`,`position`,`reqitem`,`reqitemq`,`rank`,`buyable`,`category`,`minLevel`,`expiration`) VALUES 
 (1,1052116,2000000,5,1,0,0,0,300,0,0,0),
 (2,1052116,2000001,48,2,0,0,0,300,0,0,0),
 (3,1052116,2000002,96,3,0,0,0,300,0,0,0),
 (4,1052116,2000003,20,4,0,0,0,300,0,0,0),
 (5,1052116,2000006,186,5,0,0,0,300,0,0,0),
 (6,1052116,2010000,3,6,0,0,0,300,0,0,0),
 (7,1052116,2010002,5,7,0,0,0,300,0,0,0),
 (8,1052116,2010001,10,8,0,0,0,300,0,0,0),
 (9,1052116,2010003,10,9,0,0,0,300,0,0,0),
 (10,1052116,2010004,93,10,0,0,0,300,0,0,0),
 (11,1052116,2030000,400,11,0,0,0,100,0,0,0),
 (12,1052116,2022000,1155,12,0,0,0,300,0,0,0),
 (13,1052116,2022003,770,13,0,0,0,300,0,0,0),
 (14,1052116,2060000,1,14,0,0,0,2000,0,0,0),
 (15,1052116,2061000,1,15,0,0,0,2000,0,0,0),
 (16,1052116,2060000,1400,16,0,0,0,2000,0,0,0),
 (17,1052116,2061000,1400,17,0,0,0,2000,0,0,0),
 (18,1052116,2460000,2000,18,0,0,0,100,0,0,0),
 (19,1052116,2460001,8000,19,0,0,0,100,0,0,0),
 (20,1052116,2460002,32000,20,0,0,0,100,0,0,0),
 (21,1052116,2460003,128000,21,0,0,0,100,0,0,0),
 (22,1052116,2930000,5000,22,0,0,0,100,0,0,0),
 (23,1052116,2070000,500,23,0,0,0,700,0,0,0),
 (24,1052116,2330000,600,24,0,0,0,800,0,0,0),
 (25,2093000,1302008,40000,1,0,0,0,1,0,0,0),
 (26,2093000,1312005,40000,2,0,0,0,1,0,0,0),
 (27,2093000,1322014,40000,3,0,0,0,1,0,0,0),
 (28,2093000,1332009,42000,4,0,0,0,1,0,0,0),
 (29,2093000,1332012,40000,5,0,0,0,1,0,0,0),
 (30,2093000,1372003,38000,6,0,0,0,1,0,0,0),
 (31,2093000,1382002,20000,7,0,0,0,1,0,0,0),
 (32,2093000,1402002,150000,8,0,0,0,1,0,0,0),
 (33,2093000,1412006,45000,9,0,0,0,1,0,0,0),
 (34,2093000,1422001,45000,10,0,0,0,1,0,0,0),
 (35,2093000,1432002,60000,11,0,0,0,1,0,0,0),
 (36,2093000,1442001,60000,12,0,0,0,1,0,0,0),
 (37,2093000,1452005,150000,13,0,0,0,1,0,0,0),
 (38,2093000,1462000,30000,14,0,0,0,1,0,0,0),
 (39,2093000,1472001,20000,15,0,0,0,1,0,0,0),
 (40,2093000,1482004,75000,16,0,0,0,1,0,0,0),
 (41,2093000,1492004,75000,17,0,0,0,1,0,0,0),
 (42,2093000,1532004,75000,18,0,0,0,1,0,0,0),
 (43,2093000,1372010,39000,46,0,0,0,1,0,0,0),
 (44,2093001,1002023,120000,1,0,0,0,1,0,0,0),
 (45,2093001,1040021,40000,2,0,0,0,1,0,0,0),
 (46,2093001,1040026,40000,3,0,0,0,1,0,0,0),
 (47,2093001,1051010,60000,4,0,0,0,1,0,0,0),
 (48,2093001,1051011,60000,5,0,0,0,1,0,0,0),
 (49,2093001,1051012,60000,6,0,0,0,1,0,0,0),
 (50,2093001,1051013,60000,7,0,0,0,1,0,0,0),
 (51,2093001,1060016,38000,8,0,0,0,1,0,0,0),
 (52,2093001,1060017,38000,9,0,0,0,1,0,0,0),
 (53,2093001,1060018,38000,10,0,0,0,1,0,0,0),
 (54,2093001,1060019,38000,11,0,0,0,1,0,0,0),
 (55,2093001,1092006,60000,12,0,0,0,1,0,0,0),
 (56,2093001,1002064,40000,13,0,0,0,1,0,0,0),
 (57,2093001,1041041,42000,14,0,0,0,1,0,0,0),
 (58,2093001,1041042,42000,15,0,0,0,1,0,0,0),
 (59,2093001,1041043,42000,16,0,0,0,1,0,0,0),
 (60,2093001,1050003,40000,17,0,0,0,1,0,0,0),
 (61,2093001,1050026,40000,18,0,0,0,1,0,0,0),
 (62,2093001,1050027,40000,19,0,0,0,1,0,0,0),
 (63,2093001,1050028,40000,20,0,0,0,1,0,0,0),
 (64,2093001,1061034,40000,21,0,0,0,1,0,0,0),
 (65,2093001,1061035,40000,22,0,0,0,1,0,0,0),
 (66,2093001,1061036,40000,23,0,0,0,1,0,0,0),
 (67,2093001,1002161,30000,24,0,0,0,1,0,0,0),
 (68,2093001,1002162,30000,25,0,0,0,1,0,0,0),
 (69,2093001,1002163,30000,26,0,0,0,1,0,0,0),
 (70,2093001,1002164,30000,27,0,0,0,1,0,0,0),
 (71,2093001,1002165,30000,28,0,0,0,1,0,0,0),
 (72,2093001,1040069,50000,29,0,0,0,1,0,0,0),
 (73,2093001,1040070,50000,30,0,0,0,1,0,0,0),
 (74,2093001,1040067,50000,31,0,0,0,1,0,0,0),
 (75,2093001,1040068,50000,32,0,0,0,1,0,0,0),
 (76,2093001,1041056,50000,33,0,0,0,1,0,0,0),
 (77,2093001,1041054,50000,34,0,0,0,1,0,0,0),
 (78,2093001,1041055,50000,35,0,0,0,1,0,0,0),
 (79,2093001,1060059,44000,36,0,0,0,1,0,0,0),
 (80,2093001,1060058,44000,37,0,0,0,1,0,0,0),
 (81,2093001,1060056,44000,38,0,0,0,1,0,0,0),
 (82,2093001,1060057,44000,39,0,0,0,1,0,0,0),
 (83,2093001,1061052,44000,40,0,0,0,1,0,0,0),
 (84,2093001,1061050,44000,41,0,0,0,1,0,0,0),
 (85,2093001,1061051,44000,42,0,0,0,1,0,0,0),
 (86,2093001,1002171,30000,43,0,0,0,1,0,0,0),
 (87,2093001,1002172,30000,44,0,0,0,1,0,0,0),
 (88,2093001,1002173,30000,45,0,0,0,1,0,0,0),
 (89,2093001,1002174,30000,46,0,0,0,1,0,0,0),
 (90,2093001,1002175,30000,47,0,0,0,1,0,0,0),
 (91,2093001,1040057,45000,48,0,0,0,1,0,0,0),
 (92,2093001,1040058,45000,49,0,0,0,1,0,0,0),
 (93,2093001,1040059,45000,50,0,0,0,1,0,0,0),
 (94,2093001,1040060,45000,51,0,0,0,1,0,0,0),
 (95,2093001,1041047,45000,52,0,0,0,1,0,0,0),
 (96,2093001,1041048,45000,53,0,0,0,1,0,0,0),
 (97,2093001,1041049,45000,54,0,0,0,1,0,0,0),
 (98,2093001,1041050,45000,55,0,0,0,1,0,0,0),
 (99,2093001,1060043,40000,56,0,0,0,1,0,0,0),
 (100,2093001,1060044,40000,57,0,0,0,1,0,0,0),
 (101,2093001,1060045,40000,58,0,0,0,1,0,0,0),
 (102,2093001,1060046,40000,59,0,0,0,1,0,0,0),
 (103,2093001,1061043,40000,60,0,0,0,1,0,0,0),
 (104,2093001,1061044,40000,61,0,0,0,1,0,0,0),
 (105,2093001,1061045,40000,62,0,0,0,1,0,0,0),
 (106,2093001,1061046,40000,63,0,0,0,1,0,0,0),
 (107,2093001,1002622,40000,64,0,0,0,1,0,0,0),
 (108,2093001,1052107,90000,65,0,0,0,1,0,0,0),
 (109,2093001,1372010,39000,93,0,0,0,1,0,0,0),
 (110,2093002,2000000,5,1,0,0,0,300,0,0,0),
 (111,2093002,2000001,48,2,0,0,0,300,0,0,0),
 (112,2093002,2000002,96,3,0,0,0,300,0,0,0),
 (113,2093002,2000003,20,4,0,0,0,300,0,0,0),
 (114,2093002,2000006,186,5,0,0,0,300,0,0,0),
 (115,2093002,2002000,500,6,0,0,0,300,0,0,0),
 (116,2093002,2002001,400,7,0,0,0,300,0,0,0),
 (117,2093002,2002002,500,8,0,0,0,300,0,0,0),
 (118,2093002,2002004,500,9,0,0,0,300,0,0,0),
 (119,2093002,2002005,500,10,0,0,0,300,0,0,0),
 (120,2093002,2022003,770,11,0,0,0,300,0,0,0),
 (121,2093002,2022000,1155,12,0,0,0,300,0,0,0),
 (122,2093002,2001000,3200,13,0,0,0,300,0,0,0),
 (123,2093002,2001001,2300,14,0,0,0,300,0,0,0),
 (124,2093002,2001002,4000,15,0,0,0,300,0,0,0),
 (125,2093002,2010000,3,16,0,0,0,300,0,0,0),
 (126,2093002,2010002,5,17,0,0,0,300,0,0,0),
 (127,2093002,2010001,10,18,0,0,0,300,0,0,0),
 (128,2093002,1532004,75000,19,0,0,0,1,0,0,0),
 (129,2093002,2010003,10,20,0,0,0,300,0,0,0),
 (130,2093002,2010004,93,21,0,0,0,300,0,0,0),
 (131,2093002,2020028,2100,22,0,0,0,300,0,0,0),
 (132,2093002,2050000,200,23,0,0,0,100,0,0,0),
 (133,2093002,2050001,200,24,0,0,0,100,0,0,0),
 (134,2093002,2050002,300,25,0,0,0,100,0,0,0),
 (135,2093002,2050003,500,26,0,0,0,100,0,0,0),
 (136,2093002,2030000,400,27,0,0,0,100,0,0,0),
 (137,2093002,2060000,1,28,0,0,0,2000,0,0,0),
 (138,2093002,2061000,1,29,0,0,0,2000,0,0,0),
 (139,2093002,2060000,1400,30,0,0,0,2000,0,0,0),
 (140,2093002,2061000,1400,31,0,0,0,2000,0,0,0),
 (141,2093002,2460000,2000,32,0,0,0,100,0,0,0),
 (142,2093002,2460001,8000,33,0,0,0,100,0,0,0),
 (143,2093002,2460002,32000,34,0,0,0,100,0,0,0),
 (144,2093002,2460003,128000,35,0,0,0,100,0,0,0),
 (145,2093002,2930000,5000,36,0,0,0,100,0,0,0),
 (146,2093002,2070000,500,37,0,0,0,500,0,0,0),
 (147,2093002,2330000,600,38,0,0,0,800,0,0,0),
 (148,2093002,1372010,39000,64,0,0,0,1,0,0,0),
 (149,9070001,1132086,0,1,4310015,10,0,1,7,0,0),
 (150,9070001,1152050,0,2,4310015,10,0,1,7,0,0),
 (151,9070001,1112596,0,3,4310015,10,0,1,7,0,0),
 (152,9070001,1122105,0,4,4310015,10,0,1,7,0,0),
 (153,9070001,2028061,0,5,4310015,5,0,100,7,0,0),
 (154,9070001,2028062,0,6,4310015,6,0,100,7,0,0),
 (155,9070001,1162006,0,7,4310015,50,0,1,7,0,0),
 (156,9070001,1162007,0,8,4310015,100,0,1,7,0,0),
 (157,9070001,2510015,0,9,4310015,50,0,100,5,0,0),
 (158,9070001,2510016,0,10,4310015,50,0,100,5,0,0),
 (159,9070001,2510017,0,11,4310015,50,0,100,5,0,0),
 (160,9070001,2510018,0,12,4310015,50,0,100,5,0,0),
 (161,9070001,2510019,0,13,4310015,50,0,100,5,0,0),
 (162,9070001,2510041,0,14,4310015,75,0,100,5,0,0),
 (163,9070001,2510042,0,15,4310015,75,0,100,5,0,0),
 (164,9070001,2510043,0,16,4310015,75,0,100,5,0,0),
 (165,9070001,2510044,0,17,4310015,75,0,100,5,0,0),
 (166,9070001,2510045,0,18,4310015,75,0,100,5,0,0),
 (167,9070001,2510061,0,19,4310015,50,0,100,5,0,0),
 (168,9070001,2510062,0,20,4310015,50,0,100,5,0,0),
 (169,9070001,2510063,0,21,4310015,50,0,100,5,0,0),
 (170,9070001,2510064,0,22,4310015,50,0,100,5,0,0),
 (171,9070001,2510065,0,23,4310015,50,0,100,5,0,0),
 (172,9070001,2510081,0,24,4310015,50,0,100,5,0,0),
 (173,9070001,2510082,0,25,4310015,50,0,100,5,0,0),
 (174,9070001,2510083,0,26,4310015,50,0,100,5,0,0),
 (175,9070001,2510084,0,27,4310015,50,0,100,5,0,0),
 (176,9070001,2510085,0,28,4310015,50,0,100,5,0,0),
 (177,9070001,2510086,0,29,4310015,50,0,100,5,0,0),
 (178,9070001,2510087,0,30,4310015,50,0,100,5,0,0),
 (179,9070001,2510088,0,31,4310015,50,0,100,5,0,0),
 (180,9070001,2510089,0,32,4310015,50,0,100,5,0,0),
 (181,9070001,2510090,0,33,4310015,50,0,100,5,0,0),
 (182,9070001,2510144,0,34,4310015,75,0,100,5,0,0),
 (183,9070001,2510148,0,35,4310015,75,0,100,5,0,0),
 (184,9070001,2510149,0,36,4310015,75,0,100,5,0,0),
 (185,9070001,2510150,0,37,4310015,75,0,100,5,0,0),
 (186,9070001,2510263,0,38,4310015,75,0,100,5,0,0),
 (187,9070001,2510264,0,39,4310015,75,0,100,5,0,0),
 (188,9070001,2510265,0,40,4310015,75,0,100,5,0,0),
 (189,9070001,2510266,0,41,4310015,75,0,100,5,0,0),
 (190,9070001,2510146,0,42,4310015,75,0,100,5,0,0),
 (191,9070001,2510147,0,43,4310015,75,0,100,5,0,0),
 (192,9070001,2510151,0,44,4310015,75,0,100,5,0,0),
 (193,9070001,2510152,0,45,4310015,75,0,100,5,0,0),
 (194,9070001,2510145,0,46,4310015,75,0,100,5,0,0),
 (195,9070001,2510153,0,47,4310015,75,0,100,5,0,0),
 (196,9070001,2510154,0,48,4310015,75,0,100,5,0,0),
 (197,9070001,2510155,0,49,4310015,75,0,100,5,0,0),
 (198,9070001,2511020,0,50,4310015,50,0,100,5,0,0),
 (199,9070001,2511041,0,51,4310015,50,0,100,5,0,0),
 (200,9070001,2511058,0,52,4310015,75,0,100,5,0,0),
 (201,9070001,2511080,0,53,4310015,75,0,100,5,0,0),
 (202,9070001,2511102,0,54,4310015,50,0,100,5,0,0),
 (203,9070001,2510177,0,55,4310015,15,0,100,5,0,0),
 (204,9070001,2510178,0,56,4310015,15,0,100,5,0,0),
 (205,9070001,2510179,0,57,4310015,15,0,100,5,0,0),
 (206,9070001,2510180,0,58,4310015,15,0,100,5,0,0),
 (207,9070001,2510181,0,59,4310015,15,0,100,5,0,0),
 (208,9070001,2510182,0,60,4310015,25,0,100,5,0,0),
 (209,9070001,2510183,0,61,4310015,25,0,100,5,0,0),
 (210,9070001,2510184,0,62,4310015,25,0,100,5,0,0),
 (211,9070001,2510185,0,63,4310015,25,0,100,5,0,0),
 (212,9070001,2510186,0,64,4310015,25,0,100,5,0,0),
 (213,9070001,2510187,0,65,4310015,15,0,100,5,0,0),
 (214,9070001,2510188,0,66,4310015,15,0,100,5,0,0),
 (215,9070001,2510189,0,67,4310015,15,0,100,5,0,0),
 (216,9070001,2510190,0,68,4310015,15,0,100,5,0,0),
 (217,9070001,2510191,0,69,4310015,15,0,100,5,0,0),
 (218,9070001,2510192,0,70,4310015,15,0,100,5,0,0),
 (219,9070001,2510193,0,71,4310015,15,0,100,5,0,0),
 (220,9070001,2510194,0,72,4310015,15,0,100,5,0,0),
 (221,9070001,2510195,0,73,4310015,15,0,100,5,0,0),
 (222,9070001,2510196,0,74,4310015,15,0,100,5,0,0),
 (223,9070001,2511040,0,75,4310015,15,0,100,5,0,0),
 (224,9070001,2511079,0,76,4310015,25,0,100,5,0,0),
 (225,9070001,2511097,0,77,4310015,15,0,100,5,0,0),
 (226,9070001,2430221,0,78,4310015,4,0,100,7,0,0),
 (227,9070001,2460000,2000,79,0,0,0,100,2,0,0),
 (228,9070001,2460001,8000,80,0,0,0,100,2,0,0),
 (229,9070001,2460002,32000,81,0,0,0,100,2,0,0),
 (230,9070001,2460003,128000,82,0,0,0,100,2,0,0),
 (231,9070001,2060000,1,83,0,0,0,2000,2,0,0),
 (232,9070001,2061000,1,84,0,0,0,2000,2,0,0),
 (233,9070001,2060000,1400,85,0,0,0,2000,2,0,0),
 (234,9070001,2061000,1400,86,0,0,0,2000,2,0,0),
 (235,1052104,2040000,35000,1,0,0,0,100,0,0,0),
 (236,1052104,2040003,35000,2,0,0,0,100,0,0,0),
 (237,1052104,2040500,35000,3,0,0,0,100,0,0,0),
 (238,1052104,2040600,35000,4,0,0,0,100,0,0,0),
 (239,1052104,2040700,35000,5,0,0,0,100,0,0,0),
 (240,1052104,2040703,35000,6,0,0,0,100,0,0,0),
 (241,1052104,2043000,70000,7,0,0,0,100,0,0,0),
 (242,1052104,2043100,70000,8,0,0,0,100,0,0,0),
 (243,1052104,2043200,70000,9,0,0,0,100,0,0,0),
 (244,1052104,2044000,70000,10,0,0,0,100,0,0,0),
 (245,1052104,2044100,70000,11,0,0,0,100,0,0,0),
 (246,1052104,2044200,70000,12,0,0,0,100,0,0,0),
 (247,1052104,2044300,70000,13,0,0,0,100,0,0,0),
 (248,1052104,2044400,70000,14,0,0,0,100,0,0,0),
 (249,1052104,2043300,70000,15,0,0,0,100,0,0,0),
 (250,1052104,2044700,70000,16,0,0,0,100,0,0,0),
 (251,1052104,2044800,70000,17,0,0,0,100,0,0,0),
 (252,1052104,2044900,70000,18,0,0,0,100,0,0,0),
 (253,1052104,2043400,70000,19,0,0,0,100,0,0,0),
 (254,9031007,4001480,1000,1,0,0,0,1,10,0,0),
 (255,9031007,4001481,10000,2,0,0,0,1,10,0,0),
 (256,9031007,4001569,20000,3,0,0,0,1,10,0,0),
 (257,9031007,4001571,50000,4,0,0,0,1,10,0,0),
 (258,9031007,4001482,1000,5,0,0,0,1,10,0,0),
 (259,9031007,4001483,10000,6,0,0,0,1,10,0,0),
 (260,9031007,4001570,20000,7,0,0,0,1,10,0,0),
 (261,9031007,4001572,50000,8,0,0,0,1,10,0,0),
 (262,9031007,2430220,100000,9,0,0,0,100,4,0,0),
 (263,9031007,2430227,300000,10,0,0,0,100,4,0,0),
 (264,9031007,4340000,1000,11,0,0,0,100,4,0,0),
 (265,9031007,1502000,100,12,0,0,0,1,4,0,0),
 (266,9031007,1512000,100,13,0,0,0,1,4,0,0),
 (267,9031007,4024000,100,14,0,0,0,100,11,0,0),
 (268,9031007,4024001,300,15,0,0,0,100,11,0,0),
 (269,9031007,4024002,500,16,0,0,0,100,11,0,0),
 (270,9031007,4024003,1000,17,0,0,0,100,11,0,0),
 (271,9031007,4024004,100,18,0,0,0,100,11,0,0),
 (272,9031007,4024005,300,19,0,0,0,100,11,0,0),
 (273,9031007,4024006,500,20,0,0,0,100,11,0,0),
 (274,9031007,4024007,1000,21,0,0,0,100,11,0,0),
 (275,9031007,4025000,1000,22,0,0,0,100,11,0,0),
 (276,9031007,4025001,5000,23,0,0,0,100,11,0,0),
 (277,9031007,4025002,10000,24,0,0,0,100,11,0,0),
 (278,9031007,4025003,50000,25,0,0,0,100,11,0,0),
 (279,9031007,4025004,100,26,0,0,0,100,11,0,0),
 (280,9031007,4025005,200,27,0,0,0,100,11,0,0),
 (281,9031007,4025006,400,28,0,0,0,100,11,0,0),
 (282,9031007,4025007,800,29,0,0,0,100,11,0,0),
 (283,9031007,4025008,50,30,0,0,0,100,11,0,0),
 (284,9031007,4025009,100,31,0,0,0,100,11,0,0),
 (285,9031007,4025010,200,32,0,0,0,100,11,0,0),
 (286,9031007,4025011,400,33,0,0,0,100,11,0,0),
 (287,9031007,4021017,5000,34,0,0,0,100,11,0,0),
 (288,9031007,4022000,2000,35,0,0,0,100,11,0,0),
 (289,9031007,4022001,2000,36,0,0,0,100,11,0,0),
 (290,9031007,4022002,4000,37,0,0,0,100,11,0,0),
 (291,9031007,4022003,4000,38,0,0,0,100,11,0,0),
 (292,9031007,4022004,6000,39,0,0,0,100,11,0,0),
 (293,9031007,4022005,6000,40,0,0,0,100,11,0,0),
 (294,9031007,4022006,10000,41,0,0,0,100,11,0,0),
 (295,9031007,4022007,10000,42,0,0,0,100,11,0,0),
 (296,9031007,4020004,2000,43,0,0,0,100,11,0,0),
 (297,9031007,4010004,2000,44,0,0,0,100,11,0,0),
 (298,9031007,4010005,4000,45,0,0,0,100,11,0,0),
 (299,9031007,4020001,4000,46,0,0,0,100,11,0,0),
 (300,9031007,4010001,6000,47,0,0,0,100,11,0,0),
 (301,9031007,4020005,6000,48,0,0,0,100,11,0,0),
 (302,9031007,4010003,10000,49,0,0,0,100,11,0,0),
 (303,9031007,4010000,10000,50,0,0,0,100,11,0,0),
 (304,9031007,2460000,2000,51,0,0,0,100,4,0,0),
 (305,9031007,2460001,8000,52,0,0,0,100,4,0,0),
 (306,9031007,2460002,32000,53,0,0,0,100,4,0,0),
 (307,9031007,2460003,128000,54,0,0,0,100,4,0,0),
 (308,9031006,2510000,300000,1,0,0,0,100,0,0,0),
 (309,9031006,2510001,300000,2,0,0,0,100,0,0,0),
 (310,9031006,2510002,300000,3,0,0,0,100,0,0,0),
 (311,9031006,2510003,300000,4,0,0,0,100,0,0,0),
 (312,9031006,2510004,300000,5,0,0,0,100,0,0,0),
 (313,9031006,2510020,300000,6,0,0,0,100,0,0,0),
 (314,9031006,2510021,300000,7,0,0,0,100,0,0,0),
 (315,9031006,2510022,300000,8,0,0,0,100,0,0,0),
 (316,9031006,2510023,300000,9,0,0,0,100,0,0,0),
 (317,9031006,2510024,300000,10,0,0,0,100,0,0,0),
 (318,9031006,2510025,300000,11,0,0,0,100,0,0,0),
 (319,9031006,2510026,300000,12,0,0,0,100,0,0,0),
 (320,9031006,2510027,300000,13,0,0,0,100,0,0,0),
 (321,9031006,2510028,300000,14,0,0,0,100,0,0,0),
 (322,9031006,2510029,300000,15,0,0,0,100,0,0,0),
 (323,9031006,2510030,300000,16,0,0,0,100,0,0,0),
 (324,9031006,2510046,300000,17,0,0,0,100,0,0,0),
 (325,9031006,2510047,300000,18,0,0,0,100,0,0,0),
 (326,9031006,2510048,300000,19,0,0,0,100,0,0,0),
 (327,9031006,2510049,300000,20,0,0,0,100,0,0,0),
 (328,9031006,2510050,300000,21,0,0,0,100,0,0,0),
 (329,9031006,2510066,300000,22,0,0,0,100,0,0,0),
 (330,9031006,2510067,300000,23,0,0,0,100,0,0,0),
 (331,9031006,2510068,300000,24,0,0,0,100,0,0,0),
 (332,9031006,2510069,300000,25,0,0,0,100,0,0,0),
 (333,9031006,2510070,300000,26,0,0,0,100,0,0,0),
 (334,9031006,2510091,500000,27,0,0,0,100,0,0,0),
 (335,9031006,2510092,500000,28,0,0,0,100,0,0,0),
 (336,9031006,2510093,500000,29,0,0,0,100,0,0,0),
 (337,9031006,2510094,500000,30,0,0,0,100,0,0,0),
 (338,9031006,2510095,500000,31,0,0,0,100,0,0,0),
 (339,9031006,2510096,500000,32,0,0,0,100,0,0,0),
 (340,9031006,2510097,500000,33,0,0,0,100,0,0,0),
 (341,9031006,2510098,500000,34,0,0,0,100,0,0,0),
 (342,9031006,2510099,500000,35,0,0,0,100,0,0,0),
 (343,9031006,2510100,500000,36,0,0,0,100,0,0,0),
 (344,9031006,2510101,500000,37,0,0,0,100,0,0,0),
 (345,9031006,2510102,500000,38,0,0,0,100,0,0,0),
 (346,9031006,2510103,500000,39,0,0,0,100,0,0,0),
 (347,9031006,2510104,500000,40,0,0,0,100,0,0,0),
 (348,9031006,2510105,500000,41,0,0,0,100,0,0,0),
 (349,9031006,2510106,500000,42,0,0,0,100,0,0,0),
 (350,9031006,2510107,500000,43,0,0,0,100,0,0,0),
 (351,9031006,2510425,500000,44,0,0,0,100,0,0,0),
 (352,9031006,2510433,500000,45,0,0,0,100,0,0,0),
 (353,9031006,2510156,500000,46,0,0,0,100,0,0,0),
 (354,9031006,2510157,500000,47,0,0,0,100,0,0,0),
 (355,9031006,2510158,500000,48,0,0,0,100,0,0,0),
 (356,9031006,2510159,500000,49,0,0,0,100,0,0,0),
 (357,9031006,2510165,200000,50,0,0,0,100,0,0,0),
 (358,9031006,2510166,200000,51,0,0,0,100,0,0,0),
 (359,9031006,2511000,300000,52,0,0,0,100,0,0,0),
 (360,9031006,2511004,300000,53,0,0,0,100,0,0,0),
 (361,9031006,2511008,300000,54,0,0,0,100,0,0,0),
 (362,9031006,2511012,300000,55,0,0,0,100,0,0,0),
 (363,9031006,2511016,300000,56,0,0,0,100,0,0,0),
 (364,9031006,2511021,300000,57,0,0,0,100,0,0,0),
 (365,9031006,2511024,300000,58,0,0,0,100,0,0,0),
 (366,9031006,2511028,300000,59,0,0,0,100,0,0,0),
 (367,9031006,2511032,300000,60,0,0,0,100,0,0,0),
 (368,9031006,2511036,300000,61,0,0,0,100,0,0,0),
 (369,9031006,2511042,300000,62,0,0,0,100,0,0,0),
 (370,9031006,2511046,300000,63,0,0,0,100,0,0,0),
 (371,9031006,2511050,300000,64,0,0,0,100,0,0,0),
 (372,9031006,2511054,300000,65,0,0,0,100,0,0,0),
 (373,9031006,2511059,300000,66,0,0,0,100,0,0,0),
 (374,9031006,2511060,300000,67,0,0,0,100,0,0,0),
 (375,9031006,2511061,300000,68,0,0,0,100,0,0,0),
 (376,9031006,2511062,300000,69,0,0,0,100,0,0,0),
 (377,9031006,2511063,300000,70,0,0,0,100,0,0,0),
 (378,2150001,1302007,3000,1,0,0,0,1,0,0,0),
 (379,2150001,1302005,6000,2,0,0,0,1,0,0,0),
 (380,2150001,1302002,10000,3,0,0,0,1,0,0,0),
 (381,2150001,1302006,10000,4,0,0,0,1,0,0,0),
 (382,2150001,1302003,20000,5,0,0,0,1,0,0,0),
 (383,2150001,1302008,40000,6,0,0,0,1,0,0,0),
 (384,2150001,1332006,7000,7,0,0,0,1,0,0,0),
 (385,2150001,1332008,10000,8,0,0,0,1,0,0,0),
 (386,2150001,1332010,22000,9,0,0,0,1,0,0,0),
 (387,2150001,1312001,6000,10,0,0,0,1,0,0,0),
 (388,2150001,1312003,20000,11,0,0,0,1,0,0,0),
 (389,2150001,1312005,40000,12,0,0,0,1,0,0,0),
 (390,2150001,1322000,6000,13,0,0,0,1,0,0,0),
 (391,2150001,1322002,10000,14,0,0,0,1,0,0,0),
 (392,2150001,1322004,22000,15,0,0,0,1,0,0,0),
 (393,2150001,1322014,40000,16,0,0,0,1,0,0,0),
 (394,2150001,1402001,3000,17,0,0,0,1,0,0,0),
 (395,2150001,1402000,12000,18,0,0,0,1,0,0,0),
 (396,2150001,1402008,22000,19,0,0,0,1,0,0,0),
 (397,2150001,1412001,3000,20,0,0,0,1,0,0,0),
 (398,2150001,1412002,10000,21,0,0,0,1,0,0,0),
 (399,2150001,1412000,22000,22,0,0,0,1,0,0,0),
 (400,2150001,1412006,45000,23,0,0,0,1,0,0,0),
 (401,2150001,1422002,6000,24,0,0,0,1,0,0,0),
 (402,2150001,1422003,10000,25,0,0,0,1,0,0,0),
 (403,2150001,1422006,10000,26,0,0,0,1,0,0,0),
 (404,2150001,1432001,7000,27,0,0,0,1,0,0,0),
 (405,2150001,1442000,3000,28,0,0,0,1,0,0,0),
 (406,2150001,1442006,8000,29,0,0,0,1,0,0,0),
 (407,2150001,1442007,12000,30,0,0,0,1,0,0,0),
 (408,2150001,1372005,2000,31,0,0,0,1,0,0,0),
 (409,2150001,1372006,5000,32,0,0,0,1,0,0,0),
 (410,2150001,1372002,9000,33,0,0,0,1,0,0,0),
 (411,2150001,1372004,18000,34,0,0,0,1,0,0,0),
 (412,2150001,1372003,38000,35,0,0,0,1,0,0,0),
 (413,2150001,1382000,3000,36,0,0,0,1,0,0,0),
 (414,2150001,1382003,6000,37,0,0,0,1,0,0,0),
 (415,2150001,1382005,6000,38,0,0,0,1,0,0,0),
 (416,2150001,1382004,10000,39,0,0,0,1,0,0,0),
 (417,2150001,1382002,20000,40,0,0,0,1,0,0,0),
 (418,2150001,1322002,10000,41,0,0,0,1,0,0,0),
 (419,2150001,1452002,3000,42,0,0,0,1,0,0,0),
 (420,2150001,1452003,6000,43,0,0,0,1,0,0,0),
 (421,2150001,1452001,10000,44,0,0,0,1,0,0,0),
 (422,2150001,1452000,20000,45,0,0,0,1,0,0,0),
 (423,2150001,1462001,4000,46,0,0,0,1,0,0,0),
 (424,2150001,1462002,8000,47,0,0,0,1,0,0,0),
 (425,2150001,1462003,12000,48,0,0,0,1,0,0,0),
 (426,2150001,1462000,30000,49,0,0,0,1,0,0,0),
 (427,2150001,1332000,4000,50,0,0,0,1,0,0,0),
 (428,2150001,1332002,8000,51,0,0,0,1,0,0,0),
 (429,2150001,1332008,10000,52,0,0,0,1,0,0,0),
 (430,2150001,1332013,15000,53,0,0,0,1,0,0,0),
 (431,2150001,1332010,22000,54,0,0,0,1,0,0,0),
 (432,2150001,1332004,38000,55,0,0,0,1,0,0,0),
 (433,2150001,1332012,40000,56,0,0,0,1,0,0,0),
 (434,2150001,1332009,42000,57,0,0,0,1,0,0,0),
 (435,2150001,1322009,20000,58,0,0,0,1,0,0,0),
 (436,2150001,1472000,3000,59,0,0,0,1,0,0,0),
 (437,2150001,1342000,10000,60,0,0,0,1,0,0,0),
 (438,2150001,1342001,42000,61,0,0,0,1,0,0,0),
 (439,2150001,1492000,3000,62,0,0,0,1,0,0,0),
 (440,2150001,1492001,6000,63,0,0,0,1,0,0,0),
 (441,2150001,1492002,10000,64,0,0,0,1,0,0,0),
 (442,2150001,1492003,22000,65,0,0,0,1,0,0,0),
 (443,2150001,1492004,50000,66,0,0,0,1,0,0,0),
 (444,2150001,1532000,3000,67,0,0,0,1,0,0,0),
 (445,2150001,1532001,6000,68,0,0,0,1,0,0,0),
 (446,2150001,1532002,10000,69,0,0,0,1,0,0,0),
 (447,2150001,1532003,22000,70,0,0,0,1,0,0,0),
 (448,2150001,1532004,50000,71,0,0,0,1,0,0,0),
 (449,2150001,1482000,3000,72,0,0,0,1,0,0,0),
 (450,2150001,1482001,6000,73,0,0,0,1,0,0,0),
 (451,2150001,1482002,10000,74,0,0,0,1,0,0,0),
 (452,2150001,1482003,20000,75,0,0,0,1,0,0,0),
 (453,2150001,1482004,52000,76,0,0,0,1,0,0,0),
 (454,2150001,1422004,20000,77,0,0,0,1,0,0,0),
 (455,2150001,1442004,24000,78,0,0,0,1,0,0,0),
 (456,2150001,1322007,6000,79,0,0,0,1,0,0,0),
 (457,2150001,1322008,12000,80,0,0,0,1,0,0,0),
 (458,2150001,1422000,3000,81,0,0,0,1,0,0,0),
 (459,2150001,1432000,3000,82,0,0,0,1,0,0,0),
 (460,2150001,1002008,500,83,0,0,0,1,0,0,0),
 (461,2150001,1002033,3000,84,0,0,0,1,0,0,0),
 (462,2150001,1002012,3000,85,0,0,0,1,0,0,0),
 (463,2150001,1002060,3000,86,0,0,0,1,0,0,0),
 (464,2150001,1002061,3000,87,0,0,0,1,0,0,0),
 (465,2150001,1002062,3000,88,0,0,0,1,0,0,0),
 (466,2150001,1002063,3000,89,0,0,0,1,0,0,0),
 (467,2150001,1002112,4000,90,0,0,0,1,0,0,0),
 (468,2150001,1002113,4000,91,0,0,0,1,0,0,0),
 (469,2150001,1002114,4000,92,0,0,0,1,0,0,0),
 (470,2150001,1002115,4000,93,0,0,0,1,0,0,0),
 (471,2150001,1002116,4000,94,0,0,0,1,0,0,0),
 (472,2150001,1002117,12000,95,0,0,0,1,0,0,0),
 (473,2150001,1002118,12000,96,0,0,0,1,0,0,0),
 (474,2150001,1002119,12000,97,0,0,0,1,0,0,0),
 (475,2150001,1002120,12000,98,0,0,0,1,0,0,0),
 (476,2150001,1002121,12000,99,0,0,0,1,0,0,0),
 (477,2150001,1002010,800,100,0,0,0,1,0,0,0),
 (478,2150001,1002057,800,101,0,0,0,1,0,0,0),
 (479,2150001,1002156,20000,102,0,0,0,1,0,0,0),
 (480,2150001,1002157,20000,103,0,0,0,1,0,0,0),
 (481,2150001,1002158,20000,104,0,0,0,1,0,0,0),
 (482,2150001,1002159,20000,105,0,0,0,1,0,0,0),
 (483,2150001,1002160,20000,106,0,0,0,1,0,0,0),
 (484,2150001,1002161,30000,107,0,0,0,1,0,0,0),
 (485,2150001,1002162,30000,108,0,0,0,1,0,0,0),
 (486,2150001,1002163,30000,109,0,0,0,1,0,0,0),
 (487,2150001,1002164,30000,110,0,0,0,1,0,0,0),
 (488,2150001,1002165,30000,111,0,0,0,1,0,0,0),
 (489,2150001,1032001,7000,112,0,0,0,1,0,0,0),
 (490,2150001,1032003,7000,113,0,0,0,1,0,0,0),
 (491,2150001,1040008,3200,114,0,0,0,1,0,0,0),
 (492,2150001,1040071,3200,115,0,0,0,1,0,0,0),
 (493,2150001,1040007,5500,116,0,0,0,1,0,0,0),
 (494,2150001,1040011,5500,117,0,0,0,1,0,0,0),
 (495,2150001,1040003,9000,118,0,0,0,1,0,0,0),
 (496,2150001,1040022,15000,119,0,0,0,1,0,0,0),
 (497,2150001,1040023,15000,120,0,0,0,1,0,0,0),
 (498,2150001,1040024,15000,121,0,0,0,1,0,0,0),
 (499,2150001,1040025,15000,122,0,0,0,1,0,0,0),
 (500,2150001,1040067,50000,123,0,0,0,1,0,0,0),
 (501,2150001,1040068,50000,124,0,0,0,1,0,0,0),
 (502,2150001,1040069,50000,125,0,0,0,1,0,0,0),
 (503,2150001,1040070,50000,126,0,0,0,1,0,0,0),
 (504,2150001,1041007,3200,127,0,0,0,1,0,0,0),
 (505,2150001,1041061,3200,128,0,0,0,1,0,0,0),
 (506,2150001,1041008,5500,129,0,0,0,1,0,0,0),
 (507,2150001,1041062,5500,130,0,0,0,1,0,0,0),
 (508,2150001,1041063,5500,131,0,0,0,1,0,0,0),
 (509,2150001,1041013,9000,132,0,0,0,1,0,0,0),
 (510,2150001,1041027,9000,133,0,0,0,1,0,0,0),
 (511,2150001,1041028,9000,134,0,0,0,1,0,0,0),
 (512,2150001,1041032,15000,135,0,0,0,1,0,0,0),
 (513,2150001,1041033,15000,136,0,0,0,1,0,0,0),
 (514,2150001,1041034,15000,137,0,0,0,1,0,0,0),
 (515,2150001,1041035,15000,138,0,0,0,1,0,0,0),
 (516,2150001,1041054,50000,139,0,0,0,1,0,0,0),
 (517,2150001,1041055,50000,140,0,0,0,1,0,0,0),
 (518,2150001,1041056,50000,141,0,0,0,1,0,0,0),
 (519,2150001,1060005,14000,142,0,0,0,1,0,0,0),
 (520,2150001,1060056,44000,143,0,0,0,1,0,0,0),
 (521,2150001,1060057,44000,144,0,0,0,1,0,0,0),
 (522,2150001,1060058,44000,145,0,0,0,1,0,0,0),
 (523,2150001,1060059,44000,146,0,0,0,1,0,0,0),
 (524,2150001,1061009,3000,147,0,0,0,1,0,0,0),
 (525,2150001,1061057,3000,148,0,0,0,1,0,0,0),
 (526,2150001,1061006,5000,149,0,0,0,1,0,0,0),
 (527,2150001,1061058,5000,150,0,0,0,1,0,0,0),
 (528,2150001,1061059,5000,151,0,0,0,1,0,0,0),
 (529,2150001,1061024,9000,152,0,0,0,1,0,0,0),
 (530,2150001,1061025,9000,153,0,0,0,1,0,0,0),
 (531,2150001,1061026,9000,154,0,0,0,1,0,0,0),
 (532,2150001,1061050,44000,155,0,0,0,1,0,0,0),
 (533,2150001,1061051,44000,156,0,0,0,1,0,0,0),
 (534,2150001,1061052,44000,157,0,0,0,1,0,0,0),
 (535,2150001,1062004,3000,158,0,0,0,1,0,0,0),
 (536,2150001,1062002,9000,159,0,0,0,1,0,0,0),
 (537,2150001,1062006,13000,160,0,0,0,1,0,0,0),
 (538,2150001,1072015,1800,161,0,0,0,1,0,0,0),
 (539,2150001,1072059,1800,162,0,0,0,1,0,0,0),
 (540,2150001,1072016,4500,163,0,0,0,1,0,0,0),
 (541,2150001,1072060,4500,164,0,0,0,1,0,0,0),
 (542,2150001,1072061,4500,165,0,0,0,1,0,0,0),
 (543,2150001,1072025,9000,166,0,0,0,1,0,0,0),
 (544,2150001,1072026,9000,167,0,0,0,1,0,0,0),
 (545,2150001,1072067,9000,168,0,0,0,1,0,0,0),
 (546,2150001,1072068,9000,169,0,0,0,1,0,0,0),
 (547,2150001,1072012,15000,170,0,0,0,1,0,0,0),
 (548,2150001,1072054,15000,171,0,0,0,1,0,0,0),
 (549,2150001,1072055,15000,172,0,0,0,1,0,0,0),
 (550,2150001,1072056,15000,173,0,0,0,1,0,0,0),
 (551,2150001,1072018,30000,174,0,0,0,1,0,0,0),
 (552,2150001,1072064,30000,175,0,0,0,1,0,0,0),
 (553,2150001,1002043,2400,176,0,0,0,1,0,0,0),
 (554,2150001,1002039,2700,177,0,0,0,1,0,0,0),
 (555,2150001,1002051,3500,178,0,0,0,1,0,0,0),
 (556,2150001,1002055,8700,179,0,0,0,1,0,0,0),
 (557,2150001,1002059,8500,180,0,0,0,1,0,0,0),
 (558,2150001,1002027,11500,181,0,0,0,1,0,0,0),
 (559,2150001,1002005,19000,182,0,0,0,1,0,0,0),
 (560,2150001,1040015,3200,183,0,0,0,1,0,0,0),
 (561,2150001,1040038,3200,184,0,0,0,1,0,0,0),
 (562,2150001,1040009,5500,185,0,0,0,1,0,0,0),
 (563,2150001,1040037,5500,186,0,0,0,1,0,0,0),
 (564,2150001,1040012,9000,187,0,0,0,1,0,0,0),
 (565,2150001,1040039,9000,188,0,0,0,1,0,0,0),
 (566,2150001,1040040,16000,189,0,0,0,1,0,0,0),
 (567,2150001,1040016,16000,190,0,0,0,1,0,0,0),
 (568,2150001,1040041,16000,191,0,0,0,1,0,0,0),
 (569,2150001,1040021,40000,192,0,0,0,1,0,0,0),
 (570,2150001,1040026,40000,193,0,0,0,1,0,0,0),
 (571,2150001,1041014,3200,194,0,0,0,1,0,0,0),
 (572,2150001,1041064,3200,195,0,0,0,1,0,0,0),
 (573,2150001,1041019,9000,196,0,0,0,1,0,0,0),
 (574,2150001,1041020,9000,197,0,0,0,1,0,0,0),
 (575,2150001,1041021,9000,198,0,0,0,1,0,0,0),
 (576,2150001,1041022,16000,199,0,0,0,1,0,0,0),
 (577,2150001,1041023,16000,200,0,0,0,1,0,0,0),
 (578,2150001,1041024,16000,201,0,0,0,1,0,0,0),
 (579,2150001,1050005,15000,202,0,0,0,1,0,0,0),
 (580,2150001,1050006,15000,203,0,0,0,1,0,0,0),
 (581,2150001,1050007,15000,204,0,0,0,1,0,0,0),
 (582,2150001,1050011,70000,205,0,0,0,1,0,0,0),
 (583,2150001,1051000,8000,206,0,0,0,1,0,0,0),
 (584,2150001,1051010,60000,207,0,0,0,1,0,0,0),
 (585,2150001,1051011,60000,208,0,0,0,1,0,0,0),
 (586,2150001,1051012,60000,209,0,0,0,1,0,0,0),
 (587,2150001,1051013,60000,210,0,0,0,1,0,0,0),
 (588,2150001,1060008,3000,211,0,0,0,1,0,0,0),
 (589,2150001,1060028,3000,212,0,0,0,1,0,0,0),
 (590,2150001,1060009,5000,213,0,0,0,1,0,0,0),
 (591,2150001,1060027,5000,214,0,0,0,1,0,0,0),
 (592,2150001,1060010,9000,215,0,0,0,1,0,0,0),
 (593,2150001,1060029,9000,216,0,0,0,1,0,0,0),
 (594,2150001,1060011,14000,217,0,0,0,1,0,0,0),
 (595,2150001,1060030,14000,218,0,0,0,1,0,0,0),
 (596,2150001,1060060,14000,219,0,0,0,1,0,0,0),
 (597,2150001,1060016,38000,220,0,0,0,1,0,0,0),
 (598,2150001,1060017,38000,221,0,0,0,1,0,0,0),
 (599,2150001,1060018,38000,222,0,0,0,1,0,0,0),
 (600,2150001,1060019,38000,223,0,0,0,1,0,0,0),
 (601,2150001,1061014,3000,224,0,0,0,1,0,0,0),
 (602,2150001,1061023,3000,225,0,0,0,1,0,0,0),
 (603,2150001,1061016,9000,226,0,0,0,1,0,0,0),
 (604,2150001,1061017,9000,227,0,0,0,1,0,0,0),
 (605,2150001,1061018,9000,228,0,0,0,1,0,0,0),
 (606,2150001,1061015,14000,229,0,0,0,1,0,0,0),
 (607,2150001,1061019,14000,230,0,0,0,1,0,0,0),
 (608,2150001,1061020,14000,231,0,0,0,1,0,0,0),
 (609,2150001,1072009,5000,232,0,0,0,1,0,0,0),
 (610,2150001,1072050,5000,233,0,0,0,1,0,0,0),
 (611,2150001,1072007,10000,234,0,0,0,1,0,0,0),
 (612,2150001,1072046,10000,235,0,0,0,1,0,0,0),
 (613,2150001,1072047,10000,236,0,0,0,1,0,0,0),
 (614,2150001,1072011,15000,237,0,0,0,1,0,0,0),
 (615,2150001,1092005,4000,238,0,0,0,1,0,0,0),
 (616,2150001,1092000,6000,239,0,0,0,1,0,0,0),
 (617,2150001,1002122,900,240,0,0,0,1,0,0,0),
 (618,2150001,1002123,900,241,0,0,0,1,0,0,0),
 (619,2150001,1002124,900,242,0,0,0,1,0,0,0),
 (620,2150001,1002125,900,243,0,0,0,1,0,0,0),
 (621,2150001,1002126,900,244,0,0,0,1,0,0,0),
 (622,2150001,1002001,3000,245,0,0,0,1,0,0,0),
 (623,2150001,1002107,4000,246,0,0,0,1,0,0,0),
 (624,2150001,1002108,4000,247,0,0,0,1,0,0,0),
 (625,2150001,1002109,4000,248,0,0,0,1,0,0,0),
 (626,2150001,1002110,4000,249,0,0,0,1,0,0,0),
 (627,2150001,1002111,4000,250,0,0,0,1,0,0,0),
 (628,2150001,1002127,12000,251,0,0,0,1,0,0,0),
 (629,2150001,1002128,12000,252,0,0,0,1,0,0,0),
 (630,2150001,1002129,12000,253,0,0,0,1,0,0,0),
 (631,2150001,1002130,12000,254,0,0,0,1,0,0,0),
 (632,2150001,1002131,12000,255,0,0,0,1,0,0,0),
 (633,2150001,1002020,7400,256,0,0,0,1,0,0,0),
 (634,2150001,1002096,7400,257,0,0,0,1,0,0,0),
 (635,2150001,1002097,7400,258,0,0,0,1,0,0,0),
 (636,2150001,1002146,20000,259,0,0,0,1,0,0,0),
 (637,2150001,1002147,20000,260,0,0,0,1,0,0,0),
 (638,2150001,1002148,20000,261,0,0,0,1,0,0,0),
 (639,2150001,1002149,20000,262,0,0,0,1,0,0,0),
 (640,2150001,1002150,20000,263,0,0,0,1,0,0,0),
 (641,2150001,1002171,30000,264,0,0,0,1,0,0,0),
 (642,2150001,1002172,30000,265,0,0,0,1,0,0,0),
 (643,2150001,1002173,30000,266,0,0,0,1,0,0,0),
 (644,2150001,1002174,30000,267,0,0,0,1,0,0,0),
 (645,2150001,1002175,30000,268,0,0,0,1,0,0,0),
 (646,2150001,1040031,3000,269,0,0,0,1,0,0,0),
 (647,2150001,1040032,3000,270,0,0,0,1,0,0,0),
 (648,2150001,1040033,3000,271,0,0,0,1,0,0,0),
 (649,2150001,1040034,5000,272,0,0,0,1,0,0,0),
 (650,2150001,1040035,5000,273,0,0,0,1,0,0,0),
 (651,2150001,1040042,9000,274,0,0,0,1,0,0,0),
 (652,2150001,1040043,9000,275,0,0,0,1,0,0,0),
 (653,2150001,1040044,9000,276,0,0,0,1,0,0,0),
 (654,2150001,1040048,16000,277,0,0,0,1,0,0,0),
 (655,2150001,1040049,16000,278,0,0,0,1,0,0,0),
 (656,2150001,1040050,16000,279,0,0,0,1,0,0,0),
 (657,2150001,1040057,45000,280,0,0,0,1,0,0,0),
 (658,2150001,1040058,45000,281,0,0,0,1,0,0,0),
 (659,2150001,1040059,45000,282,0,0,0,1,0,0,0),
 (660,2150001,1040060,45000,283,0,0,0,1,0,0,0),
 (661,2150001,1041036,3000,284,0,0,0,1,0,0,0),
 (662,2150001,1041037,3000,285,0,0,0,1,0,0,0),
 (663,2150001,1041038,3000,286,0,0,0,1,0,0,0),
 (664,2150001,1041044,5000,287,0,0,0,1,0,0,0),
 (665,2150001,1041045,5000,288,0,0,0,1,0,0,0),
 (666,2150001,1041003,9000,289,0,0,0,1,0,0,0),
 (667,2150001,1041039,9000,290,0,0,0,1,0,0,0),
 (668,2150001,1041040,9000,291,0,0,0,1,0,0,0),
 (669,2150001,1041057,18000,292,0,0,0,1,0,0,0),
 (670,2150001,1041058,18000,293,0,0,0,1,0,0,0),
 (671,2150001,1041059,18000,294,0,0,0,1,0,0,0),
 (672,2150001,1041060,18000,295,0,0,0,1,0,0,0),
 (673,2150001,1041047,45000,296,0,0,0,1,0,0,0),
 (674,2150001,1041048,45000,297,0,0,0,1,0,0,0),
 (675,2150001,1041049,45000,298,0,0,0,1,0,0,0),
 (676,2150001,1041050,45000,299,0,0,0,1,0,0,0),
 (677,2150001,1060021,2800,300,0,0,0,1,0,0,0),
 (678,2150001,1060022,2800,301,0,0,0,1,0,0,0),
 (679,2150001,1060023,2800,302,0,0,0,1,0,0,0),
 (680,2150001,1060024,4800,303,0,0,0,1,0,0,0),
 (681,2150001,1060025,4800,304,0,0,0,1,0,0,0),
 (682,2150001,1060031,8000,305,0,0,0,1,0,0,0),
 (683,2150001,1060032,8000,306,0,0,0,1,0,0,0),
 (684,2150001,1060033,8000,307,0,0,0,1,0,0,0),
 (685,2150001,1060037,19000,308,0,0,0,1,0,0,0),
 (686,2150001,1060038,19000,309,0,0,0,1,0,0,0),
 (687,2150001,1060039,19000,310,0,0,0,1,0,0,0),
 (688,2150001,1060043,40000,311,0,0,0,1,0,0,0),
 (689,2150001,1060044,40000,312,0,0,0,1,0,0,0),
 (690,2150001,1060045,40000,313,0,0,0,1,0,0,0),
 (691,2150001,1060046,40000,314,0,0,0,1,0,0,0),
 (692,2150001,1061029,2800,315,0,0,0,1,0,0,0),
 (693,2150001,1061030,2800,316,0,0,0,1,0,0,0),
 (694,2150001,1061031,2800,317,0,0,0,1,0,0,0),
 (695,2150001,1061037,4800,318,0,0,0,1,0,0,0),
 (696,2150001,1061038,4800,319,0,0,0,1,0,0,0),
 (697,2150001,1061003,8000,320,0,0,0,1,0,0,0),
 (698,2150001,1061032,8000,321,0,0,0,1,0,0,0),
 (699,2150001,1061033,8000,322,0,0,0,1,0,0,0),
 (700,2150001,1061040,12000,323,0,0,0,1,0,0,0),
 (701,2150001,1061041,12000,324,0,0,0,1,0,0,0),
 (702,2150001,1061042,12000,325,0,0,0,1,0,0,0),
 (703,2150001,1061053,18000,326,0,0,0,1,0,0,0),
 (704,2150001,1061054,18000,327,0,0,0,1,0,0,0),
 (705,2150001,1061055,18000,328,0,0,0,1,0,0,0),
 (706,2150001,1061056,18000,329,0,0,0,1,0,0,0),
 (707,2150001,1061043,40000,330,0,0,0,1,0,0,0),
 (708,2150001,1061044,40000,331,0,0,0,1,0,0,0),
 (709,2150001,1061045,40000,332,0,0,0,1,0,0,0),
 (710,2150001,1061046,40000,333,0,0,0,1,0,0,0),
 (711,2150001,1072070,1800,334,0,0,0,1,0,0,0),
 (712,2150001,1072071,1800,335,0,0,0,1,0,0,0),
 (713,2150001,1072004,2000,336,0,0,0,1,0,0,0),
 (714,2150001,1072042,2000,337,0,0,0,1,0,0,0),
 (715,2150001,1072043,2000,338,0,0,0,1,0,0,0),
 (716,2150001,1072028,4500,339,0,0,0,1,0,0,0),
 (717,2150001,1072029,4500,340,0,0,0,1,0,0,0),
 (718,2150001,1072030,4500,341,0,0,0,1,0,0,0),
 (719,2150001,1072031,4500,342,0,0,0,1,0,0,0),
 (720,2150001,1072022,9000,343,0,0,0,1,0,0,0),
 (721,2150001,1072065,9000,344,0,0,0,1,0,0,0),
 (722,2150001,1072066,9000,345,0,0,0,1,0,0,0),
 (723,2150001,1002610,900,346,0,0,0,1,0,0,0),
 (724,2150001,1002613,4000,347,0,0,0,1,0,0,0),
 (725,2150001,1002616,12000,348,0,0,0,1,0,0,0),
 (726,2150001,1002619,20000,349,0,0,0,1,0,0,0),
 (727,2150001,1052095,4000,350,0,0,0,1,0,0,0),
 (728,2150001,1052098,8000,351,0,0,0,1,0,0,0),
 (729,2150001,1052101,16000,352,0,0,0,1,0,0,0),
 (730,2150001,1052104,30000,353,0,0,0,1,0,0,0),
 (731,2150001,1052107,60000,354,0,0,0,1,0,0,0),
 (732,2150001,1072285,5000,355,0,0,0,1,0,0,0),
 (733,2150001,1072288,8000,356,0,0,0,1,0,0,0),
 (734,2150001,1002017,1200,357,0,0,0,1,0,0,0),
 (735,2150001,1002102,3800,358,0,0,0,1,0,0,0),
 (736,2150001,1002103,3800,359,0,0,0,1,0,0,0),
 (737,2150001,1002104,3800,360,0,0,0,1,0,0,0),
 (738,2150001,1002105,3800,361,0,0,0,1,0,0,0),
 (739,2150001,1002106,3800,362,0,0,0,1,0,0,0),
 (740,2150001,1002016,8000,363,0,0,0,1,0,0,0),
 (741,2150001,1040004,2000,364,0,0,0,1,0,0,0),
 (742,2150001,1040017,2000,365,0,0,0,1,0,0,0),
 (743,2150001,1040018,8500,366,0,0,0,1,0,0,0),
 (744,2150001,1040019,8500,367,0,0,0,1,0,0,0),
 (745,2150001,1040020,8500,368,0,0,0,1,0,0,0),
 (746,2150001,1041015,2000,369,0,0,0,1,0,0,0),
 (747,2150001,1041016,2000,370,0,0,0,1,0,0,0),
 (748,2150001,1041017,4000,371,0,0,0,1,0,0,0),
 (749,2150001,1041018,4000,372,0,0,0,1,0,0,0),
 (750,2150001,1041025,4000,373,0,0,0,1,0,0,0),
 (751,2150001,1041026,4000,374,0,0,0,1,0,0,0),
 (752,2150001,1041029,8500,375,0,0,0,1,0,0,0),
 (753,2150001,1041030,8500,376,0,0,0,1,0,0,0),
 (754,2150001,1041031,8500,377,0,0,0,1,0,0,0),
 (755,2150001,1041041,42000,378,0,0,0,1,0,0,0),
 (756,2150001,1041042,42000,379,0,0,0,1,0,0,0),
 (757,2150001,1041043,42000,380,0,0,0,1,0,0,0),
 (758,2150001,1050008,7000,381,0,0,0,1,0,0,0),
 (759,2150001,1050009,7000,382,0,0,0,1,0,0,0),
 (760,2150001,1050010,7000,383,0,0,0,1,0,0,0),
 (761,2150001,1050001,16000,384,0,0,0,1,0,0,0),
 (762,2150001,1050023,16000,385,0,0,0,1,0,0,0),
 (763,2150001,1050024,16000,386,0,0,0,1,0,0,0),
 (764,2150001,1050025,16000,387,0,0,0,1,0,0,0),
 (765,2150001,1050003,40000,388,0,0,0,1,0,0,0),
 (766,2150001,1050026,40000,389,0,0,0,1,0,0,0),
 (767,2150001,1050027,40000,390,0,0,0,1,0,0,0),
 (768,2150001,1050028,40000,391,0,0,0,1,0,0,0),
 (769,2150001,1051004,16000,392,0,0,0,1,0,0,0),
 (770,2150001,1051005,16000,393,0,0,0,1,0,0,0),
 (771,2150001,1051003,16000,394,0,0,0,1,0,0,0),
 (772,2150001,1060012,2000,395,0,0,0,1,0,0,0),
 (773,2150001,1060013,2000,396,0,0,0,1,0,0,0),
 (774,2150001,1060014,8000,397,0,0,0,1,0,0,0),
 (775,2150001,1060015,8000,398,0,0,0,1,0,0,0),
 (776,2150001,1061010,2000,399,0,0,0,1,0,0,0),
 (777,2150001,1061011,2000,400,0,0,0,1,0,0,0),
 (778,2150001,1061012,4000,401,0,0,0,1,0,0,0),
 (779,2150001,1061013,4000,402,0,0,0,1,0,0,0),
 (780,2150001,1061021,4000,403,0,0,0,1,0,0,0),
 (781,2150001,1061022,4000,404,0,0,0,1,0,0,0),
 (782,2150001,1061027,8000,405,0,0,0,1,0,0,0),
 (783,2150001,1061028,8000,406,0,0,0,1,0,0,0),
 (784,2150001,1061034,40000,407,0,0,0,1,0,0,0),
 (785,2150001,1061035,40000,408,0,0,0,1,0,0,0),
 (786,2150001,1061036,40000,409,0,0,0,1,0,0,0),
 (787,2150001,1072006,1500,410,0,0,0,1,0,0,0),
 (788,2150001,1072044,1500,411,0,0,0,1,0,0,0),
 (789,2150001,1072045,1500,412,0,0,0,1,0,0,0),
 (790,2150001,1072023,4000,413,0,0,0,1,0,0,0),
 (791,2150001,1072024,4000,414,0,0,0,1,0,0,0),
 (792,2030009,2000001,49,1,0,0,0,300,0,0,0),
 (793,2030009,2000002,99,2,0,0,0,300,0,0,0),
 (794,2030009,2000003,20,3,0,0,0,300,0,0,0),
 (795,2030009,2000006,193,4,0,0,0,300,0,0,0),
 (796,2030009,2002000,520,5,0,0,0,300,0,0,0),
 (797,2030009,2002001,416,6,0,0,0,300,0,0,0),
 (798,2030009,2002002,520,7,0,0,0,300,0,0,0),
 (799,2030009,2002004,520,8,0,0,0,300,0,0,0),
 (800,2030009,2002005,520,9,0,0,0,300,0,0,0),
 (801,2030009,2001000,3328,10,0,0,0,300,0,0,0),
 (802,2030009,2001001,2392,11,0,0,0,300,0,0,0),
 (803,2030009,2001002,4160,12,0,0,0,300,0,0,0),
 (804,2030009,2020005,99,13,0,0,0,300,0,0,0),
 (805,2030009,2010004,96,14,0,0,0,300,0,0,0),
 (806,2030009,2020001,68,15,0,0,0,300,0,0,0),
 (807,2030009,2020003,234,16,0,0,0,300,0,0,0),
 (808,2030009,2020004,234,17,0,0,0,300,0,0,0),
 (809,2030009,2020006,275,18,0,0,0,300,0,0,0),
 (810,2030009,2022003,800,19,0,0,0,300,0,0,0),
 (811,2030009,2022000,1201,20,0,0,0,300,0,0,0),
 (812,2030009,2020012,4680,21,0,0,0,300,0,0,0),
 (813,2030009,2020013,5824,22,0,0,0,300,0,0,0),
 (814,2030009,2020014,8424,23,0,0,0,300,0,0,0),
 (815,2030009,2020015,10608,24,0,0,0,300,0,0,0),
 (816,2030009,2030000,400,25,0,0,0,100,0,0,0),
 (817,2030009,2060000,1,26,0,0,0,2000,0,0,0),
 (818,2030009,2061000,1,27,0,0,0,2000,0,0,0),
 (819,2030009,2060000,1400,28,0,0,0,2000,0,0,0),
 (820,2030009,2061000,1400,29,0,0,0,2000,0,0,0),
 (821,2030009,2460000,2000,30,0,0,0,100,0,0,0),
 (822,2030009,2460001,8000,31,0,0,0,100,0,0,0),
 (823,2030009,2460002,32000,32,0,0,0,100,0,0,0),
 (824,2030009,2460003,128000,33,0,0,0,100,0,0,0),
 (825,2030009,2930000,5000,34,0,0,0,100,0,0,0),
 (826,2030009,2070000,500,35,0,0,0,700,0,0,0),
 (827,2030009,2330000,600,36,0,0,0,800,0,0,0),
 (828,2150002,2000000,5,1,0,0,0,300,0,0,0),
 (829,2150002,2000001,48,2,0,0,0,300,0,0,0),
 (830,2150002,2000002,96,3,0,0,0,300,0,0,0),
 (831,2150002,2000003,20,4,0,0,0,300,0,0,0),
 (832,2150002,2000006,186,5,0,0,0,300,0,0,0),
 (833,2150002,2002000,500,6,0,0,0,300,0,0,0),
 (834,2150002,2002001,400,7,0,0,0,300,0,0,0),
 (835,2150002,2002002,500,8,0,0,0,300,0,0,0),
 (836,2150002,2002004,500,9,0,0,0,300,0,0,0),
 (837,2150002,2002005,500,10,0,0,0,300,0,0,0),
 (838,2150002,2022003,770,11,0,0,0,300,0,0,0),
 (839,2150002,2022000,1155,12,0,0,0,300,0,0,0),
 (840,2150002,2001000,3200,13,0,0,0,300,0,0,0),
 (841,2150002,2001001,2300,14,0,0,0,300,0,0,0),
 (842,2150002,2001002,4000,15,0,0,0,300,0,0,0),
 (843,2150002,2010000,3,16,0,0,0,300,0,0,0),
 (844,2150002,2010002,5,17,0,0,0,300,0,0,0),
 (845,2150002,2010001,10,18,0,0,0,300,0,0,0),
 (846,2150002,2010003,10,19,0,0,0,300,0,0,0),
 (847,2150002,2010004,93,20,0,0,0,300,0,0,0),
 (848,2150002,2020028,2100,21,0,0,0,300,0,0,0),
 (849,2150002,2050000,200,22,0,0,0,100,0,0,0),
 (850,2150002,2050001,200,23,0,0,0,100,0,0,0),
 (851,2150002,2050002,300,24,0,0,0,100,0,0,0),
 (852,2150002,2050003,500,25,0,0,0,100,0,0,0),
 (853,2150002,2030000,400,26,0,0,0,100,0,0,0),
 (854,2150002,2060000,1,27,0,0,0,2000,0,0,0),
 (855,2150002,2061000,1,28,0,0,0,2000,0,0,0),
 (856,2150002,2060000,1400,29,0,0,0,2000,0,0,0),
 (857,2150002,2061000,1400,30,0,0,0,2000,0,0,0),
 (858,2150002,2460000,2000,31,0,0,0,100,0,0,0),
 (859,2150002,2460001,8000,32,0,0,0,100,0,0,0),
 (860,2150002,2460002,32000,33,0,0,0,100,0,0,0),
 (861,2150002,2460003,128000,34,0,0,0,100,0,0,0),
 (862,2150002,2120000,30,35,0,0,0,1000,0,0,0),
 (863,2150002,2930000,5000,36,0,0,0,100,0,0,0),
 (864,2150002,2070000,500,37,0,0,0,700,0,0,0),
 (865,2150002,2330000,600,38,0,0,0,800,0,0,0),
 (866,9031015,2512000,50000,1,0,0,0,100,0,0,0),
 (867,9031015,2512001,100000,2,0,0,0,100,0,0,0),
 (868,9031015,2512002,150000,3,0,0,0,100,0,0,0),
 (869,9031015,2512003,200000,4,0,0,0,100,0,0,0),
 (870,9031015,2512008,50000,5,0,0,0,100,0,0,0),
 (871,9031015,2512009,100000,6,0,0,0,100,0,0,0),
 (872,9031015,2512010,150000,7,0,0,0,100,0,0,0),
 (873,9031015,2512011,200000,8,0,0,0,100,0,0,0),
 (874,9031015,2512016,50000,9,0,0,0,100,0,0,0),
 (875,9031015,2512017,100000,10,0,0,0,100,0,0,0),
 (876,9031015,2512018,150000,11,0,0,0,100,0,0,0),
 (877,9031015,2512019,200000,12,0,0,0,100,0,0,0),
 (878,9031015,2512024,50000,13,0,0,0,100,0,0,0),
 (879,9031015,2512025,100000,14,0,0,0,100,0,0,0),
 (880,9031015,2512026,150000,15,0,0,0,100,0,0,0),
 (881,9031015,2512027,200000,16,0,0,0,100,0,0,0),
 (882,9031015,2512032,100000,17,0,0,0,100,0,0,0),
 (883,9031015,2512033,200000,18,0,0,0,100,0,0,0),
 (884,9031015,2512034,300000,19,0,0,0,100,0,0,0),
 (885,9031015,2512037,100000,20,0,0,0,100,0,0,0),
 (886,9031015,2512038,200000,21,0,0,0,100,0,0,0),
 (887,9031015,2512039,300000,22,0,0,0,100,0,0,0),
 (888,9031015,2512069,200000,23,0,0,0,100,0,0,0),
 (889,9031015,2512070,300000,24,0,0,0,100,0,0,0),
 (890,9031015,2512071,400000,25,0,0,0,100,0,0,0),
 (891,9031015,2512072,500000,26,0,0,0,100,0,0,0),
 (892,9031015,2512073,600000,27,0,0,0,100,0,0,0),
 (893,9031015,2512074,700000,28,0,0,0,100,0,0,0),
 (894,9031015,2512075,800000,29,0,0,0,100,0,0,0),
 (895,9031015,2512076,900000,30,0,0,0,100,0,0,0),
 (896,9031015,2512077,1000000,31,0,0,0,100,0,0,0),
 (897,9031015,2512078,1100000,32,0,0,0,100,0,0,0),
 (898,9031015,2512079,200000,33,0,0,0,100,0,0,0),
 (899,9031015,2512080,300000,34,0,0,0,100,0,0,0),
 (900,9031015,2512081,400000,35,0,0,0,100,0,0,0),
 (901,9031015,2512082,500000,36,0,0,0,100,0,0,0),
 (902,9031015,2512083,600000,37,0,0,0,100,0,0,0),
 (903,9031015,2512084,700000,38,0,0,0,100,0,0,0),
 (904,9031015,2512085,800000,39,0,0,0,100,0,0,0),
 (905,9031015,2512086,900000,40,0,0,0,100,0,0,0),
 (906,9031015,2512087,1000000,41,0,0,0,100,0,0,0),
 (907,9031015,2512088,1100000,42,0,0,0,100,0,0,0),
 (908,9031015,2512139,200000,43,0,0,0,100,0,0,0),
 (909,9031015,2512140,300000,44,0,0,0,100,0,0,0),
 (910,9031015,2512141,400000,45,0,0,0,100,0,0,0),
 (911,9031015,2512142,500000,46,0,0,0,100,0,0,0),
 (912,9031015,2512143,600000,47,0,0,0,100,0,0,0),
 (913,9031015,2512144,700000,48,0,0,0,100,0,0,0),
 (914,9031015,2512145,800000,49,0,0,0,100,0,0,0),
 (915,9031015,2512146,900000,50,0,0,0,100,0,0,0),
 (916,9031015,2512147,1000000,51,0,0,0,100,0,0,0),
 (917,9031015,2512148,1100000,52,0,0,0,100,0,0,0),
 (918,9031015,2512159,200000,53,0,0,0,100,0,0,0),
 (919,9031015,2512160,300000,54,0,0,0,100,0,0,0),
 (920,9031015,2512161,400000,55,0,0,0,100,0,0,0),
 (921,9031015,2512162,500000,56,0,0,0,100,0,0,0),
 (922,9031015,2512163,600000,57,0,0,0,100,0,0,0),
 (923,9031015,2512164,700000,58,0,0,0,100,0,0,0),
 (924,9031015,2512165,800000,59,0,0,0,100,0,0,0),
 (925,9031015,2512166,900000,60,0,0,0,100,0,0,0),
 (926,9031015,2512167,1000000,61,0,0,0,100,0,0,0),
 (927,9031015,2512168,1100000,62,0,0,0,100,0,0,0),
 (928,9031015,2512179,200000,63,0,0,0,100,0,0,0),
 (929,9031015,2512180,300000,64,0,0,0,100,0,0,0),
 (930,9031015,2512181,400000,65,0,0,0,100,0,0,0),
 (931,9031015,2512182,500000,66,0,0,0,100,0,0,0),
 (932,9031015,2512183,600000,67,0,0,0,100,0,0,0),
 (933,9031015,2512184,700000,68,0,0,0,100,0,0,0),
 (934,9031015,2512185,800000,69,0,0,0,100,0,0,0),
 (935,9031015,2512186,900000,70,0,0,0,100,0,0,0),
 (936,9031015,2512187,1000000,71,0,0,0,100,0,0,0),
 (937,9031015,2512188,1100000,72,0,0,0,100,0,0,0),
 (938,9031015,2512199,200000,73,0,0,0,100,0,0,0),
 (939,9031015,2512200,300000,74,0,0,0,100,0,0,0),
 (940,9031015,2512201,400000,75,0,0,0,100,0,0,0),
 (941,9031015,2512202,500000,76,0,0,0,100,0,0,0),
 (942,9031015,2512203,600000,77,0,0,0,100,0,0,0),
 (943,9031015,2512204,700000,78,0,0,0,100,0,0,0),
 (944,9031015,2512205,800000,79,0,0,0,100,0,0,0),
 (945,9031015,2512206,900000,80,0,0,0,100,0,0,0),
 (946,9031015,2512207,1000000,81,0,0,0,100,0,0,0),
 (947,9031015,2512208,1100000,82,0,0,0,100,0,0,0),
 (948,9031015,2512219,50000,83,0,0,0,100,0,0,0),
 (949,9031015,2512220,100000,84,0,0,0,100,0,0,0),
 (950,9031015,2512221,150000,85,0,0,0,100,0,0,0),
 (951,9031015,2512222,200000,86,0,0,0,100,0,0,0),
 (952,9031015,2512223,250000,87,0,0,0,100,0,0,0),
 (953,9031015,2512224,300000,88,0,0,0,100,0,0,0),
 (954,9031015,2512225,350000,89,0,0,0,100,0,0,0),
 (955,9031015,2512226,400000,90,0,0,0,100,0,0,0),
 (956,9031015,2512227,450000,91,0,0,0,100,0,0,0),
 (957,9031015,2512228,500000,92,0,0,0,100,0,0,0),
 (958,9031015,2512239,300000,93,0,0,0,100,0,0,0),
 (959,9031015,2512240,500000,94,0,0,0,100,0,0,0),
 (960,9031015,2512241,700000,95,0,0,0,100,0,0,0),
 (961,9031015,2512242,900000,96,0,0,0,100,0,0,0),
 (962,9031015,2512243,1100000,97,0,0,0,100,0,0,0),
 (963,9031015,2512249,300000,98,0,0,0,100,0,0,0),
 (964,9031015,2512250,500000,99,0,0,0,100,0,0,0),
 (965,9031015,2512251,700000,100,0,0,0,100,0,0,0),
 (966,9031015,2512252,900000,101,0,0,0,100,0,0,0),
 (967,9031015,2512253,1100000,102,0,0,0,100,0,0,0),
 (968,9031015,2512262,2000000,103,0,0,0,100,0,0,0),
 (969,9031015,2512263,5000000,104,0,0,0,100,0,0,0),
 (970,1012004,2120000,30,1,0,0,0,1000,0,0,0),
 (971,1012004,2260000,1000,2,0,0,0,200,0,0,0),
 (972,1012004,4160026,1000,3,0,0,0,1,0,0,0),
 (973,1012004,4160000,1000,4,0,0,0,1,0,0,0),
 (974,1012004,4160001,1000,5,0,0,0,1,0,0,0),
 (975,1012004,4160002,1000,6,0,0,0,1,0,0,0),
 (976,1012004,4160003,1000,7,0,0,0,1,0,0,0),
 (977,1012004,4160004,1000,8,0,0,0,1,0,0,0),
 (978,1012004,4160005,1000,9,0,0,0,1,0,0,0),
 (979,1012004,4160006,1000,10,0,0,0,1,0,0,0),
 (980,1012004,4160007,1000,11,0,0,0,1,0,0,0),
 (981,1012004,4160008,1000,12,0,0,0,1,0,0,0),
 (982,1012004,4160009,1000,13,0,0,0,1,0,0,0),
 (983,1012004,4160010,1000,14,0,0,0,1,0,0,0),
 (984,1012004,4160020,1000,15,0,0,0,1,0,0,0),
 (985,1012004,4160014,1000,16,0,0,0,1,0,0,0),
 (986,1012004,4160017,1000,17,0,0,0,1,0,0,0),
 (987,1012004,4160013,1000,18,0,0,0,1,0,0,0),
 (988,1012004,4160012,1000,19,0,0,0,1,0,0,0),
 (989,1012004,4160015,1000,20,0,0,0,1,0,0,0),
 (990,1012004,4160022,1000,21,0,0,0,1,0,0,0),
 (991,1012004,4160023,1000,22,0,0,0,1,0,0,0),
 (992,1012004,4160024,1000,23,0,0,0,1,0,0,0),
 (993,1012004,4160032,1000,24,0,0,0,1,0,0,0),
 (994,1012004,4160034,1000,25,0,0,0,1,0,0,0),
 (995,1012004,4160035,1000,26,0,0,0,1,0,0,0),
 (996,1012004,4160036,1000,27,0,0,0,1,0,0,0),
 (997,1012004,4031993,100000,28,0,0,0,100,0,0,0),
 (998,1012004,4160037,1000,29,0,0,0,1,0,0,0),
 (999,1012004,4160039,1000,30,0,0,0,1,0,0,0),
 (1000,1012004,4160019,1000,31,0,0,0,1,0,0,0),
 (1001,1012004,4160040,1000,32,0,0,0,1,0,0,0),
 (1002,1012004,4160044,1000,33,0,0,0,1,0,0,0),
 (1003,1012004,4160047,1000,34,0,0,0,1,0,0,0),
 (1004,1012004,4160025,1000,35,0,0,0,1,0,0,0),
 (1005,1012004,4160038,1000,36,0,0,0,1,0,0,0),
 (1006,1012004,4160050,1000,37,0,0,0,1,0,0,0),
 (1007,1012004,4160033,1000,38,0,0,0,1,0,0,0),
 (1008,1012004,4160056,1000,39,0,0,0,1,0,0,0),
 (1009,1012004,4160055,1000,40,0,0,0,1,0,0,0),
 (1010,1012004,4160054,1000,41,0,0,0,1,0,0,0),
 (1011,1012004,4160052,1000,42,0,0,0,1,0,0,0),
 (1012,1012004,4160057,1000,43,0,0,0,1,0,0,0),
 (1013,1012004,4160067,1000,44,0,0,0,1,0,0,0),
 (1014,1012004,4160068,1000,45,0,0,0,1,0,0,0),
 (1015,1012004,4160069,1000,46,0,0,0,1,0,0,0),
 (1016,1012004,4160071,1000,47,0,0,0,1,0,0,0),
 (1017,1012004,4160074,1000,48,0,0,0,1,0,0,0),
 (1018,1012004,4160072,1000,49,0,0,0,1,0,0,0),
 (1019,1012004,4160078,1000,50,0,0,0,1,0,0,0),
 (1020,1012004,4160065,1000,51,0,0,0,1,0,0,0),
 (1021,1301000,2000000,5,1,0,0,0,300,0,0,0),
 (1022,1301000,2000001,48,2,0,0,0,300,0,0,0),
 (1023,1301000,2000002,96,3,0,0,0,300,0,0,0),
 (1024,1301000,2000003,20,4,0,0,0,300,0,0,0),
 (1025,1301000,2000006,186,5,0,0,0,300,0,0,0),
 (1026,1301000,2002000,500,6,0,0,0,300,0,0,0),
 (1027,1301000,2002001,400,7,0,0,0,300,0,0,0),
 (1028,1301000,2002002,500,8,0,0,0,300,0,0,0),
 (1029,1301000,2002004,500,9,0,0,0,300,0,0,0),
 (1030,1301000,2002005,500,10,0,0,0,300,0,0,0),
 (1031,1301000,2022003,770,11,0,0,0,300,0,0,0),
 (1032,1301000,2022000,1155,12,0,0,0,300,0,0,0),
 (1033,1301000,2030000,400,13,0,0,0,100,0,0,0),
 (1034,1301000,2060000,1,14,0,0,0,2000,0,0,0),
 (1035,1301000,2061000,1,15,0,0,0,2000,0,0,0),
 (1036,1301000,2060000,1400,16,0,0,0,2000,0,0,0),
 (1037,1301000,2061000,1400,17,0,0,0,2000,0,0,0),
 (1038,1301000,2460000,2000,18,0,0,0,100,0,0,0),
 (1039,1301000,2460001,8000,19,0,0,0,100,0,0,0),
 (1040,1301000,2460002,32000,20,0,0,0,100,0,0,0),
 (1041,1301000,2460003,128000,21,0,0,0,100,0,0,0),
 (1042,1301000,2930000,5000,22,0,0,0,100,0,0,0),
 (1043,1301000,2070000,500,23,0,0,0,700,0,0,0),
 (1044,1301000,2330000,600,24,0,0,0,800,0,0,0),
 (1045,1021100,2000000,5,1,0,0,0,300,0,0,0),
 (1046,1021100,2000001,48,2,0,0,0,300,0,0,0),
 (1047,1021100,2000002,96,3,0,0,0,300,0,0,0),
 (1048,1021100,2000003,20,4,0,0,0,300,0,0,0),
 (1049,1021100,2000006,186,5,0,0,0,300,0,0,0),
 (1050,1021100,2002000,500,6,0,0,0,300,0,0,0),
 (1051,1021100,2002001,400,7,0,0,0,300,0,0,0),
 (1052,1021100,2002002,500,8,0,0,0,300,0,0,0),
 (1053,1021100,2002004,500,9,0,0,0,300,0,0,0),
 (1054,1021100,2002005,500,10,0,0,0,300,0,0,0),
 (1055,1021100,2010000,3,11,0,0,0,300,0,0,0),
 (1056,1021100,2010002,5,12,0,0,0,300,0,0,0),
 (1057,1021100,2010001,10,13,0,0,0,300,0,0,0),
 (1058,1021100,2010003,10,14,0,0,0,300,0,0,0),
 (1059,1021100,2010004,93,15,0,0,0,300,0,0,0),
 (1060,1021100,2030000,400,16,0,0,0,100,0,0,0),
 (1061,1021100,2030003,500,17,0,0,0,100,0,0,0),
 (1062,1021100,2060000,1,18,0,0,0,2000,0,0,0),
 (1063,1021100,2061000,1,19,0,0,0,2000,0,0,0),
 (1064,1021100,2060000,1400,20,0,0,0,2000,0,0,0),
 (1065,1021100,2061000,1400,21,0,0,0,2000,0,0,0),
 (1066,1021100,2050000,200,22,0,0,0,100,0,0,0),
 (1067,1021100,2050001,200,23,0,0,0,100,0,0,0),
 (1068,1021100,2050002,300,24,0,0,0,100,0,0,0),
 (1069,1021100,2460000,2000,25,0,0,0,100,0,0,0),
 (1070,1021100,2460001,8000,26,0,0,0,100,0,0,0),
 (1071,1021100,2460002,32000,27,0,0,0,100,0,0,0),
 (1072,1021100,2460003,128000,28,0,0,0,100,0,0,0),
 (1073,1021100,2930000,5000,29,0,0,0,100,0,0,0),
 (1074,1021100,2070000,500,30,0,0,0,700,0,0,0),
 (1075,1021100,2330000,600,31,0,0,0,800,0,0,0),
 (1076,2161013,2000001,49,1,0,0,0,300,0,0,0),
 (1077,2161013,2000002,99,2,0,0,0,300,0,0,0),
 (1078,2161013,2000003,20,3,0,0,0,300,0,0,0),
 (1079,2161013,2000006,193,4,0,0,0,300,0,0,0),
 (1080,2161013,2002000,520,5,0,0,0,300,0,0,0),
 (1081,2161013,2002001,416,6,0,0,0,300,0,0,0),
 (1082,2161013,2002002,520,7,0,0,0,300,0,0,0),
 (1083,2161013,2002004,520,8,0,0,0,300,0,0,0),
 (1084,2161013,2002005,520,9,0,0,0,300,0,0,0),
 (1085,2161013,2001000,3328,10,0,0,0,300,0,0,0),
 (1086,2161013,2001001,2392,11,0,0,0,300,0,0,0),
 (1087,2161013,2001002,4160,12,0,0,0,300,0,0,0),
 (1088,2161013,2020005,99,13,0,0,0,300,0,0,0),
 (1089,2161013,2010004,96,14,0,0,0,300,0,0,0),
 (1090,2161013,2020001,68,15,0,0,0,300,0,0,0),
 (1091,2161013,2020003,234,16,0,0,0,300,0,0,0),
 (1092,2161013,2020004,234,17,0,0,0,300,0,0,0),
 (1093,2161013,2020006,275,18,0,0,0,300,0,0,0),
 (1094,2161013,2022003,800,19,0,0,0,300,0,0,0),
 (1095,2161013,2022000,1201,20,0,0,0,300,0,0,0),
 (1096,2161013,2020012,4680,21,0,0,0,300,0,0,0),
 (1097,2161013,2020013,5824,22,0,0,0,300,0,0,0),
 (1098,2161013,2020014,8424,23,0,0,0,300,0,0,0),
 (1099,2161013,2020015,10608,24,0,0,0,300,0,0,0),
 (1100,2161013,2030000,400,25,0,0,0,100,0,0,0),
 (1101,2161013,2460000,2000,26,0,0,0,100,0,0,0),
 (1102,2161013,2460001,8000,27,0,0,0,100,0,0,0),
 (1103,2161013,2460002,32000,28,0,0,0,100,0,0,0),
 (1104,2161013,2460003,128000,29,0,0,0,100,0,0,0),
 (1105,2161013,2930000,5000,30,0,0,0,100,0,0,0),
 (1106,2161013,2070000,500,31,0,0,0,500,0,0,0),
 (1107,2161013,2330000,600,32,0,0,0,800,0,0,0),
 (1108,2161013,1372010,39000,54,0,0,0,1,0,0,0),
 (1109,2060003,1002023,120000,1,0,0,0,1,0,0,0),
 (1110,2060003,1002048,160000,2,0,0,0,1,0,0,0),
 (1111,2060003,1002034,60000,3,0,0,0,1,0,0,0),
 (1112,2060003,1002142,96000,4,0,0,0,1,0,0,0),
 (1113,2060003,1002162,60000,5,0,0,0,1,0,0,0),
 (1114,2060003,1002138,100000,6,0,0,0,1,0,0,0),
 (1115,2060003,1002172,60000,7,0,0,0,1,0,0,0),
 (1116,2060003,1002177,100000,8,0,0,0,1,0,0,0),
 (1117,2060003,1051011,60000,9,0,0,0,1,0,0,0),
 (1118,2060003,1051012,60000,10,0,0,0,1,0,0,0),
 (1119,2060003,1051013,60000,11,0,0,0,1,0,0,0),
 (1120,2060003,1050011,70000,12,0,0,0,1,0,0,0),
 (1121,2060003,1040021,40000,13,0,0,0,1,0,0,0),
 (1122,2060003,1040026,40000,14,0,0,0,1,0,0,0),
 (1123,2060003,1060016,38000,15,0,0,0,1,0,0,0),
 (1124,2060003,1060017,38000,16,0,0,0,1,0,0,0),
 (1125,2060003,1050000,112500,17,0,0,0,1,0,0,0),
 (1126,2060003,1050021,112500,18,0,0,0,1,0,0,0),
 (1127,2060003,1051001,112500,19,0,0,0,1,0,0,0),
 (1128,2060003,1051014,112500,20,0,0,0,1,0,0,0),
 (1129,2060003,1051015,112500,21,0,0,0,1,0,0,0),
 (1130,2060003,1040085,200000,22,0,0,0,1,0,0,0),
 (1131,2060003,1040086,200000,23,0,0,0,1,0,0,0),
 (1132,2060003,1041084,200000,24,0,0,0,1,0,0,0),
 (1133,2060003,1041085,200000,25,0,0,0,1,0,0,0),
 (1134,2060003,1060074,180000,26,0,0,0,1,0,0,0),
 (1135,2060003,1060075,180000,27,0,0,0,1,0,0,0),
 (1136,2060003,1061083,180000,28,0,0,0,1,0,0,0),
 (1137,2060003,1061084,180000,29,0,0,0,1,0,0,0),
 (1138,2060003,1041041,42000,30,0,0,0,1,0,0,0),
 (1139,2060003,1041042,42000,31,0,0,0,1,0,0,0),
 (1140,2060003,1041043,42000,32,0,0,0,1,0,0,0),
 (1141,2060003,1061034,40000,33,0,0,0,1,0,0,0),
 (1142,2060003,1061035,40000,34,0,0,0,1,0,0,0),
 (1143,2060003,1061036,40000,35,0,0,0,1,0,0,0),
 (1144,2060003,1050003,40000,36,0,0,0,1,0,0,0),
 (1145,2060003,1050026,40000,37,0,0,0,1,0,0,0),
 (1146,2060003,1050028,40000,38,0,0,0,1,0,0,0),
 (1147,2060003,1041051,120000,39,0,0,0,1,0,0,0),
 (1148,2060003,1041052,120000,40,0,0,0,1,0,0,0),
 (1149,2060003,1061047,120000,41,0,0,0,1,0,0,0),
 (1150,2060003,1061048,120000,42,0,0,0,1,0,0,0),
 (1151,2060003,1050002,300000,43,0,0,0,1,0,0,0),
 (1152,2060003,1050030,300000,44,0,0,0,1,0,0,0),
 (1153,2060003,1050031,300000,45,0,0,0,1,0,0,0),
 (1154,2060003,1051023,450000,46,0,0,0,1,0,0,0),
 (1155,2060003,1051024,450000,47,0,0,0,1,0,0,0),
 (1156,2060003,1051025,450000,48,0,0,0,1,0,0,0),
 (1157,2060003,1050036,450000,49,0,0,0,1,0,0,0),
 (1158,2060003,1050037,450000,50,0,0,0,1,0,0,0),
 (1159,2060003,1050038,450000,51,0,0,0,1,0,0,0),
 (1160,2060003,1041054,50000,52,0,0,0,1,0,0,0),
 (1161,2060003,1041056,50000,53,0,0,0,1,0,0,0),
 (1162,2060003,1061050,44000,54,0,0,0,1,0,0,0),
 (1163,2060003,1061052,44000,55,0,0,0,1,0,0,0),
 (1164,2060003,1040067,50000,56,0,0,0,1,0,0,0),
 (1165,2060003,1040069,50000,57,0,0,0,1,0,0,0),
 (1166,2060003,1060056,44000,58,0,0,0,1,0,0,0),
 (1167,2060003,1060058,44000,59,0,0,0,1,0,0,0),
 (1168,2060003,1041065,114000,60,0,0,0,1,0,0,0),
 (1169,2060003,1041066,114000,61,0,0,0,1,0,0,0),
 (1170,2060003,1041067,114000,62,0,0,0,1,0,0,0),
 (1171,2060003,1061060,108000,63,0,0,0,1,0,0,0),
 (1172,2060003,1061061,108000,64,0,0,0,1,0,0,0),
 (1173,2060003,1061062,108000,65,0,0,0,1,0,0,0),
 (1174,2060003,1040072,114000,66,0,0,0,1,0,0,0),
 (1175,2060003,1040073,114000,67,0,0,0,1,0,0,0),
 (1176,2060003,1040074,114000,68,0,0,0,1,0,0,0),
 (1177,2060003,1060061,108000,69,0,0,0,1,0,0,0),
 (1178,2060003,1060062,108000,70,0,0,0,1,0,0,0),
 (1179,2060003,1060063,108000,71,0,0,0,1,0,0,0),
 (1180,2060003,1040079,180000,72,0,0,0,1,0,0,0),
 (1181,2060003,1040081,180000,73,0,0,0,1,0,0,0),
 (1182,2060003,1060069,160000,74,0,0,0,1,0,0,0),
 (1183,2060003,1060070,160000,75,0,0,0,1,0,0,0),
 (1184,2060003,1041081,180000,76,0,0,0,1,0,0,0),
 (1185,2060003,1041082,180000,77,0,0,0,1,0,0,0),
 (1186,2060003,1061080,160000,78,0,0,0,1,0,0,0),
 (1187,2060003,1061081,160000,79,0,0,0,1,0,0,0),
 (1188,2060003,1041047,45000,80,0,0,0,1,0,0,0),
 (1189,2060003,1041049,45000,81,0,0,0,1,0,0,0),
 (1190,2060003,1041050,45000,82,0,0,0,1,0,0,0),
 (1191,2060003,1061043,40000,83,0,0,0,1,0,0,0),
 (1192,2060003,1061045,40000,84,0,0,0,1,0,0,0),
 (1193,2060003,1061046,40000,85,0,0,0,1,0,0,0),
 (1194,2060003,1040057,45000,86,0,0,0,1,0,0,0),
 (1195,2060003,1040059,45000,87,0,0,0,1,0,0,0),
 (1196,2060003,1060043,40000,88,0,0,0,1,0,0,0),
 (1197,2060003,1060045,40000,89,0,0,0,1,0,0,0),
 (1198,2060003,1040061,114000,90,0,0,0,1,0,0,0),
 (1199,2060003,1040062,114000,91,0,0,0,1,0,0,0),
 (1200,2060003,1060050,108000,92,0,0,0,1,0,0,0),
 (1201,2060003,1060051,108000,93,0,0,0,1,0,0,0),
 (1202,2060003,1051007,111000,94,0,0,0,1,0,0,0),
 (1203,2060003,1051008,111000,95,0,0,0,1,0,0,0),
 (1204,2060003,1051009,111000,96,0,0,0,1,0,0,0),
 (1205,2060003,1040082,180000,97,0,0,0,1,0,0,0),
 (1206,2060003,1040083,180000,98,0,0,0,1,0,0,0),
 (1207,2060003,1060071,160000,99,0,0,0,1,0,0,0),
 (1208,2060003,1060072,160000,100,0,0,0,1,0,0,0),
 (1209,2060003,1041074,180000,101,0,0,0,1,0,0,0),
 (1210,2060003,1041075,180000,102,0,0,0,1,0,0,0),
 (1211,2060003,1061069,160000,103,0,0,0,1,0,0,0),
 (1212,2060003,1061070,160000,104,0,0,0,1,0,0,0),
 (1213,2060003,1002622,40000,105,0,0,0,1,0,0,0),
 (1214,2060003,1052107,90000,106,0,0,0,1,0,0,0),
 (1215,2060003,1052110,100000,107,0,0,0,1,0,0,0),
 (1216,2060003,1052113,120000,108,0,0,0,1,0,0,0),
 (1217,2060003,1002625,75000,109,0,0,0,1,0,0,0),
 (1218,2060004,2000000,5,1,0,0,0,300,0,0,0),
 (1219,2060004,2000001,48,2,0,0,0,300,0,0,0),
 (1220,2060004,2000002,96,3,0,0,0,300,0,0,0),
 (1221,2060004,2000003,20,4,0,0,0,300,0,0,0),
 (1222,2060004,2000006,186,5,0,0,0,300,0,0,0),
 (1223,2060004,2002000,500,6,0,0,0,300,0,0,0),
 (1224,2060004,2002001,400,7,0,0,0,300,0,0,0),
 (1225,2060004,2002002,500,8,0,0,0,300,0,0,0),
 (1226,2060004,2002004,500,9,0,0,0,300,0,0,0),
 (1227,2060004,2002005,500,10,0,0,0,300,0,0,0),
 (1228,2060004,2022040,300,11,0,0,0,300,0,0,0),
 (1229,2060004,2022041,1600,12,0,0,0,300,0,0,0),
 (1230,2060004,2001000,3200,13,0,0,0,300,0,0,0),
 (1231,2060004,2001001,2300,14,0,0,0,300,0,0,0),
 (1232,2060004,2001002,4000,15,0,0,0,300,0,0,0),
 (1233,2060004,2010000,3,16,0,0,0,300,0,0,0),
 (1234,2060004,2010002,5,17,0,0,0,300,0,0,0),
 (1235,2060004,2010001,10,18,0,0,0,300,0,0,0),
 (1236,2060004,2010003,10,19,0,0,0,300,0,0,0),
 (1237,2060004,2010004,93,20,0,0,0,300,0,0,0),
 (1238,2060004,2020012,4500,21,0,0,0,300,0,0,0),
 (1239,2060004,2020013,5600,22,0,0,0,300,0,0,0),
 (1240,2060004,2020014,8100,23,0,0,0,300,0,0,0),
 (1241,2060004,2020015,10200,24,0,0,0,300,0,0,0),
 (1242,2060004,2022003,770,25,0,0,0,300,0,0,0),
 (1243,2060004,2022000,1155,26,0,0,0,300,0,0,0),
 (1244,2060004,2030000,400,27,0,0,0,100,0,0,0),
 (1245,2060004,2060000,1,28,0,0,0,2000,0,0,0),
 (1246,2060004,2061000,1,29,0,0,0,2000,0,0,0),
 (1247,2060004,2060000,1400,30,0,0,0,2000,0,0,0),
 (1248,2060004,2061000,1400,31,0,0,0,2000,0,0,0),
 (1249,2060004,2060001,10,32,0,0,0,1800,0,0,0),
 (1250,2060004,2061001,10,33,0,0,0,1800,0,0,0),
 (1251,2060004,2460000,2000,34,0,0,0,100,0,0,0),
 (1252,2060004,2460001,8000,35,0,0,0,100,0,0,0),
 (1253,2060004,2460002,32000,36,0,0,0,100,0,0,0),
 (1254,2060004,2460003,128000,37,0,0,0,100,0,0,0),
 (1255,2060004,2930000,5000,38,0,0,0,100,0,0,0),
 (1256,2060004,2070000,500,39,0,0,0,700,0,0,0),
 (1257,2060004,2330000,600,40,0,0,0,800,0,0,0),
 (1258,1001000,1302000,50,1,0,0,0,1,0,0,0),
 (1259,1001000,1312004,50,2,0,0,0,1,0,0,0),
 (1260,1001000,1322005,50,3,0,0,0,1,0,0,0),
 (1261,1001000,1302007,3000,4,0,0,0,1,0,0,0),
 (1262,1001000,1312000,3000,5,0,0,0,1,0,0,0),
 (1263,1001000,1332007,1000,6,0,0,0,1,0,0,0),
 (1264,1001001,1002008,500,1,0,0,0,1,0,0,0),
 (1265,1001001,1002014,1000,2,0,0,0,1,0,0,0),
 (1266,1001001,1002066,450,3,0,0,0,1,0,0,0),
 (1267,1001001,1002067,450,4,0,0,0,1,0,0,0),
 (1268,1001001,1002068,450,5,0,0,0,1,0,0,0),
 (1269,1001001,1002069,450,6,0,0,0,1,0,0,0),
 (1270,1001001,1002132,800,7,0,0,0,1,0,0,0),
 (1271,1001001,1002133,800,8,0,0,0,1,0,0,0),
 (1272,1001001,1002134,800,9,0,0,0,1,0,0,0),
 (1273,1001001,1002019,2000,10,0,0,0,1,0,0,0),
 (1274,1001001,1002001,3000,11,0,0,0,1,0,0,0),
 (1275,1001001,1040013,3000,12,0,0,0,1,0,0,0),
 (1276,1001001,1040014,3000,13,0,0,0,1,0,0,0),
 (1277,1001001,1041004,3000,14,0,0,0,1,0,0,0),
 (1278,1001001,1041012,3000,15,0,0,0,1,0,0,0),
 (1279,1001001,1060007,1000,16,0,0,0,1,0,0,0),
 (1280,1001001,1060004,2800,17,0,0,0,1,0,0,0),
 (1281,1001001,1062000,4800,18,0,0,0,1,0,0,0),
 (1282,1001001,1062001,4800,19,0,0,0,1,0,0,0),
 (1283,1001001,1072001,50,20,0,0,0,1,0,0,0),
 (1284,1001001,1072037,50,21,0,0,0,1,0,0,0),
 (1285,1001001,1072038,50,22,0,0,0,1,0,0,0),
 (1286,1001001,1072005,50,23,0,0,0,1,0,0,0),
 (1287,1001001,1072008,5000,24,0,0,0,1,0,0,0),
 (1288,1001001,1072048,5000,25,0,0,0,1,0,0,0),
 (1289,1001001,1072049,5000,26,0,0,0,1,0,0,0),
 (1290,1001001,1072017,10000,27,0,0,0,1,0,0,0),
 (1291,1001001,1072062,10000,28,0,0,0,1,0,0,0),
 (1292,1001001,1072063,10000,29,0,0,0,1,0,0,0),
 (1293,1001001,1092003,2000,30,0,0,0,1,0,0,0),
 (1294,1001001,3010001,1000,31,0,0,0,1,0,0,0),
 (1295,2060007,1302003,20000,1,0,0,0,1,0,0,0),
 (1296,2060007,1302008,40000,2,0,0,0,1,0,0,0),
 (1297,2060007,1302004,100000,3,0,0,0,1,0,0,0),
 (1298,2060007,1302009,225000,4,0,0,0,1,0,0,0),
 (1299,2060007,1312003,20000,5,0,0,0,1,0,0,0),
 (1300,2060007,1312005,40000,6,0,0,0,1,0,0,0),
 (1301,2060007,1312006,100000,7,0,0,0,1,0,0,0),
 (1302,2060007,1312007,175000,8,0,0,0,1,0,0,0),
 (1303,2060007,1322004,22000,9,0,0,0,1,0,0,0),
 (1304,2060007,1322014,40000,10,0,0,0,1,0,0,0),
 (1305,2060007,1322015,100000,11,0,0,0,1,0,0,0),
 (1306,2060007,1322016,175000,12,0,0,0,1,0,0,0),
 (1307,2060007,1332004,38000,13,0,0,0,1,0,0,0),
 (1308,2060007,1332012,40000,14,0,0,0,1,0,0,0),
 (1309,2060007,1332014,375000,15,0,0,0,1,0,0,0),
 (1310,2060007,1332011,425000,16,0,0,0,1,0,0,0),
 (1311,2060007,1342001,42000,17,0,0,0,1,0,0,0),
 (1312,2060007,1342002,175000,18,0,0,0,1,0,0,0),
 (1313,2060007,1372004,18000,19,0,0,0,1,0,0,0),
 (1314,2060007,1382002,20000,20,0,0,0,1,0,0,0),
 (1315,2060007,1372003,38000,21,0,0,0,1,0,0,0),
 (1316,2060007,1372001,175000,22,0,0,0,1,0,0,0),
 (1317,2060007,1372000,400000,23,0,0,0,1,0,0,0),
 (1318,2060007,1402008,22000,24,0,0,0,1,0,0,0),
 (1319,2060007,1402002,150000,25,0,0,0,1,0,0,0),
 (1320,2060007,1402006,350000,26,0,0,0,1,0,0,0),
 (1321,2060007,1402007,450000,27,0,0,0,1,0,0,0),
 (1322,2060007,1412000,22000,28,0,0,0,1,0,0,0),
 (1323,2060007,1412004,200000,29,0,0,0,1,0,0,0),
 (1324,2060007,1412006,45000,30,0,0,0,1,0,0,0),
 (1325,2060007,1412005,250000,31,0,0,0,1,0,0,0),
 (1326,2060007,1422004,20000,32,0,0,0,1,0,0,0),
 (1327,2060007,1422001,45000,33,0,0,0,1,0,0,0),
 (1328,2060007,1422008,200000,34,0,0,0,1,0,0,0),
 (1329,2060007,1422007,250000,35,0,0,0,1,0,0,0),
 (1330,2060007,1432002,60000,36,0,0,0,1,0,0,0),
 (1331,2060007,1432003,175000,37,0,0,0,1,0,0,0),
 (1332,2060007,1432005,225000,38,0,0,0,1,0,0,0),
 (1333,2060007,1442004,24000,39,0,0,0,1,0,0,0),
 (1334,2060007,1442001,60000,40,0,0,0,1,0,0,0);
INSERT INTO `shopitems` (`shopitemid`,`shopid`,`itemid`,`price`,`position`,`reqitem`,`reqitemq`,`rank`,`buyable`,`category`,`minLevel`,`expiration`) VALUES 
 (1335,2060007,1442003,175000,41,0,0,0,1,0,0,0),
 (1336,2060007,1442009,300000,42,0,0,0,1,0,0,0),
 (1337,2060007,1452000,20000,43,0,0,0,1,0,0,0),
 (1338,2060007,1452005,150000,44,0,0,0,1,0,0,0),
 (1339,2060007,1452006,250000,45,0,0,0,1,0,0,0),
 (1340,2060007,1452007,375000,46,0,0,0,1,0,0,0),
 (1341,2060007,1462003,12000,47,0,0,0,1,0,0,0),
 (1342,2060007,1462000,30000,48,0,0,0,1,0,0,0),
 (1343,2060007,1462004,200000,49,0,0,0,1,0,0,0),
 (1344,2060007,1462005,250000,50,0,0,0,1,0,0,0),
 (1345,2060007,1472007,60000,51,0,0,0,1,0,0,0),
 (1346,2060007,1482004,75000,52,0,0,0,1,0,0,0),
 (1347,2060007,1482005,100000,53,0,0,0,1,0,0,0),
 (1348,2060007,1482006,150000,54,0,0,0,1,0,0,0),
 (1349,2060007,1492004,75000,55,0,0,0,1,0,0,0),
 (1350,2060007,1492005,100000,56,0,0,0,1,0,0,0),
 (1351,2060007,1492006,160000,57,0,0,0,1,0,0,0),
 (1352,2060007,1532004,75000,58,0,0,0,1,0,0,0),
 (1353,2060007,1532005,100000,59,0,0,0,1,0,0,0),
 (1354,2060007,1532006,160000,60,0,0,0,1,0,0,0),
 (1355,2041006,2000007,5,1,0,0,0,600,0,0,0),
 (1356,2041006,2000000,4,2,0,0,0,300,0,0,0),
 (1357,2041006,2000008,48,3,0,0,0,600,0,0,0),
 (1358,2041006,2000001,45,4,0,0,0,300,0,0,0),
 (1359,2041006,2000009,96,5,0,0,0,600,0,0,0),
 (1360,2041006,2000002,91,6,0,0,0,300,0,0,0),
 (1361,2041006,2000010,20,7,0,0,0,600,0,0,0),
 (1362,2041006,2000003,19,8,0,0,0,300,0,0,0),
 (1363,2041006,2000011,186,9,0,0,0,600,0,0,0),
 (1364,2041006,2000006,176,10,0,0,0,300,0,0,0),
 (1365,2041006,2001001,2185,11,0,0,0,300,0,0,0),
 (1366,2041006,2001002,3800,12,0,0,0,300,0,0,0),
 (1367,2041006,2002006,500,13,0,0,0,600,0,0,0),
 (1368,2041006,2002007,500,14,0,0,0,600,0,0,0),
 (1369,2041006,2002008,500,15,0,0,0,600,0,0,0),
 (1370,2041006,2002009,500,16,0,0,0,600,0,0,0),
 (1371,2041006,2002010,500,17,0,0,0,600,0,0,0),
 (1372,2041006,2010001,10,18,0,0,0,300,0,0,0),
 (1373,2041006,2010002,4,19,0,0,0,300,0,0,0),
 (1374,2041006,2020001,62,20,0,0,0,300,0,0,0),
 (1375,2041006,2020002,30,21,0,0,0,300,0,0,0),
 (1376,2041006,2020003,213,22,0,0,0,300,0,0,0),
 (1377,2041006,2020004,213,23,0,0,0,300,0,0,0),
 (1378,2041006,2020005,91,24,0,0,0,300,0,0,0),
 (1379,2041006,2020006,251,25,0,0,0,300,0,0,0),
 (1380,2041006,2020028,1994,26,0,0,0,300,0,0,0),
 (1381,2041006,2030000,400,27,0,0,0,100,0,0,0),
 (1382,2041006,2060000,1,28,0,0,0,2000,0,0,0),
 (1383,2041006,2061000,1,29,0,0,0,2000,0,0,0),
 (1384,2041006,2060000,1400,30,0,0,0,2000,0,0,0),
 (1385,2041006,2061000,1400,31,0,0,0,2000,0,0,0),
 (1386,2041006,2060001,10,32,0,0,0,1800,0,0,0),
 (1387,2041006,2061001,10,33,0,0,0,1800,0,0,0),
 (1388,2041006,2460000,2000,34,0,0,0,100,0,0,0),
 (1389,2041006,2460001,8000,35,0,0,0,100,0,0,0),
 (1390,2041006,2460002,32000,36,0,0,0,100,0,0,0),
 (1391,2041006,2460003,128000,37,0,0,0,100,0,0,0),
 (1392,2041006,2930000,5000,38,0,0,0,100,0,0,0),
 (1393,2041006,2070000,500,39,0,0,0,700,0,0,0),
 (1394,2041006,2330000,600,40,0,0,0,800,0,0,0),
 (1395,2041002,1302008,40000,1,0,0,0,1,0,0,0),
 (1396,2041002,1302004,100000,2,0,0,0,1,0,0,0),
 (1397,2041002,1302009,225000,3,0,0,0,1,0,0,0),
 (1398,2041002,1312005,40000,4,0,0,0,1,0,0,0),
 (1399,2041002,1312006,100000,5,0,0,0,1,0,0,0),
 (1400,2041002,1312007,175000,6,0,0,0,1,0,0,0),
 (1401,2041002,1322014,40000,7,0,0,0,1,0,0,0),
 (1402,2041002,1322015,100000,8,0,0,0,1,0,0,0),
 (1403,2041002,1322016,175000,9,0,0,0,1,0,0,0),
 (1404,2041002,1332009,42000,10,0,0,0,1,0,0,0),
 (1405,2041002,1332012,40000,11,0,0,0,1,0,0,0),
 (1406,2041002,1332001,200000,12,0,0,0,1,0,0,0),
 (1407,2041002,1332014,375000,13,0,0,0,1,0,0,0),
 (1408,2041002,1332011,425000,14,0,0,0,1,0,0,0),
 (1409,2041002,1342001,42000,15,0,0,0,1,0,0,0),
 (1410,2041002,1342002,175000,16,0,0,0,1,0,0,0),
 (1411,2041002,1372003,38000,17,0,0,0,1,0,0,0),
 (1412,2041002,1372001,175000,18,0,0,0,1,0,0,0),
 (1413,2041002,1372000,400000,19,0,0,0,1,0,0,0),
 (1414,2041002,1382002,20000,20,0,0,0,1,0,0,0),
 (1415,2041002,1402002,150000,21,0,0,0,1,0,0,0),
 (1416,2041002,1402006,350000,22,0,0,0,1,0,0,0),
 (1417,2041002,1402007,450000,23,0,0,0,1,0,0,0),
 (1418,2041002,1412006,45000,24,0,0,0,1,0,0,0),
 (1419,2041002,1412004,200000,25,0,0,0,1,0,0,0),
 (1420,2041002,1412005,250000,26,0,0,0,1,0,0,0),
 (1421,2041002,1422001,45000,27,0,0,0,1,0,0,0),
 (1422,2041002,1422008,200000,28,0,0,0,1,0,0,0),
 (1423,2041002,1422007,250000,29,0,0,0,1,0,0,0),
 (1424,2041002,1432002,60000,30,0,0,0,1,0,0,0),
 (1425,2041002,1432003,175000,31,0,0,0,1,0,0,0),
 (1426,2041002,1432005,225000,32,0,0,0,1,0,0,0),
 (1427,2041002,1442001,60000,33,0,0,0,1,0,0,0),
 (1428,2041002,1442003,175000,34,0,0,0,1,0,0,0),
 (1429,2041002,1442009,300000,35,0,0,0,1,0,0,0),
 (1430,2041002,1452005,150000,36,0,0,0,1,0,0,0),
 (1431,2041002,1452006,250000,37,0,0,0,1,0,0,0),
 (1432,2041002,1452007,375000,38,0,0,0,1,0,0,0),
 (1433,2041002,1462000,30000,39,0,0,0,1,0,0,0),
 (1434,2041002,1462004,200000,40,0,0,0,1,0,0,0),
 (1435,2041002,1462005,250000,41,0,0,0,1,0,0,0),
 (1436,2041002,1472001,20000,42,0,0,0,1,0,0,0),
 (1437,2041002,1472004,30000,43,0,0,0,1,0,0,0),
 (1438,2041002,1472007,60000,44,0,0,0,1,0,0,0),
 (1439,2041002,1482004,75000,45,0,0,0,1,0,0,0),
 (1440,2041002,1482005,100000,46,0,0,0,1,0,0,0),
 (1441,2041002,1482006,150000,47,0,0,0,1,0,0,0),
 (1442,2041002,1492004,75000,48,0,0,0,1,0,0,0),
 (1443,2041002,1492005,100000,49,0,0,0,1,0,0,0),
 (1444,2041002,1492006,160000,50,0,0,0,1,0,0,0),
 (1445,2041002,1532004,75000,51,0,0,0,1,0,0,0),
 (1446,2041002,1532005,100000,52,0,0,0,1,0,0,0),
 (1447,2041002,1532006,160000,53,0,0,0,1,0,0,0),
 (1448,2041003,1002004,160000,1,0,0,0,1,0,0,0),
 (1449,2041003,1040000,200000,2,0,0,0,1,0,0,0),
 (1450,2041003,1040085,200000,3,0,0,0,1,0,0,0),
 (1451,2041003,1041084,200000,4,0,0,0,1,0,0,0),
 (1452,2041003,1041085,200000,5,0,0,0,1,0,0,0),
 (1453,2041003,1050000,112500,6,0,0,0,1,0,0,0),
 (1454,2041003,1050021,112500,7,0,0,0,1,0,0,0),
 (1455,2041003,1051001,112500,8,0,0,0,1,0,0,0),
 (1456,2041003,1051014,112500,9,0,0,0,1,0,0,0),
 (1457,2041003,1060075,180000,10,0,0,0,1,0,0,0),
 (1458,2041003,1060074,180000,11,0,0,0,1,0,0,0),
 (1459,2041003,1061083,180000,12,0,0,0,1,0,0,0),
 (1460,2041003,1061084,180000,13,0,0,0,1,0,0,0),
 (1461,2041003,1092001,100000,14,0,0,0,1,0,0,0),
 (1462,2041003,1092002,200000,15,0,0,0,1,0,0,0),
 (1463,2041003,1002141,96000,16,0,0,0,1,0,0,0),
 (1464,2041003,1002142,96000,17,0,0,0,1,0,0,0),
 (1465,2041003,1002143,96000,18,0,0,0,1,0,0,0),
 (1466,2041003,1002144,96000,19,0,0,0,1,0,0,0),
 (1467,2041003,1041052,120000,20,0,0,0,1,0,0,0),
 (1468,2041003,1041051,120000,21,0,0,0,1,0,0,0),
 (1469,2041003,1050031,300000,22,0,0,0,1,0,0,0),
 (1470,2041003,1050002,300000,23,0,0,0,1,0,0,0),
 (1471,2041003,1050035,450000,24,0,0,0,1,0,0,0),
 (1472,2041003,1050038,450000,25,0,0,0,1,0,0,0),
 (1473,2041003,1050036,450000,26,0,0,0,1,0,0,0),
 (1474,2041003,1050037,450000,27,0,0,0,1,0,0,0),
 (1475,2041003,1051023,450000,28,0,0,0,1,0,0,0),
 (1476,2041003,1051025,450000,29,0,0,0,1,0,0,0),
 (1477,2041003,1051024,450000,30,0,0,0,1,0,0,0),
 (1478,2041003,1051027,450000,31,0,0,0,1,0,0,0),
 (1479,2041003,1061048,120000,32,0,0,0,1,0,0,0),
 (1480,2041003,1061047,120000,33,0,0,0,1,0,0,0),
 (1481,2041003,1002138,100000,34,0,0,0,1,0,0,0),
 (1482,2041003,1002139,100000,35,0,0,0,1,0,0,0),
 (1483,2041003,1002135,100000,36,0,0,0,1,0,0,0),
 (1484,2041003,1002137,100000,37,0,0,0,1,0,0,0),
 (1485,2041003,1040072,114000,38,0,0,0,1,0,0,0),
 (1486,2041003,1040073,114000,39,0,0,0,1,0,0,0),
 (1487,2041003,1040074,114000,40,0,0,0,1,0,0,0),
 (1488,2041003,1040076,114000,41,0,0,0,1,0,0,0),
 (1489,2041003,1040081,180000,42,0,0,0,1,0,0,0),
 (1490,2041003,1040079,180000,43,0,0,0,1,0,0,0),
 (1491,2041003,1041066,114000,44,0,0,0,1,0,0,0),
 (1492,2041003,1041069,114000,45,0,0,0,1,0,0,0),
 (1493,2041003,1041065,114000,46,0,0,0,1,0,0,0),
 (1494,2041003,1041067,114000,47,0,0,0,1,0,0,0),
 (1495,2041003,1041082,180000,48,0,0,0,1,0,0,0),
 (1496,2041003,1041081,180000,49,0,0,0,1,0,0,0),
 (1497,2041003,1060062,108000,50,0,0,0,1,0,0,0),
 (1498,2041003,1060065,108000,51,0,0,0,1,0,0,0),
 (1499,2041003,1060061,108000,52,0,0,0,1,0,0,0),
 (1500,2041003,1060063,108000,53,0,0,0,1,0,0,0),
 (1501,2041003,1060070,160000,54,0,0,0,1,0,0,0),
 (1502,2041003,1060069,160000,55,0,0,0,1,0,0,0),
 (1503,2041003,1061061,108000,56,0,0,0,1,0,0,0),
 (1504,2041003,1061064,108000,57,0,0,0,1,0,0,0),
 (1505,2041003,1061060,108000,58,0,0,0,1,0,0,0),
 (1506,2041003,1061062,108000,59,0,0,0,1,0,0,0),
 (1507,2041003,1061081,160000,60,0,0,0,1,0,0,0),
 (1508,2041003,1061080,160000,61,0,0,0,1,0,0,0),
 (1509,2041003,1002176,100000,62,0,0,0,1,0,0,0),
 (1510,2041003,1002177,100000,63,0,0,0,1,0,0,0),
 (1511,2041003,1002178,100000,64,0,0,0,1,0,0,0),
 (1512,2041003,1002179,100000,65,0,0,0,1,0,0,0),
 (1513,2041003,1002180,100000,66,0,0,0,1,0,0,0),
 (1514,2041003,1040063,114000,67,0,0,0,1,0,0,0),
 (1515,2041003,1040062,114000,68,0,0,0,1,0,0,0),
 (1516,2041003,1040061,114000,69,0,0,0,1,0,0,0),
 (1517,2041003,1040082,180000,70,0,0,0,1,0,0,0),
 (1518,2041003,1040083,180000,71,0,0,0,1,0,0,0),
 (1519,2041003,1041075,180000,72,0,0,0,1,0,0,0),
 (1520,2041003,1041074,180000,73,0,0,0,1,0,0,0),
 (1521,2041003,1051007,111000,74,0,0,0,1,0,0,0),
 (1522,2041003,1051008,111000,75,0,0,0,1,0,0,0),
 (1523,2041003,1051009,111000,76,0,0,0,1,0,0,0),
 (1524,2041003,1060051,108000,77,0,0,0,1,0,0,0),
 (1525,2041003,1060050,108000,78,0,0,0,1,0,0,0),
 (1526,2041003,1060052,108000,79,0,0,0,1,0,0,0),
 (1527,2041003,1060071,160000,80,0,0,0,1,0,0,0),
 (1528,2041003,1060072,160000,81,0,0,0,1,0,0,0),
 (1529,2041003,1061070,160000,82,0,0,0,1,0,0,0),
 (1530,2041003,1061069,160000,83,0,0,0,1,0,0,0),
 (1531,2041003,1052110,100000,84,0,0,0,1,0,0,0),
 (1532,2041003,1052113,120000,85,0,0,0,1,0,0,0),
 (1533,2041003,1002625,75000,86,0,0,0,1,0,0,0),
 (1534,2080001,2000000,5,1,0,0,0,300,0,0,0),
 (1535,2080001,2000001,48,2,0,0,0,300,0,0,0),
 (1536,2080001,2000002,96,3,0,0,0,300,0,0,0),
 (1537,2080001,2000003,20,4,0,0,0,300,0,0,0),
 (1538,2080001,2000006,186,5,0,0,0,300,0,0,0),
 (1539,2080001,2002000,500,6,0,0,0,300,0,0,0),
 (1540,2080001,2002001,400,7,0,0,0,300,0,0,0),
 (1541,2080001,2002002,500,8,0,0,0,300,0,0,0),
 (1542,2080001,2002004,500,9,0,0,0,300,0,0,0),
 (1543,2080001,2002005,500,10,0,0,0,300,0,0,0),
 (1544,2080001,2022089,3400,11,0,0,0,300,0,0,0),
 (1545,2080001,2001000,3200,12,0,0,0,300,0,0,0),
 (1546,2080001,2001001,2300,13,0,0,0,300,0,0,0),
 (1547,2080001,2001002,4000,14,0,0,0,300,0,0,0),
 (1548,2080001,2010000,3,15,0,0,0,300,0,0,0),
 (1549,2080001,2010002,5,16,0,0,0,300,0,0,0),
 (1550,2080001,2010001,10,17,0,0,0,300,0,0,0),
 (1551,2080001,2010003,10,18,0,0,0,300,0,0,0),
 (1552,2080001,2010004,93,19,0,0,0,300,0,0,0),
 (1553,2080001,2020012,4500,20,0,0,0,300,0,0,0),
 (1554,2080001,2020013,5600,21,0,0,0,300,0,0,0),
 (1555,2080001,2020014,8100,22,0,0,0,300,0,0,0),
 (1556,2080001,2020015,10200,23,0,0,0,300,0,0,0),
 (1557,2080001,2030000,400,24,0,0,0,100,0,0,0),
 (1558,2080001,2060000,1,25,0,0,0,2000,0,0,0),
 (1559,2080001,2061000,1,26,0,0,0,2000,0,0,0),
 (1560,2080001,2060000,1400,27,0,0,0,2000,0,0,0),
 (1561,2080001,2061000,1400,28,0,0,0,2000,0,0,0),
 (1562,2080001,2060001,10,29,0,0,0,1800,0,0,0),
 (1563,2080001,2061001,10,30,0,0,0,1800,0,0,0),
 (1564,2080001,2460000,2000,31,0,0,0,100,0,0,0),
 (1565,2080001,2460001,8000,32,0,0,0,100,0,0,0),
 (1566,2080001,2460002,32000,33,0,0,0,100,0,0,0),
 (1567,2080001,2460003,128000,34,0,0,0,100,0,0,0),
 (1568,2080001,2930000,5000,35,0,0,0,100,0,0,0),
 (1569,2080001,2070000,500,36,0,0,0,700,0,0,0),
 (1570,2080001,2330000,600,37,0,0,0,800,0,0,0),
 (1571,2080002,1002004,160000,1,0,0,0,1,0,0,0),
 (1572,2080002,1040000,200000,2,0,0,0,1,0,0,0),
 (1573,2080002,1040085,200000,3,0,0,0,1,0,0,0),
 (1574,2080002,1041084,200000,4,0,0,0,1,0,0,0),
 (1575,2080002,1041085,200000,5,0,0,0,1,0,0,0),
 (1576,2080002,1050000,112500,6,0,0,0,1,0,0,0),
 (1577,2080002,1050021,112500,7,0,0,0,1,0,0,0),
 (1578,2080002,1051001,112500,8,0,0,0,1,0,0,0),
 (1579,2080002,1051014,112500,9,0,0,0,1,0,0,0),
 (1580,2080002,1060075,180000,10,0,0,0,1,0,0,0),
 (1581,2080002,1060074,180000,11,0,0,0,1,0,0,0),
 (1582,2080002,1061083,180000,12,0,0,0,1,0,0,0),
 (1583,2080002,1061084,180000,13,0,0,0,1,0,0,0),
 (1584,2080002,1092001,100000,14,0,0,0,1,0,0,0),
 (1585,2080002,1092002,200000,15,0,0,0,1,0,0,0),
 (1586,2080002,1002141,96000,16,0,0,0,1,0,0,0),
 (1587,2080002,1002142,96000,17,0,0,0,1,0,0,0),
 (1588,2080002,1002143,96000,18,0,0,0,1,0,0,0),
 (1589,2080002,1002144,96000,19,0,0,0,1,0,0,0),
 (1590,2080002,1041052,120000,20,0,0,0,1,0,0,0),
 (1591,2080002,1041051,120000,21,0,0,0,1,0,0,0),
 (1592,2080002,1050031,300000,22,0,0,0,1,0,0,0),
 (1593,2080002,1050002,300000,23,0,0,0,1,0,0,0),
 (1594,2080002,1050035,450000,24,0,0,0,1,0,0,0),
 (1595,2080002,1050038,450000,25,0,0,0,1,0,0,0),
 (1596,2080002,1050036,450000,26,0,0,0,1,0,0,0),
 (1597,2080002,1050037,450000,27,0,0,0,1,0,0,0),
 (1598,2080002,1051023,450000,28,0,0,0,1,0,0,0),
 (1599,2080002,1051025,450000,29,0,0,0,1,0,0,0),
 (1600,2080002,1051024,450000,30,0,0,0,1,0,0,0),
 (1601,2080002,1051027,450000,31,0,0,0,1,0,0,0),
 (1602,2080002,1061048,120000,32,0,0,0,1,0,0,0),
 (1603,2080002,1061047,120000,33,0,0,0,1,0,0,0),
 (1604,2080002,1002138,100000,34,0,0,0,1,0,0,0),
 (1605,2080002,1002139,100000,35,0,0,0,1,0,0,0),
 (1606,2080002,1002135,100000,36,0,0,0,1,0,0,0),
 (1607,2080002,1002137,100000,37,0,0,0,1,0,0,0),
 (1608,2080002,1040072,114000,38,0,0,0,1,0,0,0),
 (1609,2080002,1040073,114000,39,0,0,0,1,0,0,0),
 (1610,2080002,1040074,114000,40,0,0,0,1,0,0,0),
 (1611,2080002,1040076,114000,41,0,0,0,1,0,0,0),
 (1612,2080002,1040081,180000,42,0,0,0,1,0,0,0),
 (1613,2080002,1040079,180000,43,0,0,0,1,0,0,0),
 (1614,2080002,1041066,114000,44,0,0,0,1,0,0,0),
 (1615,2080002,1041069,114000,45,0,0,0,1,0,0,0),
 (1616,2080002,1041065,114000,46,0,0,0,1,0,0,0),
 (1617,2080002,1041067,114000,47,0,0,0,1,0,0,0),
 (1618,2080002,1041082,180000,48,0,0,0,1,0,0,0),
 (1619,2080002,1041081,180000,49,0,0,0,1,0,0,0),
 (1620,2080002,1060062,108000,50,0,0,0,1,0,0,0),
 (1621,2080002,1060065,108000,51,0,0,0,1,0,0,0),
 (1622,2080002,1060061,108000,52,0,0,0,1,0,0,0),
 (1623,2080002,1060063,108000,53,0,0,0,1,0,0,0),
 (1624,2080002,1060070,160000,54,0,0,0,1,0,0,0),
 (1625,2080002,1060069,160000,55,0,0,0,1,0,0,0),
 (1626,2080002,1061061,108000,56,0,0,0,1,0,0,0),
 (1627,2080002,1061064,108000,57,0,0,0,1,0,0,0),
 (1628,2080002,1061060,108000,58,0,0,0,1,0,0,0),
 (1629,2080002,1061062,108000,59,0,0,0,1,0,0,0),
 (1630,2080002,1061081,160000,60,0,0,0,1,0,0,0),
 (1631,2080002,1061080,160000,61,0,0,0,1,0,0,0),
 (1632,2080002,1002176,100000,62,0,0,0,1,0,0,0),
 (1633,2080002,1002177,100000,63,0,0,0,1,0,0,0),
 (1634,2080002,1002178,100000,64,0,0,0,1,0,0,0),
 (1635,2080002,1002179,100000,65,0,0,0,1,0,0,0),
 (1636,2080002,1002180,100000,66,0,0,0,1,0,0,0),
 (1637,2080002,1040063,114000,67,0,0,0,1,0,0,0),
 (1638,2080002,1040062,114000,68,0,0,0,1,0,0,0),
 (1639,2080002,1040061,114000,69,0,0,0,1,0,0,0),
 (1640,2080002,1040082,180000,70,0,0,0,1,0,0,0),
 (1641,2080002,1040083,180000,71,0,0,0,1,0,0,0),
 (1642,2080002,1041075,180000,72,0,0,0,1,0,0,0),
 (1643,2080002,1041074,180000,73,0,0,0,1,0,0,0),
 (1644,2080002,1051007,111000,74,0,0,0,1,0,0,0),
 (1645,2080002,1051008,111000,75,0,0,0,1,0,0,0),
 (1646,2080002,1051009,111000,76,0,0,0,1,0,0,0),
 (1647,2080002,1060051,108000,77,0,0,0,1,0,0,0),
 (1648,2080002,1060050,108000,78,0,0,0,1,0,0,0),
 (1649,2080002,1060052,108000,79,0,0,0,1,0,0,0),
 (1650,2080002,1060071,160000,80,0,0,0,1,0,0,0),
 (1651,2080002,1060072,160000,81,0,0,0,1,0,0,0),
 (1652,2080002,1061070,160000,82,0,0,0,1,0,0,0),
 (1653,2080002,1061069,160000,83,0,0,0,1,0,0,0),
 (1654,2080002,1052110,100000,84,0,0,0,1,0,0,0),
 (1655,2080002,1052113,120000,85,0,0,0,1,0,0,0),
 (1656,2080002,1002625,75000,86,0,0,0,1,0,0,0),
 (1657,2040051,2002010,500,1,0,0,0,600,0,0,0),
 (1658,2040051,2002006,600,2,0,0,0,600,0,0,0),
 (1659,2040051,2002007,600,3,0,0,0,600,0,0,0),
 (1660,2040051,2002008,600,4,0,0,0,600,0,0,0),
 (1661,2040051,2002009,600,5,0,0,0,600,0,0,0),
 (1662,2040051,2022003,770,6,0,0,0,300,0,0,0),
 (1663,2040051,2022000,1155,7,0,0,0,300,0,0,0),
 (1664,2040051,2001001,2300,8,0,0,0,300,0,0,0),
 (1665,2040051,2001002,4000,9,0,0,0,300,0,0,0),
 (1666,2040051,2020012,4680,10,0,0,0,300,0,0,0),
 (1667,2040051,2020013,5824,11,0,0,0,300,0,0,0),
 (1668,2040051,2020014,8100,12,0,0,0,300,0,0,0),
 (1669,2040051,2020015,10200,13,0,0,0,300,0,0,0),
 (1670,2040051,2000007,5,14,0,0,0,600,0,0,0),
 (1671,2040051,2000000,5,15,0,0,0,300,0,0,0),
 (1672,2040051,2000008,48,16,0,0,0,600,0,0,0),
 (1673,2040051,2000001,48,17,0,0,0,300,0,0,0),
 (1674,2040051,2000009,96,18,0,0,0,600,0,0,0),
 (1675,2040051,2000002,96,19,0,0,0,300,0,0,0),
 (1676,2040051,2000010,20,20,0,0,0,600,0,0,0),
 (1677,2040051,2000003,20,21,0,0,0,300,0,0,0),
 (1678,2040051,2000011,186,22,0,0,0,600,0,0,0),
 (1679,2040051,2000006,186,23,0,0,0,300,0,0,0),
 (1680,2040051,2050000,200,24,0,0,0,100,0,0,0),
 (1681,2040051,2050001,200,25,0,0,0,100,0,0,0),
 (1682,2040051,2050002,300,26,0,0,0,100,0,0,0),
 (1683,2040051,2050003,500,27,0,0,0,100,0,0,0),
 (1684,2040051,2060000,1,28,0,0,0,2000,0,0,0),
 (1685,2040051,2061000,1,29,0,0,0,2000,0,0,0),
 (1686,2040051,2060000,1400,30,0,0,0,2000,0,0,0),
 (1687,2040051,2061000,1400,31,0,0,0,2000,0,0,0),
 (1688,2040051,2060001,10,32,0,0,0,1800,0,0,0),
 (1689,2040051,2061001,10,33,0,0,0,1800,0,0,0),
 (1690,2040051,2030000,400,34,0,0,0,100,0,0,0),
 (1691,2040051,2460000,2000,35,0,0,0,100,0,0,0),
 (1692,2040051,2460001,8000,36,0,0,0,100,0,0,0),
 (1693,2040051,2460002,32000,37,0,0,0,100,0,0,0),
 (1694,2040051,2460003,128000,38,0,0,0,100,0,0,0),
 (1695,2040051,2930000,5000,39,0,0,0,100,0,0,0),
 (1696,2110001,2000000,5,1,0,0,0,300,0,0,0),
 (1697,2110001,2000001,48,2,0,0,0,300,0,0,0),
 (1698,2110001,2000002,96,3,0,0,0,300,0,0,0),
 (1699,2110001,2000003,20,4,0,0,0,300,0,0,0),
 (1700,2110001,2000006,186,5,0,0,0,300,0,0,0),
 (1701,2110001,2002000,500,6,0,0,0,300,0,0,0),
 (1702,2110001,2002001,400,7,0,0,0,300,0,0,0),
 (1703,2110001,2002002,500,8,0,0,0,300,0,0,0),
 (1704,2110001,2002004,500,9,0,0,0,300,0,0,0),
 (1705,2110001,2002005,500,10,0,0,0,300,0,0,0),
 (1706,2110001,2022003,770,11,0,0,0,300,0,0,0),
 (1707,2110001,2022000,1155,12,0,0,0,300,0,0,0),
 (1708,2110001,2001000,3200,13,0,0,0,300,0,0,0),
 (1709,2110001,2001001,2300,14,0,0,0,300,0,0,0),
 (1710,2110001,2001002,4000,15,0,0,0,300,0,0,0),
 (1711,2110001,2010000,3,16,0,0,0,300,0,0,0),
 (1712,2110001,2010002,5,17,0,0,0,300,0,0,0),
 (1713,2110001,2010001,10,18,0,0,0,300,0,0,0),
 (1714,2110001,2010003,10,19,0,0,0,300,0,0,0),
 (1715,2110001,2010004,93,20,0,0,0,300,0,0,0),
 (1716,2110001,2020028,2100,21,0,0,0,300,0,0,0),
 (1717,2110001,2050000,200,22,0,0,0,100,0,0,0),
 (1718,2110001,2050001,200,23,0,0,0,100,0,0,0),
 (1719,2110001,2050002,300,24,0,0,0,100,0,0,0),
 (1720,2110001,2050003,500,25,0,0,0,100,0,0,0),
 (1721,2110001,2030000,400,26,0,0,0,100,0,0,0),
 (1722,2110001,2060000,1,27,0,0,0,2000,0,0,0),
 (1723,2110001,2061000,1,28,0,0,0,2000,0,0,0),
 (1724,2110001,2060000,1400,29,0,0,0,2000,0,0,0),
 (1725,2110001,2061000,1400,30,0,0,0,2000,0,0,0),
 (1726,2110001,2460000,2000,31,0,0,0,100,0,0,0),
 (1727,2110001,2460001,8000,32,0,0,0,100,0,0,0),
 (1728,2110001,2460002,32000,33,0,0,0,100,0,0,0),
 (1729,2110001,2460003,128000,34,0,0,0,100,0,0,0),
 (1730,2110001,2120000,30,35,0,0,0,1000,0,0,0),
 (1731,2110001,2930000,5000,36,0,0,0,100,0,0,0),
 (1732,2110001,2070000,500,37,0,0,0,700,0,0,0),
 (1733,2110001,2330000,600,38,0,0,0,800,0,0,0),
 (1734,9110102,2060003,40,1,0,0,0,1000,0,0,0),
 (1735,9110102,2000001,160,2,0,0,0,300,0,0,0),
 (1736,9110102,2000002,320,3,0,0,0,300,0,0,0),
 (1737,9110102,2001001,2300,4,0,0,0,300,0,0,0),
 (1738,9110102,2020012,4500,5,0,0,0,300,0,0,0),
 (1739,9110102,2000003,200,6,0,0,0,300,0,0,0),
 (1740,9110102,2000006,620,7,0,0,0,300,0,0,0),
 (1741,9110102,2001002,4000,8,0,0,0,300,0,0,0),
 (1742,9110102,2020014,8100,9,0,0,0,300,0,0,0),
 (1743,9110102,2022002,1000,10,0,0,0,1,0,0,0),
 (1744,9110102,2070000,500,11,0,0,0,500,0,0,0),
 (1745,2041016,2040300,34000,1,0,0,0,100,0,0,0),
 (1746,2041016,2040000,34000,2,0,0,0,100,0,0,0),
 (1747,2041016,2040400,34000,3,0,0,0,100,0,0,0),
 (1748,2041016,2040503,34000,4,0,0,0,100,0,0,0),
 (1749,2041016,2040600,34000,5,0,0,0,100,0,0,0),
 (1750,2041016,2040700,34000,6,0,0,0,100,0,0,0),
 (1751,2041016,2040703,34000,7,0,0,0,100,0,0,0),
 (1752,2041016,2040706,34000,8,0,0,0,100,0,0,0),
 (1753,2041016,2040800,34000,9,0,0,0,100,0,0,0),
 (1754,2041016,2040900,34000,10,0,0,0,100,0,0,0),
 (1755,2041016,2041000,34000,11,0,0,0,100,0,0,0),
 (1756,2041016,2041003,34000,12,0,0,0,100,0,0,0),
 (1757,2041016,2043000,69000,13,0,0,0,100,0,0,0),
 (1758,2041016,2043100,69000,14,0,0,0,100,0,0,0),
 (1759,2041016,2043200,69000,15,0,0,0,100,0,0,0),
 (1760,2041016,2043300,69000,16,0,0,0,100,0,0,0),
 (1761,2041016,2044000,69000,17,0,0,0,100,0,0,0),
 (1762,2041016,2044100,69000,18,0,0,0,100,0,0,0),
 (1763,2041016,2044200,69000,19,0,0,0,100,0,0,0),
 (1764,2041016,2044300,69000,20,0,0,0,100,0,0,0),
 (1765,2041016,2044400,69000,21,0,0,0,100,0,0,0),
 (1766,2041016,2043700,69000,22,0,0,0,100,0,0,0),
 (1767,2041016,2043800,69000,23,0,0,0,100,0,0,0),
 (1768,2041016,2044500,69000,24,0,0,0,100,0,0,0),
 (1769,2041016,2044600,69000,25,0,0,0,100,0,0,0),
 (1770,2041016,2044700,69000,26,0,0,0,100,0,0,0),
 (1771,2041016,2044800,69000,27,0,0,0,100,0,0,0),
 (1772,2041016,2044900,69000,28,0,0,0,100,0,0,0),
 (1773,2041016,2043400,69000,29,0,0,0,100,0,0,0),
 (1774,9201058,1002023,122500,1,0,0,0,1,0,0,0),
 (1775,9201058,1040021,42500,2,0,0,0,1,0,0,0),
 (1776,9201058,1040026,42500,3,0,0,0,1,0,0,0),
 (1777,9201058,1051010,62500,4,0,0,0,1,0,0,0),
 (1778,9201058,1051011,62500,5,0,0,0,1,0,0,0),
 (1779,9201058,1051012,62500,6,0,0,0,1,0,0,0),
 (1780,9201058,1051013,62500,7,0,0,0,1,0,0,0),
 (1781,9201058,1060016,40500,8,0,0,0,1,0,0,0),
 (1782,9201058,1060017,40500,9,0,0,0,1,0,0,0),
 (1783,9201058,1060018,40500,10,0,0,0,1,0,0,0),
 (1784,9201058,1060019,40500,11,0,0,0,1,0,0,0),
 (1785,9201058,1092006,62500,12,0,0,0,1,0,0,0),
 (1786,9201058,1002064,42500,13,0,0,0,1,0,0,0),
 (1787,9201058,1041041,44500,14,0,0,0,1,0,0,0),
 (1788,9201058,1041042,44500,15,0,0,0,1,0,0,0),
 (1789,9201058,1041043,44500,16,0,0,0,1,0,0,0),
 (1790,9201058,1050003,42500,17,0,0,0,1,0,0,0),
 (1791,9201058,1050026,42500,18,0,0,0,1,0,0,0),
 (1792,9201058,1050027,42500,19,0,0,0,1,0,0,0),
 (1793,9201058,1050028,42500,20,0,0,0,1,0,0,0),
 (1794,9201058,1061034,42500,21,0,0,0,1,0,0,0),
 (1795,9201058,1061035,42500,22,0,0,0,1,0,0,0),
 (1796,9201058,1061036,42500,23,0,0,0,1,0,0,0),
 (1797,9201058,1002161,32500,24,0,0,0,1,0,0,0),
 (1798,9201058,1002162,32500,25,0,0,0,1,0,0,0),
 (1799,9201058,1002163,32500,26,0,0,0,1,0,0,0),
 (1800,9201058,1002164,32500,27,0,0,0,1,0,0,0),
 (1801,9201058,1002165,32500,28,0,0,0,1,0,0,0),
 (1802,9201058,1040069,52500,29,0,0,0,1,0,0,0),
 (1803,9201058,1040070,52500,30,0,0,0,1,0,0,0),
 (1804,9201058,1040067,52500,31,0,0,0,1,0,0,0),
 (1805,9201058,1040068,52500,32,0,0,0,1,0,0,0),
 (1806,9201058,1041056,52500,33,0,0,0,1,0,0,0),
 (1807,9201058,1041054,52500,34,0,0,0,1,0,0,0),
 (1808,9201058,1041055,52500,35,0,0,0,1,0,0,0),
 (1809,9201058,1060059,46500,36,0,0,0,1,0,0,0),
 (1810,9201058,1060058,46500,37,0,0,0,1,0,0,0),
 (1811,9201058,1060056,46500,38,0,0,0,1,0,0,0),
 (1812,9201058,1060057,46500,39,0,0,0,1,0,0,0),
 (1813,9201058,1061052,46500,40,0,0,0,1,0,0,0),
 (1814,9201058,1061050,46500,41,0,0,0,1,0,0,0),
 (1815,9201058,1061051,46500,42,0,0,0,1,0,0,0),
 (1816,9201058,1002171,32500,43,0,0,0,1,0,0,0),
 (1817,9201058,1002172,32500,44,0,0,0,1,0,0,0),
 (1818,9201058,1002173,32500,45,0,0,0,1,0,0,0),
 (1819,9201058,1002174,32500,46,0,0,0,1,0,0,0),
 (1820,9201058,1002175,32500,47,0,0,0,1,0,0,0),
 (1821,9201058,1040057,47500,48,0,0,0,1,0,0,0),
 (1822,9201058,1040058,47500,49,0,0,0,1,0,0,0),
 (1823,9201058,1040059,47500,50,0,0,0,1,0,0,0),
 (1824,9201058,1040060,47500,51,0,0,0,1,0,0,0),
 (1825,9201058,1041047,47500,52,0,0,0,1,0,0,0),
 (1826,9201058,1041048,47500,53,0,0,0,1,0,0,0),
 (1827,9201058,1041049,47500,54,0,0,0,1,0,0,0),
 (1828,9201058,1041050,47500,55,0,0,0,1,0,0,0),
 (1829,9201058,1060043,42500,56,0,0,0,1,0,0,0),
 (1830,9201058,1060044,42500,57,0,0,0,1,0,0,0),
 (1831,9201058,1060045,42500,58,0,0,0,1,0,0,0),
 (1832,9201058,1060046,42500,59,0,0,0,1,0,0,0),
 (1833,9201058,1061043,42500,60,0,0,0,1,0,0,0),
 (1834,9201058,1061044,42500,61,0,0,0,1,0,0,0),
 (1835,9201058,1061045,42500,62,0,0,0,1,0,0,0),
 (1836,9201058,1061046,42500,63,0,0,0,1,0,0,0),
 (1837,9000069,2046229,0,1,4310016,4,0,100,9,0,0),
 (1838,9000069,2046230,0,2,4310016,4,0,100,9,0,0),
 (1839,9000069,2046231,0,3,4310016,4,0,100,9,0,0),
 (1840,9000069,2046232,0,4,4310016,4,0,100,9,0,0),
 (1841,9000069,2046320,0,5,4310016,4,0,100,9,0,0),
 (1842,9000069,2046321,0,6,4310016,4,0,100,9,0,0),
 (1843,9000069,2046322,0,7,4310016,4,0,100,9,0,0),
 (1844,9000069,2046323,0,8,4310016,4,0,100,9,0,0),
 (1845,9000069,2046014,0,9,4310016,6,0,100,9,0,0),
 (1846,9000069,2046015,0,10,4310016,6,0,100,9,0,0),
 (1847,9000069,2046113,0,11,4310016,6,0,100,9,0,0),
 (1848,9000069,2046227,0,12,4310016,7,0,100,9,0,0),
 (1849,9000069,2046228,0,13,4310016,7,0,100,9,0,0),
 (1850,9000069,2046318,0,14,4310016,7,0,100,9,0,0),
 (1851,9000069,2046319,0,15,4310016,7,0,100,9,0,0),
 (1852,9000069,2049009,0,16,4310016,7,0,100,9,0,0),
 (1853,9000069,2049117,0,17,4310016,8,0,100,9,0,0),
 (1854,9000069,2049303,0,18,4310016,8,0,100,9,0,0),
 (1855,9000069,1122017,0,19,4310016,10,0,1,9,0,1440),
 (1856,9000069,1003242,0,20,4310025,30,0,1,8,0,0),
 (1857,9000069,1052357,0,21,4310025,40,0,1,8,0,0),
 (1858,9000069,1082314,0,22,4310025,30,0,1,8,0,0),
 (1859,9000069,1072521,0,23,4310025,30,0,1,8,0,0),
 (1860,9000069,1102294,0,24,4310025,38,0,1,8,0,0),
 (1861,9000069,1152060,0,25,4310025,40,0,1,8,0,0),
 (1862,9000069,1132092,0,26,4310025,20,0,1,8,0,0),
 (1863,9000069,2046025,0,27,4310025,20,0,100,8,0,0),
 (1864,9000069,2046026,0,28,4310025,20,0,100,8,0,0),
 (1865,9000069,2046119,0,29,4310025,20,0,100,8,0,0),
 (1866,9000069,2046251,0,30,4310025,18,0,100,8,0,0),
 (1867,9000069,2046340,0,31,4310025,45,0,100,8,0,0),
 (1868,9000069,2046341,0,32,4310025,45,0,100,8,0,0),
 (1869,9000069,2570001,0,33,4310025,25,0,100,8,0,0),
 (1870,2070001,2000000,5,1,0,0,0,300,0,0,0),
 (1871,2070001,2000001,48,2,0,0,0,300,0,0,0),
 (1872,2070001,2000002,96,3,0,0,0,300,0,0,0),
 (1873,2070001,2000003,20,4,0,0,0,300,0,0,0),
 (1874,2070001,2000006,186,5,0,0,0,300,0,0,0),
 (1875,2070001,2002000,500,6,0,0,0,300,0,0,0),
 (1876,2070001,2002001,400,7,0,0,0,300,0,0,0),
 (1877,2070001,2002002,500,8,0,0,0,300,0,0,0),
 (1878,2070001,2002004,500,9,0,0,0,300,0,0,0),
 (1879,2070001,2002005,500,10,0,0,0,300,0,0,0),
 (1880,2070001,2001000,3200,11,0,0,0,300,0,0,0),
 (1881,2070001,2001001,2300,12,0,0,0,300,0,0,0),
 (1882,2070001,2001002,4000,13,0,0,0,300,0,0,0),
 (1883,2070001,2010000,3,14,0,0,0,300,0,0,0),
 (1884,2070001,2010002,5,15,0,0,0,300,0,0,0),
 (1885,2070001,2010001,10,16,0,0,0,300,0,0,0),
 (1886,2070001,2010003,10,17,0,0,0,300,0,0,0),
 (1887,2070001,2010004,93,18,0,0,0,300,0,0,0),
 (1888,2070001,2020012,4500,19,0,0,0,300,0,0,0),
 (1889,2070001,2020013,5600,20,0,0,0,300,0,0,0),
 (1890,2070001,2020014,8100,21,0,0,0,300,0,0,0),
 (1891,2070001,2020015,10200,22,0,0,0,300,0,0,0),
 (1892,2070001,2022003,770,23,0,0,0,300,0,0,0),
 (1893,2070001,2022000,1155,24,0,0,0,300,0,0,0),
 (1894,2070001,2030000,400,25,0,0,0,100,0,0,0),
 (1895,2070001,2060000,1,26,0,0,0,2000,0,0,0),
 (1896,2070001,2061000,1,27,0,0,0,2000,0,0,0),
 (1897,2070001,2060000,1400,28,0,0,0,2000,0,0,0),
 (1898,2070001,2061000,1400,29,0,0,0,2000,0,0,0),
 (1899,2070001,2060001,10,30,0,0,0,1800,0,0,0),
 (1900,2070001,2061001,10,31,0,0,0,1800,0,0,0),
 (1901,2070001,2460000,2000,32,0,0,0,100,0,0,0),
 (1902,2070001,2460001,8000,33,0,0,0,100,0,0,0),
 (1903,2070001,2460002,32000,34,0,0,0,100,0,0,0),
 (1904,2070001,2460003,128000,35,0,0,0,100,0,0,0),
 (1905,2070001,2930000,5000,36,0,0,0,100,0,0,0),
 (1906,2070001,2070000,500,37,0,0,0,700,0,0,0),
 (1907,2070001,2330000,600,38,0,0,0,800,0,0,0),
 (1908,9201059,1302008,42500,1,0,0,0,1,0,0,0),
 (1909,9201059,1302068,352500,2,0,0,0,1,0,0,0),
 (1910,9201059,1312005,42500,3,0,0,0,1,0,0,0),
 (1911,9201059,1322014,42500,4,0,0,0,1,0,0,0),
 (1912,9201059,1332009,44500,5,0,0,0,1,0,0,0),
 (1913,9201059,1332012,42500,6,0,0,0,1,0,0,0),
 (1914,9201059,1372003,40500,7,0,0,0,1,0,0,0),
 (1915,9201059,1382002,22500,8,0,0,0,1,0,0,0),
 (1916,9201059,1402002,152500,9,0,0,0,1,0,0,0),
 (1917,9201059,1412006,47500,10,0,0,0,1,0,0,0),
 (1918,9201059,1422001,47500,11,0,0,0,1,0,0,0),
 (1919,9201059,1432002,62500,12,0,0,0,1,0,0,0),
 (1920,9201059,1442001,62500,13,0,0,0,1,0,0,0),
 (1921,9201059,1452005,152500,14,0,0,0,1,0,0,0),
 (1922,9201059,1462000,32500,15,0,0,0,1,0,0,0),
 (1923,9201059,1472001,22500,16,0,0,0,1,0,0,0),
 (1924,2070002,1302004,100000,1,0,0,0,1,0,0,0),
 (1925,2070002,1302009,225000,2,0,0,0,1,0,0,0),
 (1926,2070002,1312006,100000,3,0,0,0,1,0,0,0),
 (1927,2070002,1312007,175000,4,0,0,0,1,0,0,0),
 (1928,2070002,1322015,100000,5,0,0,0,1,0,0,0),
 (1929,2070002,1322016,175000,6,0,0,0,1,0,0,0),
 (1930,2070002,1332001,200000,7,0,0,0,1,0,0,0),
 (1931,2070002,1332014,375000,8,0,0,0,1,0,0,0),
 (1932,2070002,1332011,425000,9,0,0,0,1,0,0,0),
 (1933,2070002,1342002,175000,10,0,0,0,1,0,0,0),
 (1934,2070002,1372001,175000,11,0,0,0,1,0,0,0),
 (1935,2070002,1372000,400000,12,0,0,0,1,0,0,0),
 (1936,2070002,1402006,350000,13,0,0,0,1,0,0,0),
 (1937,2070002,1402007,450000,14,0,0,0,1,0,0,0),
 (1938,2070002,1412004,200000,15,0,0,0,1,0,0,0),
 (1939,2070002,1412005,250000,16,0,0,0,1,0,0,0),
 (1940,2070002,1422008,200000,17,0,0,0,1,0,0,0),
 (1941,2070002,1422007,250000,18,0,0,0,1,0,0,0),
 (1942,2070002,1432003,175000,19,0,0,0,1,0,0,0),
 (1943,2070002,1432005,225000,20,0,0,0,1,0,0,0),
 (1944,2070002,1442003,175000,21,0,0,0,1,0,0,0),
 (1945,2070002,1442009,300000,22,0,0,0,1,0,0,0),
 (1946,2070002,1452006,250000,23,0,0,0,1,0,0,0),
 (1947,2070002,1452007,375000,24,0,0,0,1,0,0,0),
 (1948,2070002,1462004,200000,25,0,0,0,1,0,0,0),
 (1949,2070002,1462005,250000,26,0,0,0,1,0,0,0),
 (1950,2070002,1472004,30000,27,0,0,0,1,0,0,0),
 (1951,2070002,1472007,60000,28,0,0,0,1,0,0,0),
 (1952,2070002,1482005,100000,29,0,0,0,1,0,0,0),
 (1953,2070002,1482006,150000,30,0,0,0,1,0,0,0),
 (1954,2070002,1492005,100000,31,0,0,0,1,0,0,0),
 (1955,2070002,1492006,160000,32,0,0,0,1,0,0,0),
 (1956,2070002,1532004,75000,33,0,0,0,1,0,0,0),
 (1957,2070002,1532005,100000,34,0,0,0,1,0,0,0),
 (1958,2070002,1532006,160000,35,0,0,0,1,0,0,0),
 (1959,2070003,1002004,160000,1,0,0,0,1,0,0,0),
 (1960,2070003,1040000,200000,2,0,0,0,1,0,0,0),
 (1961,2070003,1040085,200000,3,0,0,0,1,0,0,0),
 (1962,2070003,1041084,200000,4,0,0,0,1,0,0,0),
 (1963,2070003,1041085,200000,5,0,0,0,1,0,0,0),
 (1964,2070003,1050000,112500,6,0,0,0,1,0,0,0),
 (1965,2070003,1050021,112500,7,0,0,0,1,0,0,0),
 (1966,2070003,1051001,112500,8,0,0,0,1,0,0,0),
 (1967,2070003,1051014,112500,9,0,0,0,1,0,0,0),
 (1968,2070003,1060075,180000,10,0,0,0,1,0,0,0),
 (1969,2070003,1060074,180000,11,0,0,0,1,0,0,0),
 (1970,2070003,1061083,180000,12,0,0,0,1,0,0,0),
 (1971,2070003,1061084,180000,13,0,0,0,1,0,0,0),
 (1972,2070003,1092001,100000,14,0,0,0,1,0,0,0),
 (1973,2070003,1092002,200000,15,0,0,0,1,0,0,0),
 (1974,2070003,1002141,96000,16,0,0,0,1,0,0,0),
 (1975,2070003,1002142,96000,17,0,0,0,1,0,0,0),
 (1976,2070003,1002143,96000,18,0,0,0,1,0,0,0),
 (1977,2070003,1002144,96000,19,0,0,0,1,0,0,0),
 (1978,2070003,1041052,120000,20,0,0,0,1,0,0,0),
 (1979,2070003,1041051,120000,21,0,0,0,1,0,0,0),
 (1980,2070003,1050031,300000,22,0,0,0,1,0,0,0),
 (1981,2070003,1050002,300000,23,0,0,0,1,0,0,0),
 (1982,2070003,1050035,450000,24,0,0,0,1,0,0,0),
 (1983,2070003,1050038,450000,25,0,0,0,1,0,0,0),
 (1984,2070003,1050036,450000,26,0,0,0,1,0,0,0),
 (1985,2070003,1050037,450000,27,0,0,0,1,0,0,0),
 (1986,2070003,1051023,450000,28,0,0,0,1,0,0,0),
 (1987,2070003,1051025,450000,29,0,0,0,1,0,0,0),
 (1988,2070003,1051024,450000,30,0,0,0,1,0,0,0),
 (1989,2070003,1051027,450000,31,0,0,0,1,0,0,0),
 (1990,2070003,1061048,120000,32,0,0,0,1,0,0,0),
 (1991,2070003,1061047,120000,33,0,0,0,1,0,0,0),
 (1992,2070003,1002138,100000,34,0,0,0,1,0,0,0),
 (1993,2070003,1002139,100000,35,0,0,0,1,0,0,0),
 (1994,2070003,1002135,100000,36,0,0,0,1,0,0,0),
 (1995,2070003,1002137,100000,37,0,0,0,1,0,0,0),
 (1996,2070003,1040072,114000,38,0,0,0,1,0,0,0),
 (1997,2070003,1040073,114000,39,0,0,0,1,0,0,0),
 (1998,2070003,1040074,114000,40,0,0,0,1,0,0,0),
 (1999,2070003,1040076,114000,41,0,0,0,1,0,0,0),
 (2000,2070003,1040081,180000,42,0,0,0,1,0,0,0),
 (2001,2070003,1040079,180000,43,0,0,0,1,0,0,0),
 (2002,2070003,1041066,114000,44,0,0,0,1,0,0,0),
 (2003,2070003,1041069,114000,45,0,0,0,1,0,0,0),
 (2004,2070003,1041065,114000,46,0,0,0,1,0,0,0),
 (2005,2070003,1041067,114000,47,0,0,0,1,0,0,0),
 (2006,2070003,1041082,180000,48,0,0,0,1,0,0,0),
 (2007,2070003,1041081,180000,49,0,0,0,1,0,0,0),
 (2008,2070003,1060062,108000,50,0,0,0,1,0,0,0),
 (2009,2070003,1060065,108000,51,0,0,0,1,0,0,0),
 (2010,2070003,1060061,108000,52,0,0,0,1,0,0,0),
 (2011,2070003,1060063,108000,53,0,0,0,1,0,0,0),
 (2012,2070003,1060070,160000,54,0,0,0,1,0,0,0),
 (2013,2070003,1060069,160000,55,0,0,0,1,0,0,0),
 (2014,2070003,1061061,108000,56,0,0,0,1,0,0,0),
 (2015,2070003,1061064,108000,57,0,0,0,1,0,0,0),
 (2016,2070003,1061060,108000,58,0,0,0,1,0,0,0),
 (2017,2070003,1061062,108000,59,0,0,0,1,0,0,0),
 (2018,2070003,1061081,160000,60,0,0,0,1,0,0,0),
 (2019,2070003,1061080,160000,61,0,0,0,1,0,0,0),
 (2020,2070003,1002176,100000,62,0,0,0,1,0,0,0),
 (2021,2070003,1002177,100000,63,0,0,0,1,0,0,0),
 (2022,2070003,1002178,100000,64,0,0,0,1,0,0,0),
 (2023,2070003,1002179,100000,65,0,0,0,1,0,0,0),
 (2024,2070003,1002180,100000,66,0,0,0,1,0,0,0),
 (2025,2070003,1040063,114000,67,0,0,0,1,0,0,0),
 (2026,2070003,1040062,114000,68,0,0,0,1,0,0,0),
 (2027,2070003,1040061,114000,69,0,0,0,1,0,0,0),
 (2028,2070003,1040082,180000,70,0,0,0,1,0,0,0),
 (2029,2070003,1040083,180000,71,0,0,0,1,0,0,0),
 (2030,2070003,1041075,180000,72,0,0,0,1,0,0,0),
 (2031,2070003,1041074,180000,73,0,0,0,1,0,0,0),
 (2032,2070003,1051007,111000,74,0,0,0,1,0,0,0),
 (2033,2070003,1051008,111000,75,0,0,0,1,0,0,0),
 (2034,2070003,1051009,111000,76,0,0,0,1,0,0,0),
 (2035,2070003,1060051,108000,77,0,0,0,1,0,0,0),
 (2036,2070003,1060050,108000,78,0,0,0,1,0,0,0),
 (2037,2070003,1060052,108000,79,0,0,0,1,0,0,0),
 (2038,2070003,1060071,160000,80,0,0,0,1,0,0,0),
 (2039,2070003,1060072,160000,81,0,0,0,1,0,0,0),
 (2040,2070003,1061070,160000,82,0,0,0,1,0,0,0),
 (2041,2070003,1061069,160000,83,0,0,0,1,0,0,0),
 (2042,2070003,1052107,90000,84,0,0,0,1,0,0,0),
 (2043,2070003,1052110,100000,85,0,0,0,1,0,0,0),
 (2044,2070003,1052113,120000,86,0,0,0,1,0,0,0),
 (2045,2070003,1002625,75000,87,0,0,0,1,0,0,0),
 (2046,1011100,2000000,5,1,0,0,0,300,0,0,0),
 (2047,1011100,2000001,48,2,0,0,0,300,0,0,0),
 (2048,1011100,2000002,96,3,0,0,0,300,0,0,0),
 (2049,1011100,2000003,20,4,0,0,0,300,0,0,0),
 (2050,1011100,2000006,186,5,0,0,0,300,0,0,0),
 (2051,1011100,2002000,500,6,0,0,0,300,0,0,0),
 (2052,1011100,2002001,400,7,0,0,0,300,0,0,0),
 (2053,1011100,2002002,500,8,0,0,0,300,0,0,0),
 (2054,1011100,2002004,500,9,0,0,0,300,0,0,0),
 (2055,1011100,2002005,500,10,0,0,0,300,0,0,0),
 (2056,1011100,2010000,3,11,0,0,0,300,0,0,0),
 (2057,1011100,2010002,5,12,0,0,0,300,0,0,0),
 (2058,1011100,2010001,10,13,0,0,0,300,0,0,0),
 (2059,1011100,2010003,10,14,0,0,0,300,0,0,0),
 (2060,1011100,2010004,93,15,0,0,0,300,0,0,0),
 (2061,1011100,2020028,2100,16,0,0,0,300,0,0,0),
 (2062,1011100,2030000,400,17,0,0,0,100,0,0,0),
 (2063,1011100,2030004,500,18,0,0,0,100,0,0,0),
 (2064,1011100,2060000,1,19,0,0,0,2000,0,0,0),
 (2065,1011100,2061000,1,20,0,0,0,2000,0,0,0),
 (2066,1011100,2060000,1400,21,0,0,0,2000,0,0,0),
 (2067,1011100,2061000,1400,22,0,0,0,2000,0,0,0),
 (2068,1011100,2050000,200,23,0,0,0,100,0,0,0),
 (2069,1011100,2050001,200,24,0,0,0,100,0,0,0),
 (2070,1011100,2050002,300,25,0,0,0,100,0,0,0),
 (2071,1011100,2460000,2000,26,0,0,0,100,0,0,0),
 (2072,1011100,2460001,8000,27,0,0,0,100,0,0,0),
 (2073,1011100,2460002,32000,28,0,0,0,100,0,0,0),
 (2074,1011100,2460003,128000,29,0,0,0,100,0,0,0),
 (2075,1011100,2930000,5000,30,0,0,0,100,0,0,0),
 (2076,1011100,2070000,500,31,0,0,0,700,0,0,0),
 (2077,1011100,2330000,600,32,0,0,0,800,0,0,0),
 (2078,9201060,2000000,5,1,0,0,0,300,0,0,0),
 (2079,9201060,2000001,48,2,0,0,0,300,0,0,0),
 (2080,9201060,2000002,96,3,0,0,0,300,0,0,0),
 (2081,9201060,2000003,20,4,0,0,0,300,0,0,0),
 (2082,9201060,2000006,186,5,0,0,0,300,0,0,0),
 (2083,9201060,2002016,5000,6,0,0,0,100,0,0,0),
 (2084,9201060,2002017,5000,7,0,0,0,100,0,0,0),
 (2085,9201060,2002018,5000,8,0,0,0,100,0,0,0),
 (2086,9201060,2002019,5000,9,0,0,0,100,0,0,0),
 (2087,9201060,2002020,2800,10,0,0,0,150,0,0,0),
 (2088,9201060,2002021,2800,11,0,0,0,150,0,0,0),
 (2089,9201060,2002022,2100,12,0,0,0,100,0,0,0),
 (2090,9201060,2002023,3800,13,0,0,0,100,0,0,0),
 (2091,9201060,2002024,1500,14,0,0,0,150,0,0,0),
 (2092,9201060,2002025,1500,15,0,0,0,150,0,0,0),
 (2093,9201060,2010000,30,16,0,0,0,300,0,0,0),
 (2094,9201060,2010002,50,17,0,0,0,300,0,0,0),
 (2095,9201060,2010001,106,18,0,0,0,300,0,0,0),
 (2096,9201060,2010004,310,19,0,0,0,300,0,0,0),
 (2097,9201060,2022189,1000,20,0,0,0,100,0,0,0),
 (2098,9201060,2022191,1000,21,0,0,0,100,0,0,0),
 (2099,9201060,2022192,600,22,0,0,0,100,0,0,0),
 (2100,9201060,2022003,1100,23,0,0,0,300,0,0,0),
 (2101,9201060,2022000,1650,24,0,0,0,300,0,0,0),
 (2102,9201060,2001000,3200,25,0,0,0,300,0,0,0),
 (2103,9201060,2001001,2300,26,0,0,0,300,0,0,0),
 (2104,9201060,2001002,4000,27,0,0,0,300,0,0,0),
 (2105,9201060,2022190,3000,28,0,0,0,100,0,0,0),
 (2106,9201060,2020012,4500,29,0,0,0,300,0,0,0),
 (2107,9201060,2020013,5600,30,0,0,0,300,0,0,0),
 (2108,9201060,2020014,8100,31,0,0,0,300,0,0,0),
 (2109,9201060,2020015,10200,32,0,0,0,300,0,0,0),
 (2110,9201060,2022195,15000,33,0,0,0,150,0,0,0),
 (2111,9201060,2030000,400,34,0,0,0,100,0,0,0),
 (2112,9201060,2060000,1,35,0,0,0,2000,0,0,0),
 (2113,9201060,2061000,1,36,0,0,0,2000,0,0,0),
 (2114,9201060,2010003,100,37,0,0,0,300,0,0,0),
 (2115,1011101,1302007,3000,1,0,0,0,1,0,0,0),
 (2116,1011101,1302005,6000,2,0,0,0,1,0,0,0),
 (2117,1011101,1302002,10000,3,0,0,0,1,0,0,0),
 (2118,1011101,1302006,10000,4,0,0,0,1,0,0,0),
 (2119,1011101,1302003,20000,5,0,0,0,1,0,0,0),
 (2120,1011101,1302008,40000,6,0,0,0,1,0,0,0),
 (2121,1011101,1332006,7000,7,0,0,0,1,0,0,0),
 (2122,1011101,1332008,10000,8,0,0,0,1,0,0,0),
 (2123,1011101,1332010,22000,9,0,0,0,1,0,0,0),
 (2124,1011101,1312001,6000,10,0,0,0,1,0,0,0),
 (2125,1011101,1312003,20000,11,0,0,0,1,0,0,0),
 (2126,1011101,1312005,40000,12,0,0,0,1,0,0,0),
 (2127,1011101,1322000,6000,13,0,0,0,1,0,0,0),
 (2128,1011101,1322002,10000,14,0,0,0,1,0,0,0),
 (2129,1011101,1322004,22000,15,0,0,0,1,0,0,0),
 (2130,1011101,1322014,40000,16,0,0,0,1,0,0,0),
 (2131,1011101,1402001,3000,17,0,0,0,1,0,0,0),
 (2132,1011101,1402000,12000,18,0,0,0,1,0,0,0),
 (2133,1011101,1402008,22000,19,0,0,0,1,0,0,0),
 (2134,1011101,1412001,3000,20,0,0,0,1,0,0,0),
 (2135,1011101,1412002,10000,21,0,0,0,1,0,0,0),
 (2136,1011101,1412000,22000,22,0,0,0,1,0,0,0),
 (2137,1011101,1412006,45000,23,0,0,0,1,0,0,0),
 (2138,1011101,1422002,6000,24,0,0,0,1,0,0,0),
 (2139,1011101,1422003,10000,25,0,0,0,1,0,0,0),
 (2140,1011101,1422006,10000,26,0,0,0,1,0,0,0),
 (2141,1011101,1432001,7000,27,0,0,0,1,0,0,0),
 (2142,1011101,1442000,3000,28,0,0,0,1,0,0,0),
 (2143,1011101,1442006,8000,29,0,0,0,1,0,0,0),
 (2144,1011101,1442007,12000,30,0,0,0,1,0,0,0),
 (2145,1011101,1372005,2000,31,0,0,0,1,0,0,0),
 (2146,1011101,1372006,5000,32,0,0,0,1,0,0,0),
 (2147,1011101,1372002,9000,33,0,0,0,1,0,0,0),
 (2148,1011101,1372004,18000,34,0,0,0,1,0,0,0),
 (2149,1011101,1372003,38000,35,0,0,0,1,0,0,0),
 (2150,1011101,1382000,3000,36,0,0,0,1,0,0,0),
 (2151,1011101,1382003,6000,37,0,0,0,1,0,0,0),
 (2152,1011101,1382005,6000,38,0,0,0,1,0,0,0),
 (2153,1011101,1382004,10000,39,0,0,0,1,0,0,0),
 (2154,1011101,1382002,20000,40,0,0,0,1,0,0,0),
 (2155,1011101,1322002,10000,41,0,0,0,1,0,0,0),
 (2156,1011101,1452002,3000,42,0,0,0,1,0,0,0),
 (2157,1011101,1452003,6000,43,0,0,0,1,0,0,0),
 (2158,1011101,1452001,10000,44,0,0,0,1,0,0,0),
 (2159,1011101,1452000,20000,45,0,0,0,1,0,0,0),
 (2160,1011101,1462001,4000,46,0,0,0,1,0,0,0),
 (2161,1011101,1462002,8000,47,0,0,0,1,0,0,0),
 (2162,1011101,1462003,12000,48,0,0,0,1,0,0,0),
 (2163,1011101,1462000,30000,49,0,0,0,1,0,0,0),
 (2164,1011101,1332000,4000,50,0,0,0,1,0,0,0),
 (2165,1011101,1332002,8000,51,0,0,0,1,0,0,0),
 (2166,1011101,1332008,10000,52,0,0,0,1,0,0,0),
 (2167,1011101,1332013,15000,53,0,0,0,1,0,0,0),
 (2168,1011101,1332010,22000,54,0,0,0,1,0,0,0),
 (2169,1011101,1332004,38000,55,0,0,0,1,0,0,0),
 (2170,1011101,1332012,40000,56,0,0,0,1,0,0,0),
 (2171,1011101,1332009,42000,57,0,0,0,1,0,0,0),
 (2172,1011101,1322009,20000,58,0,0,0,1,0,0,0),
 (2173,1011101,1472000,3000,59,0,0,0,1,0,0,0),
 (2174,1011101,1342000,10000,60,0,0,0,1,0,0,0),
 (2175,1011101,1342001,42000,61,0,0,0,1,0,0,0),
 (2176,1011101,1492000,3000,62,0,0,0,1,0,0,0),
 (2177,1011101,1492001,6000,63,0,0,0,1,0,0,0),
 (2178,1011101,1492002,10000,64,0,0,0,1,0,0,0),
 (2179,1011101,1492003,22000,65,0,0,0,1,0,0,0),
 (2180,1011101,1492004,50000,66,0,0,0,1,0,0,0),
 (2181,1011101,1532000,3000,67,0,0,0,1,0,0,0),
 (2182,1011101,1532001,6000,68,0,0,0,1,0,0,0),
 (2183,1011101,1532002,10000,69,0,0,0,1,0,0,0),
 (2184,1011101,1532003,22000,70,0,0,0,1,0,0,0),
 (2185,1011101,1532004,50000,71,0,0,0,1,0,0,0),
 (2186,1011101,1482000,3000,72,0,0,0,1,0,0,0),
 (2187,1011101,1482001,6000,73,0,0,0,1,0,0,0),
 (2188,1011101,1482002,10000,74,0,0,0,1,0,0,0),
 (2189,1011101,1482003,20000,75,0,0,0,1,0,0,0),
 (2190,1011101,1482004,52000,76,0,0,0,1,0,0,0),
 (2191,1011101,1422004,20000,77,0,0,0,1,0,0,0),
 (2192,1011101,1442004,24000,78,0,0,0,1,0,0,0),
 (2193,1011101,1322007,6000,79,0,0,0,1,0,0,0),
 (2194,1011101,1322008,12000,80,0,0,0,1,0,0,0),
 (2195,1011101,1422000,3000,81,0,0,0,1,0,0,0),
 (2196,1011101,1432000,3000,82,0,0,0,1,0,0,0),
 (2197,1011101,1002008,500,83,0,0,0,1,0,0,0),
 (2198,1011101,1002033,3000,84,0,0,0,1,0,0,0),
 (2199,1011101,1002012,3000,85,0,0,0,1,0,0,0),
 (2200,1011101,1002060,3000,86,0,0,0,1,0,0,0),
 (2201,1011101,1002061,3000,87,0,0,0,1,0,0,0),
 (2202,1011101,1002062,3000,88,0,0,0,1,0,0,0),
 (2203,1011101,1002063,3000,89,0,0,0,1,0,0,0),
 (2204,1011101,1002112,4000,90,0,0,0,1,0,0,0),
 (2205,1011101,1002113,4000,91,0,0,0,1,0,0,0),
 (2206,1011101,1002114,4000,92,0,0,0,1,0,0,0),
 (2207,1011101,1002115,4000,93,0,0,0,1,0,0,0),
 (2208,1011101,1002116,4000,94,0,0,0,1,0,0,0),
 (2209,1011101,1002117,12000,95,0,0,0,1,0,0,0),
 (2210,1011101,1002118,12000,96,0,0,0,1,0,0,0),
 (2211,1011101,1002119,12000,97,0,0,0,1,0,0,0),
 (2212,1011101,1002120,12000,98,0,0,0,1,0,0,0),
 (2213,1011101,1002121,12000,99,0,0,0,1,0,0,0),
 (2214,1011101,1002010,800,100,0,0,0,1,0,0,0),
 (2215,1011101,1002057,800,101,0,0,0,1,0,0,0),
 (2216,1011101,1002156,20000,102,0,0,0,1,0,0,0),
 (2217,1011101,1002157,20000,103,0,0,0,1,0,0,0),
 (2218,1011101,1002158,20000,104,0,0,0,1,0,0,0),
 (2219,1011101,1002159,20000,105,0,0,0,1,0,0,0),
 (2220,1011101,1002160,20000,106,0,0,0,1,0,0,0),
 (2221,1011101,1002161,30000,107,0,0,0,1,0,0,0),
 (2222,1011101,1002162,30000,108,0,0,0,1,0,0,0),
 (2223,1011101,1002163,30000,109,0,0,0,1,0,0,0),
 (2224,1011101,1002164,30000,110,0,0,0,1,0,0,0),
 (2225,1011101,1002165,30000,111,0,0,0,1,0,0,0),
 (2226,1011101,1032001,7000,112,0,0,0,1,0,0,0),
 (2227,1011101,1032003,7000,113,0,0,0,1,0,0,0),
 (2228,1011101,1040008,3200,114,0,0,0,1,0,0,0),
 (2229,1011101,1040071,3200,115,0,0,0,1,0,0,0),
 (2230,1011101,1040007,5500,116,0,0,0,1,0,0,0),
 (2231,1011101,1040011,5500,117,0,0,0,1,0,0,0),
 (2232,1011101,1040003,9000,118,0,0,0,1,0,0,0),
 (2233,1011101,1040022,15000,119,0,0,0,1,0,0,0),
 (2234,1011101,1040023,15000,120,0,0,0,1,0,0,0),
 (2235,1011101,1040024,15000,121,0,0,0,1,0,0,0),
 (2236,1011101,1040025,15000,122,0,0,0,1,0,0,0),
 (2237,1011101,1040067,50000,123,0,0,0,1,0,0,0),
 (2238,1011101,1040068,50000,124,0,0,0,1,0,0,0),
 (2239,1011101,1040069,50000,125,0,0,0,1,0,0,0),
 (2240,1011101,1040070,50000,126,0,0,0,1,0,0,0),
 (2241,1011101,1041007,3200,127,0,0,0,1,0,0,0),
 (2242,1011101,1041061,3200,128,0,0,0,1,0,0,0),
 (2243,1011101,1041008,5500,129,0,0,0,1,0,0,0),
 (2244,1011101,1041062,5500,130,0,0,0,1,0,0,0),
 (2245,1011101,1041063,5500,131,0,0,0,1,0,0,0),
 (2246,1011101,1041013,9000,132,0,0,0,1,0,0,0),
 (2247,1011101,1041027,9000,133,0,0,0,1,0,0,0),
 (2248,1011101,1041028,9000,134,0,0,0,1,0,0,0),
 (2249,1011101,1041032,15000,135,0,0,0,1,0,0,0),
 (2250,1011101,1041033,15000,136,0,0,0,1,0,0,0),
 (2251,1011101,1041034,15000,137,0,0,0,1,0,0,0),
 (2252,1011101,1041035,15000,138,0,0,0,1,0,0,0),
 (2253,1011101,1041054,50000,139,0,0,0,1,0,0,0),
 (2254,1011101,1041055,50000,140,0,0,0,1,0,0,0),
 (2255,1011101,1041056,50000,141,0,0,0,1,0,0,0),
 (2256,1011101,1060005,14000,142,0,0,0,1,0,0,0),
 (2257,1011101,1060056,44000,143,0,0,0,1,0,0,0),
 (2258,1011101,1060057,44000,144,0,0,0,1,0,0,0),
 (2259,1011101,1060058,44000,145,0,0,0,1,0,0,0),
 (2260,1011101,1060059,44000,146,0,0,0,1,0,0,0),
 (2261,1011101,1061009,3000,147,0,0,0,1,0,0,0),
 (2262,1011101,1061057,3000,148,0,0,0,1,0,0,0),
 (2263,1011101,1061006,5000,149,0,0,0,1,0,0,0),
 (2264,1011101,1061058,5000,150,0,0,0,1,0,0,0),
 (2265,1011101,1061059,5000,151,0,0,0,1,0,0,0),
 (2266,1011101,1061024,9000,152,0,0,0,1,0,0,0),
 (2267,1011101,1061025,9000,153,0,0,0,1,0,0,0),
 (2268,1011101,1061026,9000,154,0,0,0,1,0,0,0),
 (2269,1011101,1061050,44000,155,0,0,0,1,0,0,0),
 (2270,1011101,1061051,44000,156,0,0,0,1,0,0,0),
 (2271,1011101,1061052,44000,157,0,0,0,1,0,0,0),
 (2272,1011101,1062004,3000,158,0,0,0,1,0,0,0),
 (2273,1011101,1062002,9000,159,0,0,0,1,0,0,0),
 (2274,1011101,1062006,13000,160,0,0,0,1,0,0,0),
 (2275,1011101,1072015,1800,161,0,0,0,1,0,0,0),
 (2276,1011101,1072059,1800,162,0,0,0,1,0,0,0),
 (2277,1011101,1072016,4500,163,0,0,0,1,0,0,0),
 (2278,1011101,1072060,4500,164,0,0,0,1,0,0,0),
 (2279,1011101,1072061,4500,165,0,0,0,1,0,0,0),
 (2280,1011101,1072025,9000,166,0,0,0,1,0,0,0),
 (2281,1011101,1072026,9000,167,0,0,0,1,0,0,0),
 (2282,1011101,1072067,9000,168,0,0,0,1,0,0,0),
 (2283,1011101,1072068,9000,169,0,0,0,1,0,0,0),
 (2284,1011101,1072012,15000,170,0,0,0,1,0,0,0),
 (2285,1011101,1072054,15000,171,0,0,0,1,0,0,0),
 (2286,1011101,1072055,15000,172,0,0,0,1,0,0,0),
 (2287,1011101,1072056,15000,173,0,0,0,1,0,0,0),
 (2288,1011101,1072018,30000,174,0,0,0,1,0,0,0),
 (2289,1011101,1072064,30000,175,0,0,0,1,0,0,0),
 (2290,1011101,1002043,2400,176,0,0,0,1,0,0,0),
 (2291,1011101,1002039,2700,177,0,0,0,1,0,0,0),
 (2292,1011101,1002051,3500,178,0,0,0,1,0,0,0),
 (2293,1011101,1002055,8700,179,0,0,0,1,0,0,0),
 (2294,1011101,1002059,8500,180,0,0,0,1,0,0,0),
 (2295,1011101,1002027,11500,181,0,0,0,1,0,0,0),
 (2296,1011101,1002005,19000,182,0,0,0,1,0,0,0),
 (2297,1011101,1040015,3200,183,0,0,0,1,0,0,0),
 (2298,1011101,1040038,3200,184,0,0,0,1,0,0,0),
 (2299,1011101,1040009,5500,185,0,0,0,1,0,0,0),
 (2300,1011101,1040037,5500,186,0,0,0,1,0,0,0),
 (2301,1011101,1040012,9000,187,0,0,0,1,0,0,0),
 (2302,1011101,1040039,9000,188,0,0,0,1,0,0,0),
 (2303,1011101,1040040,16000,189,0,0,0,1,0,0,0),
 (2304,1011101,1040016,16000,190,0,0,0,1,0,0,0),
 (2305,1011101,1040041,16000,191,0,0,0,1,0,0,0),
 (2306,1011101,1040021,40000,192,0,0,0,1,0,0,0),
 (2307,1011101,1040026,40000,193,0,0,0,1,0,0,0),
 (2308,1011101,1041014,3200,194,0,0,0,1,0,0,0),
 (2309,1011101,1041064,3200,195,0,0,0,1,0,0,0),
 (2310,1011101,1041019,9000,196,0,0,0,1,0,0,0),
 (2311,1011101,1041020,9000,197,0,0,0,1,0,0,0),
 (2312,1011101,1041021,9000,198,0,0,0,1,0,0,0),
 (2313,1011101,1041022,16000,199,0,0,0,1,0,0,0),
 (2314,1011101,1041023,16000,200,0,0,0,1,0,0,0),
 (2315,1011101,1041024,16000,201,0,0,0,1,0,0,0),
 (2316,1011101,1050005,15000,202,0,0,0,1,0,0,0),
 (2317,1011101,1050006,15000,203,0,0,0,1,0,0,0),
 (2318,1011101,1050007,15000,204,0,0,0,1,0,0,0),
 (2319,1011101,1050011,70000,205,0,0,0,1,0,0,0),
 (2320,1011101,1051000,8000,206,0,0,0,1,0,0,0),
 (2321,1011101,1051010,60000,207,0,0,0,1,0,0,0),
 (2322,1011101,1051011,60000,208,0,0,0,1,0,0,0),
 (2323,1011101,1051012,60000,209,0,0,0,1,0,0,0),
 (2324,1011101,1051013,60000,210,0,0,0,1,0,0,0),
 (2325,1011101,1060008,3000,211,0,0,0,1,0,0,0),
 (2326,1011101,1060028,3000,212,0,0,0,1,0,0,0),
 (2327,1011101,1060009,5000,213,0,0,0,1,0,0,0),
 (2328,1011101,1060027,5000,214,0,0,0,1,0,0,0),
 (2329,1011101,1060010,9000,215,0,0,0,1,0,0,0),
 (2330,1011101,1060029,9000,216,0,0,0,1,0,0,0),
 (2331,1011101,1060011,14000,217,0,0,0,1,0,0,0),
 (2332,1011101,1060030,14000,218,0,0,0,1,0,0,0),
 (2333,1011101,1060060,14000,219,0,0,0,1,0,0,0),
 (2334,1011101,1060016,38000,220,0,0,0,1,0,0,0),
 (2335,1011101,1060017,38000,221,0,0,0,1,0,0,0),
 (2336,1011101,1060018,38000,222,0,0,0,1,0,0,0),
 (2337,1011101,1060019,38000,223,0,0,0,1,0,0,0),
 (2338,1011101,1061014,3000,224,0,0,0,1,0,0,0),
 (2339,1011101,1061023,3000,225,0,0,0,1,0,0,0),
 (2340,1011101,1061016,9000,226,0,0,0,1,0,0,0),
 (2341,1011101,1061017,9000,227,0,0,0,1,0,0,0),
 (2342,1011101,1061018,9000,228,0,0,0,1,0,0,0),
 (2343,1011101,1061015,14000,229,0,0,0,1,0,0,0),
 (2344,1011101,1061019,14000,230,0,0,0,1,0,0,0),
 (2345,1011101,1061020,14000,231,0,0,0,1,0,0,0),
 (2346,1011101,1072009,5000,232,0,0,0,1,0,0,0),
 (2347,1011101,1072050,5000,233,0,0,0,1,0,0,0),
 (2348,1011101,1072007,10000,234,0,0,0,1,0,0,0),
 (2349,1011101,1072046,10000,235,0,0,0,1,0,0,0),
 (2350,1011101,1072047,10000,236,0,0,0,1,0,0,0),
 (2351,1011101,1072011,15000,237,0,0,0,1,0,0,0),
 (2352,1011101,1092005,4000,238,0,0,0,1,0,0,0),
 (2353,1011101,1092000,6000,239,0,0,0,1,0,0,0),
 (2354,1011101,1002122,900,240,0,0,0,1,0,0,0),
 (2355,1011101,1002123,900,241,0,0,0,1,0,0,0),
 (2356,1011101,1002124,900,242,0,0,0,1,0,0,0),
 (2357,1011101,1002125,900,243,0,0,0,1,0,0,0),
 (2358,1011101,1002126,900,244,0,0,0,1,0,0,0),
 (2359,1011101,1002001,3000,245,0,0,0,1,0,0,0),
 (2360,1011101,1002107,4000,246,0,0,0,1,0,0,0),
 (2361,1011101,1002108,4000,247,0,0,0,1,0,0,0),
 (2362,1011101,1002109,4000,248,0,0,0,1,0,0,0),
 (2363,1011101,1002110,4000,249,0,0,0,1,0,0,0),
 (2364,1011101,1002111,4000,250,0,0,0,1,0,0,0),
 (2365,1011101,1002127,12000,251,0,0,0,1,0,0,0),
 (2366,1011101,1002128,12000,252,0,0,0,1,0,0,0),
 (2367,1011101,1002129,12000,253,0,0,0,1,0,0,0),
 (2368,1011101,1002130,12000,254,0,0,0,1,0,0,0),
 (2369,1011101,1002131,12000,255,0,0,0,1,0,0,0),
 (2370,1011101,1002020,7400,256,0,0,0,1,0,0,0),
 (2371,1011101,1002096,7400,257,0,0,0,1,0,0,0),
 (2372,1011101,1002097,7400,258,0,0,0,1,0,0,0),
 (2373,1011101,1002146,20000,259,0,0,0,1,0,0,0),
 (2374,1011101,1002147,20000,260,0,0,0,1,0,0,0),
 (2375,1011101,1002148,20000,261,0,0,0,1,0,0,0),
 (2376,1011101,1002149,20000,262,0,0,0,1,0,0,0),
 (2377,1011101,1002150,20000,263,0,0,0,1,0,0,0),
 (2378,1011101,1002171,30000,264,0,0,0,1,0,0,0),
 (2379,1011101,1002172,30000,265,0,0,0,1,0,0,0),
 (2380,1011101,1002173,30000,266,0,0,0,1,0,0,0),
 (2381,1011101,1002174,30000,267,0,0,0,1,0,0,0),
 (2382,1011101,1002175,30000,268,0,0,0,1,0,0,0),
 (2383,1011101,1040031,3000,269,0,0,0,1,0,0,0),
 (2384,1011101,1040032,3000,270,0,0,0,1,0,0,0),
 (2385,1011101,1040033,3000,271,0,0,0,1,0,0,0),
 (2386,1011101,1040034,5000,272,0,0,0,1,0,0,0),
 (2387,1011101,1040035,5000,273,0,0,0,1,0,0,0),
 (2388,1011101,1040042,9000,274,0,0,0,1,0,0,0),
 (2389,1011101,1040043,9000,275,0,0,0,1,0,0,0),
 (2390,1011101,1040044,9000,276,0,0,0,1,0,0,0),
 (2391,1011101,1040048,16000,277,0,0,0,1,0,0,0),
 (2392,1011101,1040049,16000,278,0,0,0,1,0,0,0),
 (2393,1011101,1040050,16000,279,0,0,0,1,0,0,0),
 (2394,1011101,1040057,45000,280,0,0,0,1,0,0,0),
 (2395,1011101,1040058,45000,281,0,0,0,1,0,0,0),
 (2396,1011101,1040059,45000,282,0,0,0,1,0,0,0),
 (2397,1011101,1040060,45000,283,0,0,0,1,0,0,0),
 (2398,1011101,1041036,3000,284,0,0,0,1,0,0,0),
 (2399,1011101,1041037,3000,285,0,0,0,1,0,0,0),
 (2400,1011101,1041038,3000,286,0,0,0,1,0,0,0),
 (2401,1011101,1041044,5000,287,0,0,0,1,0,0,0),
 (2402,1011101,1041045,5000,288,0,0,0,1,0,0,0),
 (2403,1011101,1041003,9000,289,0,0,0,1,0,0,0),
 (2404,1011101,1041039,9000,290,0,0,0,1,0,0,0),
 (2405,1011101,1041040,9000,291,0,0,0,1,0,0,0),
 (2406,1011101,1041057,18000,292,0,0,0,1,0,0,0),
 (2407,1011101,1041058,18000,293,0,0,0,1,0,0,0),
 (2408,1011101,1041059,18000,294,0,0,0,1,0,0,0),
 (2409,1011101,1041060,18000,295,0,0,0,1,0,0,0),
 (2410,1011101,1041047,45000,296,0,0,0,1,0,0,0),
 (2411,1011101,1041048,45000,297,0,0,0,1,0,0,0),
 (2412,1011101,1041049,45000,298,0,0,0,1,0,0,0),
 (2413,1011101,1041050,45000,299,0,0,0,1,0,0,0),
 (2414,1011101,1060021,2800,300,0,0,0,1,0,0,0),
 (2415,1011101,1060022,2800,301,0,0,0,1,0,0,0),
 (2416,1011101,1060023,2800,302,0,0,0,1,0,0,0),
 (2417,1011101,1060024,4800,303,0,0,0,1,0,0,0),
 (2418,1011101,1060025,4800,304,0,0,0,1,0,0,0),
 (2419,1011101,1060031,8000,305,0,0,0,1,0,0,0),
 (2420,1011101,1060032,8000,306,0,0,0,1,0,0,0),
 (2421,1011101,1060033,8000,307,0,0,0,1,0,0,0),
 (2422,1011101,1060037,19000,308,0,0,0,1,0,0,0),
 (2423,1011101,1060038,19000,309,0,0,0,1,0,0,0),
 (2424,1011101,1060039,19000,310,0,0,0,1,0,0,0),
 (2425,1011101,1060043,40000,311,0,0,0,1,0,0,0),
 (2426,1011101,1060044,40000,312,0,0,0,1,0,0,0),
 (2427,1011101,1060045,40000,313,0,0,0,1,0,0,0),
 (2428,1011101,1060046,40000,314,0,0,0,1,0,0,0),
 (2429,1011101,1061029,2800,315,0,0,0,1,0,0,0),
 (2430,1011101,1061030,2800,316,0,0,0,1,0,0,0),
 (2431,1011101,1061031,2800,317,0,0,0,1,0,0,0),
 (2432,1011101,1061037,4800,318,0,0,0,1,0,0,0),
 (2433,1011101,1061038,4800,319,0,0,0,1,0,0,0),
 (2434,1011101,1061003,8000,320,0,0,0,1,0,0,0),
 (2435,1011101,1061032,8000,321,0,0,0,1,0,0,0),
 (2436,1011101,1061033,8000,322,0,0,0,1,0,0,0),
 (2437,1011101,1061040,12000,323,0,0,0,1,0,0,0),
 (2438,1011101,1061041,12000,324,0,0,0,1,0,0,0),
 (2439,1011101,1061042,12000,325,0,0,0,1,0,0,0),
 (2440,1011101,1061053,18000,326,0,0,0,1,0,0,0),
 (2441,1011101,1061054,18000,327,0,0,0,1,0,0,0),
 (2442,1011101,1061055,18000,328,0,0,0,1,0,0,0),
 (2443,1011101,1061056,18000,329,0,0,0,1,0,0,0),
 (2444,1011101,1061043,40000,330,0,0,0,1,0,0,0),
 (2445,1011101,1061044,40000,331,0,0,0,1,0,0,0),
 (2446,1011101,1061045,40000,332,0,0,0,1,0,0,0),
 (2447,1011101,1061046,40000,333,0,0,0,1,0,0,0),
 (2448,1011101,1072070,1800,334,0,0,0,1,0,0,0),
 (2449,1011101,1072071,1800,335,0,0,0,1,0,0,0),
 (2450,1011101,1072004,2000,336,0,0,0,1,0,0,0),
 (2451,1011101,1072042,2000,337,0,0,0,1,0,0,0),
 (2452,1011101,1072043,2000,338,0,0,0,1,0,0,0),
 (2453,1011101,1072028,4500,339,0,0,0,1,0,0,0),
 (2454,1011101,1072029,4500,340,0,0,0,1,0,0,0),
 (2455,1011101,1072030,4500,341,0,0,0,1,0,0,0),
 (2456,1011101,1072031,4500,342,0,0,0,1,0,0,0),
 (2457,1011101,1072022,9000,343,0,0,0,1,0,0,0),
 (2458,1011101,1072065,9000,344,0,0,0,1,0,0,0),
 (2459,1011101,1072066,9000,345,0,0,0,1,0,0,0),
 (2460,1011101,1002610,900,346,0,0,0,1,0,0,0),
 (2461,1011101,1002613,4000,347,0,0,0,1,0,0,0),
 (2462,1011101,1002616,12000,348,0,0,0,1,0,0,0),
 (2463,1011101,1002619,20000,349,0,0,0,1,0,0,0),
 (2464,1011101,1052095,4000,350,0,0,0,1,0,0,0),
 (2465,1011101,1052098,8000,351,0,0,0,1,0,0,0),
 (2466,1011101,1052101,16000,352,0,0,0,1,0,0,0),
 (2467,1011101,1052104,30000,353,0,0,0,1,0,0,0),
 (2468,1011101,1052107,60000,354,0,0,0,1,0,0,0),
 (2469,1011101,1072285,5000,355,0,0,0,1,0,0,0),
 (2470,1011101,1072288,8000,356,0,0,0,1,0,0,0),
 (2471,1011101,1002017,1200,357,0,0,0,1,0,0,0),
 (2472,1011101,1002102,3800,358,0,0,0,1,0,0,0),
 (2473,1011101,1002103,3800,359,0,0,0,1,0,0,0),
 (2474,1011101,1002104,3800,360,0,0,0,1,0,0,0),
 (2475,1011101,1002105,3800,361,0,0,0,1,0,0,0),
 (2476,1011101,1002106,3800,362,0,0,0,1,0,0,0),
 (2477,1011101,1002016,8000,363,0,0,0,1,0,0,0),
 (2478,1011101,1040004,2000,364,0,0,0,1,0,0,0),
 (2479,1011101,1040017,2000,365,0,0,0,1,0,0,0),
 (2480,1011101,1040018,8500,366,0,0,0,1,0,0,0),
 (2481,1011101,1040019,8500,367,0,0,0,1,0,0,0),
 (2482,1011101,1040020,8500,368,0,0,0,1,0,0,0),
 (2483,1011101,1041015,2000,369,0,0,0,1,0,0,0),
 (2484,1011101,1041016,2000,370,0,0,0,1,0,0,0),
 (2485,1011101,1041017,4000,371,0,0,0,1,0,0,0),
 (2486,1011101,1041018,4000,372,0,0,0,1,0,0,0),
 (2487,1011101,1041025,4000,373,0,0,0,1,0,0,0),
 (2488,1011101,1041026,4000,374,0,0,0,1,0,0,0),
 (2489,1011101,1041029,8500,375,0,0,0,1,0,0,0),
 (2490,1011101,1041030,8500,376,0,0,0,1,0,0,0),
 (2491,1011101,1041031,8500,377,0,0,0,1,0,0,0),
 (2492,1011101,1041041,42000,378,0,0,0,1,0,0,0),
 (2493,1011101,1041042,42000,379,0,0,0,1,0,0,0),
 (2494,1011101,1041043,42000,380,0,0,0,1,0,0,0),
 (2495,1011101,1050008,7000,381,0,0,0,1,0,0,0),
 (2496,1011101,1050009,7000,382,0,0,0,1,0,0,0),
 (2497,1011101,1050010,7000,383,0,0,0,1,0,0,0),
 (2498,1011101,1050001,16000,384,0,0,0,1,0,0,0),
 (2499,1011101,1050023,16000,385,0,0,0,1,0,0,0),
 (2500,1011101,1050024,16000,386,0,0,0,1,0,0,0),
 (2501,1011101,1050025,16000,387,0,0,0,1,0,0,0),
 (2502,1011101,1050003,40000,388,0,0,0,1,0,0,0),
 (2503,1011101,1050026,40000,389,0,0,0,1,0,0,0),
 (2504,1011101,1050027,40000,390,0,0,0,1,0,0,0),
 (2505,1011101,1050028,40000,391,0,0,0,1,0,0,0),
 (2506,1011101,1051004,16000,392,0,0,0,1,0,0,0),
 (2507,1011101,1051005,16000,393,0,0,0,1,0,0,0),
 (2508,1011101,1051003,16000,394,0,0,0,1,0,0,0),
 (2509,1011101,1060012,2000,395,0,0,0,1,0,0,0),
 (2510,1011101,1060013,2000,396,0,0,0,1,0,0,0),
 (2511,1011101,1060014,8000,397,0,0,0,1,0,0,0),
 (2512,1011101,1060015,8000,398,0,0,0,1,0,0,0),
 (2513,1011101,1061010,2000,399,0,0,0,1,0,0,0),
 (2514,1011101,1061011,2000,400,0,0,0,1,0,0,0),
 (2515,1011101,1061012,4000,401,0,0,0,1,0,0,0),
 (2516,1011101,1061013,4000,402,0,0,0,1,0,0,0),
 (2517,1011101,1061021,4000,403,0,0,0,1,0,0,0),
 (2518,1011101,1061022,4000,404,0,0,0,1,0,0,0),
 (2519,1011101,1061027,8000,405,0,0,0,1,0,0,0),
 (2520,1011101,1061028,8000,406,0,0,0,1,0,0,0),
 (2521,1011101,1061034,40000,407,0,0,0,1,0,0,0),
 (2522,1011101,1061035,40000,408,0,0,0,1,0,0,0),
 (2523,1011101,1061036,40000,409,0,0,0,1,0,0,0),
 (2524,1011101,1072006,1500,410,0,0,0,1,0,0,0),
 (2525,1011101,1072044,1500,411,0,0,0,1,0,0,0),
 (2526,1011101,1072045,1500,412,0,0,0,1,0,0,0),
 (2527,1011101,1072023,4000,413,0,0,0,1,0,0,0),
 (2528,1011101,1072024,4000,414,0,0,0,1,0,0,0),
 (2529,1033002,2000000,5,1,0,0,0,300,0,0,0),
 (2530,1033002,2000001,48,2,0,0,0,300,0,0,0),
 (2531,1033002,2000002,96,3,0,0,0,300,0,0,0),
 (2532,1033002,2000003,20,4,0,0,0,300,0,0,0),
 (2533,1033002,2000006,186,5,0,0,0,300,0,0,0),
 (2534,1033002,2002000,500,6,0,0,0,300,0,0,0),
 (2535,1033002,2002001,400,7,0,0,0,300,0,0,0),
 (2536,1033002,2002002,500,8,0,0,0,300,0,0,0),
 (2537,1033002,2002004,500,9,0,0,0,300,0,0,0),
 (2538,1033002,2002005,500,10,0,0,0,300,0,0,0),
 (2539,1033002,2010000,3,11,0,0,0,300,0,0,0),
 (2540,1033002,2010002,5,12,0,0,0,300,0,0,0),
 (2541,1033002,2010001,10,13,0,0,0,300,0,0,0),
 (2542,1033002,2010003,10,14,0,0,0,300,0,0,0),
 (2543,1033002,2010004,93,15,0,0,0,300,0,0,0),
 (2544,1033002,2020028,2100,16,0,0,0,300,0,0,0),
 (2545,1033002,4032977,10000000,17,0,0,0,100,0,0,0),
 (2546,1033002,2030004,500,18,0,0,0,100,0,0,0),
 (2547,1033002,2030025,500,19,0,0,0,100,0,0,0),
 (2548,1033002,2060000,1,20,0,0,0,2000,0,0,0),
 (2549,1033002,2061000,1,21,0,0,0,2000,0,0,0),
 (2550,1033002,2060000,1400,22,0,0,0,2000,0,0,0),
 (2551,1033002,2061000,1400,23,0,0,0,2000,0,0,0),
 (2552,1033002,2050000,200,24,0,0,0,100,0,0,0),
 (2553,1033002,2050001,200,25,0,0,0,100,0,0,0),
 (2554,1033002,2050002,300,26,0,0,0,100,0,0,0),
 (2555,1033002,2460000,2000,27,0,0,0,100,0,0,0),
 (2556,1033002,2460001,8000,28,0,0,0,100,0,0,0),
 (2557,1033002,2460002,32000,29,0,0,0,100,0,0,0),
 (2558,1033002,2460003,128000,30,0,0,0,100,0,0,0),
 (2559,1033002,2930000,5000,31,0,0,0,100,0,0,0),
 (2560,1033002,2070000,500,32,0,0,0,700,0,0,0),
 (2561,1033002,2330000,600,33,0,0,0,800,0,0,0),
 (2562,1031000,1372005,2000,1,0,0,0,1,0,0,0),
 (2563,1031000,1372006,5000,2,0,0,0,1,0,0,0),
 (2564,1031000,1372002,9000,3,0,0,0,1,0,0,0),
 (2565,1031000,1372004,18000,4,0,0,0,1,0,0,0),
 (2566,1031000,1372003,38000,5,0,0,0,1,0,0,0),
 (2567,1031000,1382000,3000,6,0,0,0,1,0,0,0),
 (2568,1031000,1382003,6000,7,0,0,0,1,0,0,0),
 (2569,1031000,1382005,6000,8,0,0,0,1,0,0,0),
 (2570,1031000,1382004,10000,9,0,0,0,1,0,0,0),
 (2571,1031000,1382002,20000,10,0,0,0,1,0,0,0),
 (2572,1031000,1322002,10000,11,0,0,0,1,0,0,0),
 (2573,1031001,1002017,1200,1,0,0,0,1,0,0,0),
 (2574,1031001,1002102,3800,2,0,0,0,1,0,0,0),
 (2575,1031001,1002103,3800,3,0,0,0,1,0,0,0),
 (2576,1031001,1002104,3800,4,0,0,0,1,0,0,0),
 (2577,1031001,1002105,3800,5,0,0,0,1,0,0,0),
 (2578,1031001,1002106,3800,6,0,0,0,1,0,0,0),
 (2579,1031001,1002016,8000,7,0,0,0,1,0,0,0),
 (2580,1031001,1040004,2000,8,0,0,0,1,0,0,0),
 (2581,1031001,1040017,2000,9,0,0,0,1,0,0,0),
 (2582,1031001,1040018,8500,10,0,0,0,1,0,0,0),
 (2583,1031001,1040019,8500,11,0,0,0,1,0,0,0),
 (2584,1031001,1040020,8500,12,0,0,0,1,0,0,0),
 (2585,1031001,1041015,2000,13,0,0,0,1,0,0,0),
 (2586,1031001,1041016,2000,14,0,0,0,1,0,0,0),
 (2587,1031001,1041017,4000,15,0,0,0,1,0,0,0),
 (2588,1031001,1041018,4000,16,0,0,0,1,0,0,0),
 (2589,1031001,1041025,4000,17,0,0,0,1,0,0,0),
 (2590,1031001,1041026,4000,18,0,0,0,1,0,0,0),
 (2591,1031001,1041029,8500,19,0,0,0,1,0,0,0),
 (2592,1031001,1041030,8500,20,0,0,0,1,0,0,0),
 (2593,1031001,1041031,8500,21,0,0,0,1,0,0,0),
 (2594,1031001,1041041,42000,22,0,0,0,1,0,0,0),
 (2595,1031001,1041042,42000,23,0,0,0,1,0,0,0),
 (2596,1031001,1041043,42000,24,0,0,0,1,0,0,0),
 (2597,1031001,1050008,7000,25,0,0,0,1,0,0,0),
 (2598,1031001,1050009,7000,26,0,0,0,1,0,0,0),
 (2599,1031001,1050010,7000,27,0,0,0,1,0,0,0),
 (2600,1031001,1050001,16000,28,0,0,0,1,0,0,0),
 (2601,1031001,1050023,16000,29,0,0,0,1,0,0,0),
 (2602,1031001,1050024,16000,30,0,0,0,1,0,0,0),
 (2603,1031001,1050025,16000,31,0,0,0,1,0,0,0),
 (2604,1031001,1050003,40000,32,0,0,0,1,0,0,0),
 (2605,1031001,1050026,40000,33,0,0,0,1,0,0,0),
 (2606,1031001,1050027,40000,34,0,0,0,1,0,0,0),
 (2607,1031001,1050028,40000,35,0,0,0,1,0,0,0),
 (2608,1031001,1051004,16000,36,0,0,0,1,0,0,0),
 (2609,1031001,1051005,16000,37,0,0,0,1,0,0,0),
 (2610,1031001,1051003,16000,38,0,0,0,1,0,0,0),
 (2611,1031001,1060012,2000,39,0,0,0,1,0,0,0),
 (2612,1031001,1060013,2000,40,0,0,0,1,0,0,0),
 (2613,1031001,1060014,8000,41,0,0,0,1,0,0,0),
 (2614,1031001,1060015,8000,42,0,0,0,1,0,0,0),
 (2615,1031001,1061010,2000,43,0,0,0,1,0,0,0),
 (2616,1031001,1061011,2000,44,0,0,0,1,0,0,0),
 (2617,1031001,1061012,4000,45,0,0,0,1,0,0,0),
 (2618,1031001,1061013,4000,46,0,0,0,1,0,0,0),
 (2619,1031001,1061021,4000,47,0,0,0,1,0,0,0),
 (2620,1031001,1061022,4000,48,0,0,0,1,0,0,0),
 (2621,1031001,1061027,8000,49,0,0,0,1,0,0,0),
 (2622,1031001,1061028,8000,50,0,0,0,1,0,0,0),
 (2623,1031001,1061034,40000,51,0,0,0,1,0,0,0),
 (2624,1031001,1061035,40000,52,0,0,0,1,0,0,0),
 (2625,1031001,1061036,40000,53,0,0,0,1,0,0,0),
 (2626,1031001,1072006,1500,54,0,0,0,1,0,0,0),
 (2627,1031001,1072044,1500,55,0,0,0,1,0,0,0),
 (2628,1031001,1072045,1500,56,0,0,0,1,0,0,0),
 (2629,1031001,1072023,4000,57,0,0,0,1,0,0,0),
 (2630,1031001,1072024,4000,58,0,0,0,1,0,0,0),
 (2631,1033001,1522000,3000,1,0,0,0,1,0,0,0),
 (2632,1033001,1522001,6000,2,0,0,0,1,0,0,0),
 (2633,1033001,1522002,10000,3,0,0,0,1,0,0,0),
 (2634,1033001,1522003,20000,4,0,0,0,1,0,0,0),
 (2635,1033001,1352000,3000,5,0,0,0,1,0,0,0),
 (2636,1033001,1352001,79000,6,0,0,0,1,0,0,0),
 (2637,1033001,1352002,330000,7,0,0,0,1,0,0,0),
 (2638,1033001,1352003,580000,8,0,0,0,1,0,0,0),
 (2639,1033001,1002008,500,9,0,0,0,1,0,0,0),
 (2640,1033001,1002033,3000,10,0,0,0,1,0,0,0),
 (2641,1033001,1002012,3000,11,0,0,0,1,0,0,0),
 (2642,1033001,1002060,3000,12,0,0,0,1,0,0,0),
 (2643,1033001,1002061,3000,13,0,0,0,1,0,0,0),
 (2644,1033001,1002062,3000,14,0,0,0,1,0,0,0),
 (2645,1033001,1002063,3000,15,0,0,0,1,0,0,0),
 (2646,1033001,1002112,4000,16,0,0,0,1,0,0,0),
 (2647,1033001,1002113,4000,17,0,0,0,1,0,0,0),
 (2648,1033001,1002114,4000,18,0,0,0,1,0,0,0),
 (2649,1033001,1002115,4000,19,0,0,0,1,0,0,0),
 (2650,1033001,1002116,4000,20,0,0,0,1,0,0,0),
 (2651,1033001,1002117,12000,21,0,0,0,1,0,0,0),
 (2652,1033001,1002118,12000,22,0,0,0,1,0,0,0),
 (2653,1033001,1002119,12000,23,0,0,0,1,0,0,0),
 (2654,1033001,1002120,12000,24,0,0,0,1,0,0,0),
 (2655,1033001,1002121,12000,25,0,0,0,1,0,0,0),
 (2656,1033001,1002010,800,26,0,0,0,1,0,0,0),
 (2657,1033001,1002057,800,27,0,0,0,1,0,0,0);
INSERT INTO `shopitems` (`shopitemid`,`shopid`,`itemid`,`price`,`position`,`reqitem`,`reqitemq`,`rank`,`buyable`,`category`,`minLevel`,`expiration`) VALUES 
 (2658,1033001,1002156,20000,28,0,0,0,1,0,0,0),
 (2659,1033001,1002157,20000,29,0,0,0,1,0,0,0),
 (2660,1033001,1002158,20000,30,0,0,0,1,0,0,0),
 (2661,1033001,1002159,20000,31,0,0,0,1,0,0,0),
 (2662,1033001,1002160,20000,32,0,0,0,1,0,0,0),
 (2663,1033001,1002161,30000,33,0,0,0,1,0,0,0),
 (2664,1033001,1002162,30000,34,0,0,0,1,0,0,0),
 (2665,1033001,1002163,30000,35,0,0,0,1,0,0,0),
 (2666,1033001,1002164,30000,36,0,0,0,1,0,0,0),
 (2667,1033001,1002165,30000,37,0,0,0,1,0,0,0),
 (2668,1033001,1032001,7000,38,0,0,0,1,0,0,0),
 (2669,1033001,1032003,7000,39,0,0,0,1,0,0,0),
 (2670,1033001,1040008,3200,40,0,0,0,1,0,0,0),
 (2671,1033001,1040071,3200,41,0,0,0,1,0,0,0),
 (2672,1033001,1040007,5500,42,0,0,0,1,0,0,0),
 (2673,1033001,1040011,5500,43,0,0,0,1,0,0,0),
 (2674,1033001,1040003,9000,44,0,0,0,1,0,0,0),
 (2675,1033001,1040022,15000,45,0,0,0,1,0,0,0),
 (2676,1033001,1040023,15000,46,0,0,0,1,0,0,0),
 (2677,1033001,1040024,15000,47,0,0,0,1,0,0,0),
 (2678,1033001,1040025,15000,48,0,0,0,1,0,0,0),
 (2679,1033001,1040067,50000,49,0,0,0,1,0,0,0),
 (2680,1033001,1040068,50000,50,0,0,0,1,0,0,0),
 (2681,1033001,1040069,50000,51,0,0,0,1,0,0,0),
 (2682,1033001,1040070,50000,52,0,0,0,1,0,0,0),
 (2683,1033001,1041007,3200,53,0,0,0,1,0,0,0),
 (2684,1033001,1041061,3200,54,0,0,0,1,0,0,0),
 (2685,1033001,1041008,5500,55,0,0,0,1,0,0,0),
 (2686,1033001,1041062,5500,56,0,0,0,1,0,0,0),
 (2687,1033001,1041063,5500,57,0,0,0,1,0,0,0),
 (2688,1033001,1041013,9000,58,0,0,0,1,0,0,0),
 (2689,1033001,1041027,9000,59,0,0,0,1,0,0,0),
 (2690,1033001,1041028,9000,60,0,0,0,1,0,0,0),
 (2691,1033001,1041032,15000,61,0,0,0,1,0,0,0),
 (2692,1033001,1041033,15000,62,0,0,0,1,0,0,0),
 (2693,1033001,1041034,15000,63,0,0,0,1,0,0,0),
 (2694,1033001,1041035,15000,64,0,0,0,1,0,0,0),
 (2695,1033001,1041054,50000,65,0,0,0,1,0,0,0),
 (2696,1033001,1041055,50000,66,0,0,0,1,0,0,0),
 (2697,1033001,1041056,50000,67,0,0,0,1,0,0,0),
 (2698,1033001,1060005,14000,68,0,0,0,1,0,0,0),
 (2699,1033001,1060056,44000,69,0,0,0,1,0,0,0),
 (2700,1033001,1060057,44000,70,0,0,0,1,0,0,0),
 (2701,1033001,1060058,44000,71,0,0,0,1,0,0,0),
 (2702,1033001,1060059,44000,72,0,0,0,1,0,0,0),
 (2703,1033001,1061009,3000,73,0,0,0,1,0,0,0),
 (2704,1033001,1061057,3000,74,0,0,0,1,0,0,0),
 (2705,1033001,1061006,5000,75,0,0,0,1,0,0,0),
 (2706,1033001,1061058,5000,76,0,0,0,1,0,0,0),
 (2707,1033001,1061059,5000,77,0,0,0,1,0,0,0),
 (2708,1033001,1061024,9000,78,0,0,0,1,0,0,0),
 (2709,1033001,1061025,9000,79,0,0,0,1,0,0,0),
 (2710,1033001,1061026,9000,80,0,0,0,1,0,0,0),
 (2711,1033001,1061050,44000,81,0,0,0,1,0,0,0),
 (2712,1033001,1061051,44000,82,0,0,0,1,0,0,0),
 (2713,1033001,1061052,44000,83,0,0,0,1,0,0,0),
 (2714,1033001,1062004,3000,84,0,0,0,1,0,0,0),
 (2715,1033001,1062002,9000,85,0,0,0,1,0,0,0),
 (2716,1033001,1062006,13000,86,0,0,0,1,0,0,0),
 (2717,1033001,1072015,1800,87,0,0,0,1,0,0,0),
 (2718,1033001,1072059,1800,88,0,0,0,1,0,0,0),
 (2719,1033001,1072016,4500,89,0,0,0,1,0,0,0),
 (2720,1033001,1072060,4500,90,0,0,0,1,0,0,0),
 (2721,1033001,1072061,4500,91,0,0,0,1,0,0,0),
 (2722,1033001,1072025,9000,92,0,0,0,1,0,0,0),
 (2723,1033001,1072026,9000,93,0,0,0,1,0,0,0),
 (2724,1033001,1072067,9000,94,0,0,0,1,0,0,0),
 (2725,1033001,1072068,9000,95,0,0,0,1,0,0,0),
 (2726,1033001,1072012,15000,96,0,0,0,1,0,0,0),
 (2727,1033001,1072054,15000,97,0,0,0,1,0,0,0),
 (2728,1033001,1072055,15000,98,0,0,0,1,0,0,0),
 (2729,1033001,1072056,15000,99,0,0,0,1,0,0,0),
 (2730,1033001,1072018,30000,100,0,0,0,1,0,0,0),
 (2731,1033001,1072064,30000,101,0,0,0,1,0,0,0),
 (2732,2090002,1002004,160000,1,0,0,0,1,0,0,0),
 (2733,2090002,1040000,200000,2,0,0,0,1,0,0,0),
 (2734,2090002,1040085,200000,3,0,0,0,1,0,0,0),
 (2735,2090002,1041084,200000,4,0,0,0,1,0,0,0),
 (2736,2090002,1041085,200000,5,0,0,0,1,0,0,0),
 (2737,2090002,1050000,112500,6,0,0,0,1,0,0,0),
 (2738,2090002,1050021,112500,7,0,0,0,1,0,0,0),
 (2739,2090002,1051001,112500,8,0,0,0,1,0,0,0),
 (2740,2090002,1051014,112500,9,0,0,0,1,0,0,0),
 (2741,2090002,1060075,180000,10,0,0,0,1,0,0,0),
 (2742,2090002,1060074,180000,11,0,0,0,1,0,0,0),
 (2743,2090002,1061083,180000,12,0,0,0,1,0,0,0),
 (2744,2090002,1061084,180000,13,0,0,0,1,0,0,0),
 (2745,2090002,1092001,100000,14,0,0,0,1,0,0,0),
 (2746,2090002,1092002,200000,15,0,0,0,1,0,0,0),
 (2747,2090002,1002141,96000,16,0,0,0,1,0,0,0),
 (2748,2090002,1002142,96000,17,0,0,0,1,0,0,0),
 (2749,2090002,1002143,96000,18,0,0,0,1,0,0,0),
 (2750,2090002,1002144,96000,19,0,0,0,1,0,0,0),
 (2751,2090002,1041052,120000,20,0,0,0,1,0,0,0),
 (2752,2090002,1041051,120000,21,0,0,0,1,0,0,0),
 (2753,2090002,1050031,300000,22,0,0,0,1,0,0,0),
 (2754,2090002,1050002,300000,23,0,0,0,1,0,0,0),
 (2755,2090002,1050035,450000,24,0,0,0,1,0,0,0),
 (2756,2090002,1050038,450000,25,0,0,0,1,0,0,0),
 (2757,2090002,1050036,450000,26,0,0,0,1,0,0,0),
 (2758,2090002,1050037,450000,27,0,0,0,1,0,0,0),
 (2759,2090002,1051023,450000,28,0,0,0,1,0,0,0),
 (2760,2090002,1051025,450000,29,0,0,0,1,0,0,0),
 (2761,2090002,1051024,450000,30,0,0,0,1,0,0,0),
 (2762,2090002,1051027,450000,31,0,0,0,1,0,0,0),
 (2763,2090002,1061048,120000,32,0,0,0,1,0,0,0),
 (2764,2090002,1061047,120000,33,0,0,0,1,0,0,0),
 (2765,2090002,1002138,100000,34,0,0,0,1,0,0,0),
 (2766,2090002,1002139,100000,35,0,0,0,1,0,0,0),
 (2767,2090002,1002135,100000,36,0,0,0,1,0,0,0),
 (2768,2090002,1002137,100000,37,0,0,0,1,0,0,0),
 (2769,2090002,1040072,114000,38,0,0,0,1,0,0,0),
 (2770,2090002,1040073,114000,39,0,0,0,1,0,0,0),
 (2771,2090002,1040074,114000,40,0,0,0,1,0,0,0),
 (2772,2090002,1040076,114000,41,0,0,0,1,0,0,0),
 (2773,2090002,1040081,180000,42,0,0,0,1,0,0,0),
 (2774,2090002,1040079,180000,43,0,0,0,1,0,0,0),
 (2775,2090002,1041066,114000,44,0,0,0,1,0,0,0),
 (2776,2090002,1041069,114000,45,0,0,0,1,0,0,0),
 (2777,2090002,1041065,114000,46,0,0,0,1,0,0,0),
 (2778,2090002,1041067,114000,47,0,0,0,1,0,0,0),
 (2779,2090002,1041082,180000,48,0,0,0,1,0,0,0),
 (2780,2090002,1041081,180000,49,0,0,0,1,0,0,0),
 (2781,2090002,1060062,108000,50,0,0,0,1,0,0,0),
 (2782,2090002,1060065,108000,51,0,0,0,1,0,0,0),
 (2783,2090002,1060061,108000,52,0,0,0,1,0,0,0),
 (2784,2090002,1060063,108000,53,0,0,0,1,0,0,0),
 (2785,2090002,1060070,160000,54,0,0,0,1,0,0,0),
 (2786,2090002,1060069,160000,55,0,0,0,1,0,0,0),
 (2787,2090002,1061061,108000,56,0,0,0,1,0,0,0),
 (2788,2090002,1061064,108000,57,0,0,0,1,0,0,0),
 (2789,2090002,1061060,108000,58,0,0,0,1,0,0,0),
 (2790,2090002,1061062,108000,59,0,0,0,1,0,0,0),
 (2791,2090002,1061081,160000,60,0,0,0,1,0,0,0),
 (2792,2090002,1061080,160000,61,0,0,0,1,0,0,0),
 (2793,2090002,1002176,100000,62,0,0,0,1,0,0,0),
 (2794,2090002,1002177,100000,63,0,0,0,1,0,0,0),
 (2795,2090002,1002178,100000,64,0,0,0,1,0,0,0),
 (2796,2090002,1002179,100000,65,0,0,0,1,0,0,0),
 (2797,2090002,1002180,100000,66,0,0,0,1,0,0,0),
 (2798,2090002,1040063,114000,67,0,0,0,1,0,0,0),
 (2799,2090002,1040062,114000,68,0,0,0,1,0,0,0),
 (2800,2090002,1040061,114000,69,0,0,0,1,0,0,0),
 (2801,2090002,1040082,180000,70,0,0,0,1,0,0,0),
 (2802,2090002,1040083,180000,71,0,0,0,1,0,0,0),
 (2803,2090002,1041075,180000,72,0,0,0,1,0,0,0),
 (2804,2090002,1041074,180000,73,0,0,0,1,0,0,0),
 (2805,2090002,1051007,111000,74,0,0,0,1,0,0,0),
 (2806,2090002,1051008,111000,75,0,0,0,1,0,0,0),
 (2807,2090002,1051009,111000,76,0,0,0,1,0,0,0),
 (2808,2090002,1060051,108000,77,0,0,0,1,0,0,0),
 (2809,2090002,1060050,108000,78,0,0,0,1,0,0,0),
 (2810,2090002,1060052,108000,79,0,0,0,1,0,0,0),
 (2811,2090002,1060071,160000,80,0,0,0,1,0,0,0),
 (2812,2090002,1060072,160000,81,0,0,0,1,0,0,0),
 (2813,2090002,1061070,160000,82,0,0,0,1,0,0,0),
 (2814,2090002,1061069,160000,83,0,0,0,1,0,0,0),
 (2815,2090002,1052110,100000,84,0,0,0,1,0,0,0),
 (2816,2090002,1052113,120000,85,0,0,0,1,0,0,0),
 (2817,2090002,1002625,75000,86,0,0,0,1,0,0,0),
 (2818,2090003,2000000,5,1,0,0,0,300,0,0,0),
 (2819,2090003,2000001,48,2,0,0,0,300,0,0,0),
 (2820,2090003,2000002,96,3,0,0,0,300,0,0,0),
 (2821,2090003,2000003,20,4,0,0,0,300,0,0,0),
 (2822,2090003,2000006,186,5,0,0,0,300,0,0,0),
 (2823,2090003,2002000,500,6,0,0,0,300,0,0,0),
 (2824,2090003,2002001,400,7,0,0,0,300,0,0,0),
 (2825,2090003,2002002,500,8,0,0,0,300,0,0,0),
 (2826,2090003,2002004,500,9,0,0,0,300,0,0,0),
 (2827,2090003,2002005,500,10,0,0,0,300,0,0,0),
 (2828,2090003,2010000,3,11,0,0,0,300,0,0,0),
 (2829,2090003,2010002,5,12,0,0,0,300,0,0,0),
 (2830,2090003,2010001,10,13,0,0,0,300,0,0,0),
 (2831,2090003,2010003,10,14,0,0,0,300,0,0,0),
 (2832,2090003,2010004,93,15,0,0,0,300,0,0,0),
 (2833,2090003,2022003,770,16,0,0,0,300,0,0,0),
 (2834,2090003,2022000,1155,17,0,0,0,300,0,0,0),
 (2835,2090003,2001000,3200,18,0,0,0,300,0,0,0),
 (2836,2090003,2001001,2300,19,0,0,0,300,0,0,0),
 (2837,2090003,2001002,4000,20,0,0,0,300,0,0,0),
 (2838,2090003,2020012,4500,21,0,0,0,300,0,0,0),
 (2839,2090003,2020013,5600,22,0,0,0,300,0,0,0),
 (2840,2090003,2020014,8100,23,0,0,0,300,0,0,0),
 (2841,2090003,2020015,10200,24,0,0,0,300,0,0,0),
 (2842,2090003,2050000,200,25,0,0,0,100,0,0,0),
 (2843,2090003,2050001,200,26,0,0,0,100,0,0,0),
 (2844,2090003,2050002,300,27,0,0,0,100,0,0,0),
 (2845,2090003,2030000,400,28,0,0,0,100,0,0,0),
 (2846,2090003,2060000,1,29,0,0,0,2000,0,0,0),
 (2847,2090003,2061000,1,30,0,0,0,2000,0,0,0),
 (2848,2090003,2060000,1400,31,0,0,0,2000,0,0,0),
 (2849,2090003,2061000,1400,32,0,0,0,2000,0,0,0),
 (2850,2090003,2460000,2000,33,0,0,0,100,0,0,0),
 (2851,2090003,2460001,8000,34,0,0,0,100,0,0,0),
 (2852,2090003,2460002,32000,35,0,0,0,100,0,0,0),
 (2853,2090003,2460003,128000,36,0,0,0,100,0,0,0),
 (2854,2090003,2930000,5000,37,0,0,0,100,0,0,0),
 (2855,2090003,2070000,500,38,0,0,0,700,0,0,0),
 (2856,2090003,2330000,600,39,0,0,0,800,0,0,0),
 (2857,2130000,2000000,5,1,0,0,0,300,0,0,0),
 (2858,2130000,2000001,48,2,0,0,0,300,0,0,0),
 (2859,2130000,2000002,96,3,0,0,0,300,0,0,0),
 (2860,2130000,2000003,20,4,0,0,0,300,0,0,0),
 (2861,2130000,2000006,186,5,0,0,0,300,0,0,0),
 (2862,2130000,2002000,500,6,0,0,0,300,0,0,0),
 (2863,2130000,2002001,400,7,0,0,0,300,0,0,0),
 (2864,2130000,2002002,500,8,0,0,0,300,0,0,0),
 (2865,2130000,2002004,500,9,0,0,0,300,0,0,0),
 (2866,2130000,2002005,500,10,0,0,0,300,0,0,0),
 (2867,2130000,2010000,3,11,0,0,0,300,0,0,0),
 (2868,2130000,2010002,5,12,0,0,0,300,0,0,0),
 (2869,2130000,2010001,10,13,0,0,0,300,0,0,0),
 (2870,2130000,2010003,10,14,0,0,0,300,0,0,0),
 (2871,2130000,2010004,93,15,0,0,0,300,0,0,0),
 (2872,2130000,2022003,770,16,0,0,0,300,0,0,0),
 (2873,2130000,2022000,1155,17,0,0,0,300,0,0,0),
 (2874,2130000,2001000,3200,18,0,0,0,300,0,0,0),
 (2875,2130000,2001001,2300,19,0,0,0,300,0,0,0),
 (2876,2130000,2001002,4000,20,0,0,0,300,0,0,0),
 (2877,2130000,2020012,4500,21,0,0,0,300,0,0,0),
 (2878,2130000,2020013,5600,22,0,0,0,300,0,0,0),
 (2879,2130000,2020014,8100,23,0,0,0,300,0,0,0),
 (2880,2130000,2020015,10200,24,0,0,0,300,0,0,0),
 (2881,2130000,2050000,200,25,0,0,0,100,0,0,0),
 (2882,2130000,2050001,200,26,0,0,0,100,0,0,0),
 (2883,2130000,2050002,300,27,0,0,0,100,0,0,0),
 (2884,2130000,2030000,400,28,0,0,0,100,0,0,0),
 (2885,2130000,2060000,1,29,0,0,0,2000,0,0,0),
 (2886,2130000,2061000,1,30,0,0,0,2000,0,0,0),
 (2887,2130000,2060000,1400,31,0,0,0,2000,0,0,0),
 (2888,2130000,2061000,1400,32,0,0,0,2000,0,0,0),
 (2889,2130000,2460000,2000,33,0,0,0,100,0,0,0),
 (2890,2130000,2460001,8000,34,0,0,0,100,0,0,0),
 (2891,2130000,2460002,32000,35,0,0,0,100,0,0,0),
 (2892,2130000,2460003,128000,36,0,0,0,100,0,0,0),
 (2893,2130000,2930000,5000,37,0,0,0,100,0,0,0),
 (2894,2130000,2070000,500,38,0,0,0,700,0,0,0),
 (2895,2130000,2330000,600,39,0,0,0,800,0,0,0),
 (2896,2090001,1302008,40000,1,0,0,0,1,0,0,0),
 (2897,2090001,1302004,100000,2,0,0,0,1,0,0,0),
 (2898,2090001,1302009,225000,3,0,0,0,1,0,0,0),
 (2899,2090001,1312005,40000,4,0,0,0,1,0,0,0),
 (2900,2090001,1312006,100000,5,0,0,0,1,0,0,0),
 (2901,2090001,1312007,175000,6,0,0,0,1,0,0,0),
 (2902,2090001,1322014,40000,7,0,0,0,1,0,0,0),
 (2903,2090001,1322015,100000,8,0,0,0,1,0,0,0),
 (2904,2090001,1322016,175000,9,0,0,0,1,0,0,0),
 (2905,2090001,1332009,42000,10,0,0,0,1,0,0,0),
 (2906,2090001,1332012,40000,11,0,0,0,1,0,0,0),
 (2907,2090001,1332001,200000,12,0,0,0,1,0,0,0),
 (2908,2090001,1332014,375000,13,0,0,0,1,0,0,0),
 (2909,2090001,1332011,425000,14,0,0,0,1,0,0,0),
 (2910,2090001,1372003,38000,15,0,0,0,1,0,0,0),
 (2911,2090001,1372001,175000,16,0,0,0,1,0,0,0),
 (2912,2090001,1372000,400000,17,0,0,0,1,0,0,0),
 (2913,2090001,1382002,20000,18,0,0,0,1,0,0,0),
 (2914,2090001,1402002,150000,19,0,0,0,1,0,0,0),
 (2915,2090001,1402006,350000,20,0,0,0,1,0,0,0),
 (2916,2090001,1402007,450000,21,0,0,0,1,0,0,0),
 (2917,2090001,1412006,45000,22,0,0,0,1,0,0,0),
 (2918,2090001,1412004,200000,23,0,0,0,1,0,0,0),
 (2919,2090001,1412005,250000,24,0,0,0,1,0,0,0),
 (2920,2090001,1422001,45000,25,0,0,0,1,0,0,0),
 (2921,2090001,1422008,200000,26,0,0,0,1,0,0,0),
 (2922,2090001,1422007,250000,27,0,0,0,1,0,0,0),
 (2923,2090001,1432002,60000,28,0,0,0,1,0,0,0),
 (2924,2090001,1432003,175000,29,0,0,0,1,0,0,0),
 (2925,2090001,1432005,225000,30,0,0,0,1,0,0,0),
 (2926,2090001,1442001,60000,31,0,0,0,1,0,0,0),
 (2927,2090001,1442003,175000,32,0,0,0,1,0,0,0),
 (2928,2090001,1442009,300000,33,0,0,0,1,0,0,0),
 (2929,2090001,1452005,150000,34,0,0,0,1,0,0,0),
 (2930,2090001,1452006,250000,35,0,0,0,1,0,0,0),
 (2931,2090001,1452007,375000,36,0,0,0,1,0,0,0),
 (2932,2090001,1462000,30000,37,0,0,0,1,0,0,0),
 (2933,2090001,1462004,200000,38,0,0,0,1,0,0,0),
 (2934,2090001,1462005,250000,39,0,0,0,1,0,0,0),
 (2935,2090001,1472001,20000,40,0,0,0,1,0,0,0),
 (2936,2090001,1472004,30000,41,0,0,0,1,0,0,0),
 (2937,2090001,1472007,60000,42,0,0,0,1,0,0,0),
 (2938,2090001,1482005,100000,43,0,0,0,1,0,0,0),
 (2939,2090001,1482006,150000,44,0,0,0,1,0,0,0),
 (2940,2090001,1492005,100000,45,0,0,0,1,0,0,0),
 (2941,2090001,1492006,160000,46,0,0,0,1,0,0,0),
 (2942,2090001,1532005,100000,47,0,0,0,1,0,0,0),
 (2943,2090001,1532006,160000,48,0,0,0,1,0,0,0),
 (2944,2051000,2000000,4,1,0,0,0,300,0,0,0),
 (2945,2051000,2000001,45,2,0,0,0,300,0,0,0),
 (2946,2051000,2000002,91,3,0,0,0,300,0,0,0),
 (2947,2051000,2000003,19,4,0,0,0,300,0,0,0),
 (2948,2051000,2000006,176,5,0,0,0,300,0,0,0),
 (2949,2051000,2002000,475,6,0,0,0,300,0,0,0),
 (2950,2051000,2002001,380,7,0,0,0,300,0,0,0),
 (2951,2051000,2002002,475,8,0,0,0,300,0,0,0),
 (2952,2051000,2002004,475,9,0,0,0,300,0,0,0),
 (2953,2051000,2002005,475,10,0,0,0,300,0,0,0),
 (2954,2051000,2002011,1200,11,0,0,0,100,0,0,0),
 (2955,2051000,2120000,30,12,0,0,0,1000,0,0,0),
 (2956,2051000,2260000,1000,13,0,0,0,200,0,0,0),
 (2957,2051000,2001000,3040,14,0,0,0,300,0,0,0),
 (2958,2051000,2001001,2185,15,0,0,0,300,0,0,0),
 (2959,2051000,2001002,3800,16,0,0,0,300,0,0,0),
 (2960,2051000,2010000,3,17,0,0,0,300,0,0,0),
 (2961,2051000,2010001,10,18,0,0,0,300,0,0,0),
 (2962,2051000,2010002,4,19,0,0,0,300,0,0,0),
 (2963,2051000,2010003,9,20,0,0,0,300,0,0,0),
 (2964,2051000,2010004,88,21,0,0,0,300,0,0,0),
 (2965,2051000,2020012,4680,22,0,0,0,300,0,0,0),
 (2966,2051000,2020013,5600,23,0,0,0,300,0,0,0),
 (2967,2051000,2020014,7695,24,0,0,0,300,0,0,0),
 (2968,2051000,2020015,9690,25,0,0,0,300,0,0,0),
 (2969,2051000,2022003,731,26,0,0,0,300,0,0,0),
 (2970,2051000,2022000,1096,27,0,0,0,300,0,0,0),
 (2971,2051000,2030000,400,28,0,0,0,100,0,0,0),
 (2972,2051000,2060000,1,29,0,0,0,2000,0,0,0),
 (2973,2051000,2061000,1,30,0,0,0,2000,0,0,0),
 (2974,2051000,2060000,1400,31,0,0,0,2000,0,0,0),
 (2975,2051000,2061000,1400,32,0,0,0,2000,0,0,0),
 (2976,2051000,2060001,10,33,0,0,0,1800,0,0,0),
 (2977,2051000,2061001,10,34,0,0,0,1800,0,0,0),
 (2978,2051000,2460000,2000,35,0,0,0,100,0,0,0),
 (2979,2051000,2460001,8000,36,0,0,0,100,0,0,0),
 (2980,2051000,2460002,32000,37,0,0,0,100,0,0,0),
 (2981,2051000,2460003,128000,38,0,0,0,100,0,0,0),
 (2982,2051000,2930000,5000,39,0,0,0,100,0,0,0),
 (2983,2051000,2070000,500,40,0,0,0,700,0,0,0),
 (2984,2051000,2330000,600,41,0,0,0,800,0,0,0),
 (2985,1031100,2000000,5,1,0,0,0,300,0,0,0),
 (2986,1031100,2000001,48,2,0,0,0,300,0,0,0),
 (2987,1031100,2000002,96,3,0,0,0,300,0,0,0),
 (2988,1031100,2000003,19,4,0,0,0,300,0,0,0),
 (2989,1031100,2000006,181,5,0,0,0,300,0,0,0),
 (2990,1031100,2002000,500,6,0,0,0,300,0,0,0),
 (2991,1031100,2002001,400,7,0,0,0,300,0,0,0),
 (2992,1031100,2002002,500,8,0,0,0,300,0,0,0),
 (2993,1031100,2002004,500,9,0,0,0,300,0,0,0),
 (2994,1031100,2002005,500,10,0,0,0,300,0,0,0),
 (2995,1031100,2010000,3,11,0,0,0,300,0,0,0),
 (2996,1031100,2010002,5,12,0,0,0,300,0,0,0),
 (2997,1031100,2010001,10,13,0,0,0,300,0,0,0),
 (2998,1031100,2010003,9,14,0,0,0,300,0,0,0),
 (2999,1031100,2010004,91,15,0,0,0,300,0,0,0),
 (3000,1031100,2030000,400,16,0,0,0,100,0,0,0),
 (3001,1031100,2030002,500,17,0,0,0,100,0,0,0),
 (3002,1031100,2060000,1,18,0,0,0,2000,0,0,0),
 (3003,1031100,2061000,1,19,0,0,0,2000,0,0,0),
 (3004,1031100,2060000,1400,20,0,0,0,2000,0,0,0),
 (3005,1031100,2061000,1400,21,0,0,0,2000,0,0,0),
 (3006,1031100,2050000,200,22,0,0,0,100,0,0,0),
 (3007,1031100,2050001,200,23,0,0,0,100,0,0,0),
 (3008,1031100,2050002,300,24,0,0,0,100,0,0,0),
 (3009,1031100,2050003,500,25,0,0,0,100,0,0,0),
 (3010,1031100,2460000,2000,26,0,0,0,100,0,0,0),
 (3011,1031100,2460001,8000,27,0,0,0,100,0,0,0),
 (3012,1031100,2460002,32000,28,0,0,0,100,0,0,0),
 (3013,1031100,2460003,128000,29,0,0,0,100,0,0,0),
 (3014,1031100,2930000,5000,30,0,0,0,100,0,0,0),
 (3015,1031100,2070000,500,31,0,0,0,700,0,0,0),
 (3016,1031100,2330000,600,32,0,0,0,800,0,0,0),
 (3017,2022002,2040003,35000,1,0,0,0,100,0,0,0),
 (3018,2022002,2040300,35000,2,0,0,0,100,0,0,0),
 (3019,2022002,2040400,35000,3,0,0,0,100,0,0,0),
 (3020,2022002,2040503,35000,4,0,0,0,100,0,0,0),
 (3021,2022002,2040600,35000,5,0,0,0,100,0,0,0),
 (3022,2022002,2040700,35000,6,0,0,0,100,0,0,0),
 (3023,2022002,2040800,35000,7,0,0,0,100,0,0,0),
 (3024,2022002,2040900,35000,8,0,0,0,100,0,0,0),
 (3025,2022002,2041000,35000,9,0,0,0,100,0,0,0),
 (3026,2022002,2041003,35000,10,0,0,0,100,0,0,0),
 (3027,2022002,2043000,70000,11,0,0,0,100,0,0,0),
 (3028,2022002,2043100,70000,12,0,0,0,100,0,0,0),
 (3029,2022002,2043200,70000,13,0,0,0,100,0,0,0),
 (3030,2022002,2043300,70000,14,0,0,0,100,0,0,0),
 (3031,2022002,2043700,70000,15,0,0,0,100,0,0,0),
 (3032,2022002,2043800,70000,16,0,0,0,100,0,0,0),
 (3033,2022002,2044000,70000,17,0,0,0,100,0,0,0),
 (3034,2022002,2044100,70000,18,0,0,0,100,0,0,0),
 (3035,2022002,2044200,70000,19,0,0,0,100,0,0,0),
 (3036,2022002,2044300,70000,20,0,0,0,100,0,0,0),
 (3037,2022002,2044400,70000,21,0,0,0,100,0,0,0),
 (3038,2022002,2044500,70000,22,0,0,0,100,0,0,0),
 (3039,2022002,2044600,70000,23,0,0,0,100,0,0,0),
 (3040,2022002,2044700,70000,24,0,0,0,100,0,0,0),
 (3041,2022002,2044800,70000,25,0,0,0,100,0,0,0),
 (3042,2022002,2044900,70000,26,0,0,0,100,0,0,0),
 (3043,9270021,2000000,5,1,0,0,0,300,0,0,0),
 (3044,9270021,2000001,48,2,0,0,0,300,0,0,0),
 (3045,9270021,2000002,96,3,0,0,0,300,0,0,0),
 (3046,9270021,2000003,20,4,0,0,0,300,0,0,0),
 (3047,9270021,2000006,186,5,0,0,0,300,0,0,0),
 (3048,9270021,2002000,500,6,0,0,0,300,0,0,0),
 (3049,9270021,2002001,400,7,0,0,0,300,0,0,0),
 (3050,9270021,2002002,500,8,0,0,0,300,0,0,0),
 (3051,9270021,2002004,500,9,0,0,0,300,0,0,0),
 (3052,9270021,2002005,500,10,0,0,0,300,0,0,0),
 (3053,9270021,2022003,1100,11,0,0,0,300,0,0,0),
 (3054,9270021,2022000,1650,12,0,0,0,300,0,0,0),
 (3055,9270021,2001000,3200,13,0,0,0,300,0,0,0),
 (3056,9270021,2001001,2300,14,0,0,0,300,0,0,0),
 (3057,9270021,2001002,4000,15,0,0,0,300,0,0,0),
 (3058,9270021,2010000,30,16,0,0,0,300,0,0,0),
 (3059,9270021,2010002,50,17,0,0,0,300,0,0,0),
 (3060,9270021,2010001,106,18,0,0,0,300,0,0,0),
 (3061,9270021,2010003,100,19,0,0,0,300,0,0,0),
 (3062,9270021,2010004,310,20,0,0,0,300,0,0,0),
 (3063,9270021,2020028,3000,21,0,0,0,300,0,0,0),
 (3064,9270021,2050000,200,22,0,0,0,100,0,0,0),
 (3065,9270021,2050001,200,23,0,0,0,100,0,0,0),
 (3066,9270021,2050002,300,24,0,0,0,100,0,0,0),
 (3067,9270021,2050003,500,25,0,0,0,100,0,0,0),
 (3068,9270021,2030000,400,26,0,0,0,100,0,0,0),
 (3069,9270021,2060000,1,27,0,0,0,2000,0,0,0),
 (3070,9270021,2061000,1,28,0,0,0,2000,0,0,0),
 (3071,9270021,2022015,12000,29,0,0,0,300,0,0,0),
 (3072,9270020,1002004,160000,1,0,0,0,1,0,0,0),
 (3073,9270020,1040000,200000,2,0,0,0,1,0,0,0),
 (3074,9270020,1040085,200000,3,0,0,0,1,0,0,0),
 (3075,9270020,1041084,200000,4,0,0,0,1,0,0,0),
 (3076,9270020,1041085,200000,5,0,0,0,1,0,0,0),
 (3077,9270020,1050000,112500,6,0,0,0,1,0,0,0),
 (3078,9270020,1050021,112500,7,0,0,0,1,0,0,0),
 (3079,9270020,1051001,112500,8,0,0,0,1,0,0,0),
 (3080,9270020,1051014,112500,9,0,0,0,1,0,0,0),
 (3081,9270020,1060075,180000,10,0,0,0,1,0,0,0),
 (3082,9270020,1060074,180000,11,0,0,0,1,0,0,0),
 (3083,9270020,1061083,180000,12,0,0,0,1,0,0,0),
 (3084,9270020,1061084,180000,13,0,0,0,1,0,0,0),
 (3085,9270020,1092001,100000,14,0,0,0,1,0,0,0),
 (3086,9270020,1092002,200000,15,0,0,0,1,0,0,0),
 (3087,9270020,1002141,96000,16,0,0,0,1,0,0,0),
 (3088,9270020,1002142,96000,17,0,0,0,1,0,0,0),
 (3089,9270020,1002143,96000,18,0,0,0,1,0,0,0),
 (3090,9270020,1002144,96000,19,0,0,0,1,0,0,0),
 (3091,9270020,1041052,120000,20,0,0,0,1,0,0,0),
 (3092,9270020,1041051,120000,21,0,0,0,1,0,0,0),
 (3093,9270020,1050031,300000,22,0,0,0,1,0,0,0),
 (3094,9270020,1050002,300000,23,0,0,0,1,0,0,0),
 (3095,9270020,1050035,450000,24,0,0,0,1,0,0,0),
 (3096,9270020,1050038,450000,25,0,0,0,1,0,0,0),
 (3097,9270020,1050036,450000,26,0,0,0,1,0,0,0),
 (3098,9270020,1050037,450000,27,0,0,0,1,0,0,0),
 (3099,9270020,1051023,450000,28,0,0,0,1,0,0,0),
 (3100,9270020,1051025,450000,29,0,0,0,1,0,0,0),
 (3101,9270020,1051024,450000,30,0,0,0,1,0,0,0),
 (3102,9270020,1051027,450000,31,0,0,0,1,0,0,0),
 (3103,9270020,1061048,120000,32,0,0,0,1,0,0,0),
 (3104,9270020,1061047,120000,33,0,0,0,1,0,0,0),
 (3105,9270020,1002138,100000,34,0,0,0,1,0,0,0),
 (3106,9270020,1002139,100000,35,0,0,0,1,0,0,0),
 (3107,9270020,1002135,100000,36,0,0,0,1,0,0,0),
 (3108,9270020,1002137,100000,37,0,0,0,1,0,0,0),
 (3109,9270020,1040072,114000,38,0,0,0,1,0,0,0),
 (3110,9270020,1040073,114000,39,0,0,0,1,0,0,0),
 (3111,9270020,1040074,114000,40,0,0,0,1,0,0,0),
 (3112,9270020,1040076,114000,41,0,0,0,1,0,0,0),
 (3113,9270020,1040081,180000,42,0,0,0,1,0,0,0),
 (3114,9270020,1040079,180000,43,0,0,0,1,0,0,0),
 (3115,9270020,1041066,114000,44,0,0,0,1,0,0,0),
 (3116,9270020,1041069,114000,45,0,0,0,1,0,0,0),
 (3117,9270020,1041065,114000,46,0,0,0,1,0,0,0),
 (3118,9270020,1041067,114000,47,0,0,0,1,0,0,0),
 (3119,9270020,1041082,180000,48,0,0,0,1,0,0,0),
 (3120,9270020,1041081,180000,49,0,0,0,1,0,0,0),
 (3121,9270020,1060062,108000,50,0,0,0,1,0,0,0),
 (3122,9270020,1060065,108000,51,0,0,0,1,0,0,0),
 (3123,9270020,1060061,108000,52,0,0,0,1,0,0,0),
 (3124,9270020,1060063,108000,53,0,0,0,1,0,0,0),
 (3125,9270020,1060070,160000,54,0,0,0,1,0,0,0),
 (3126,9270020,1060069,160000,55,0,0,0,1,0,0,0),
 (3127,9270020,1061061,108000,56,0,0,0,1,0,0,0),
 (3128,9270020,1061064,108000,57,0,0,0,1,0,0,0),
 (3129,9270020,1061060,108000,58,0,0,0,1,0,0,0),
 (3130,9270020,1061062,108000,59,0,0,0,1,0,0,0),
 (3131,9270020,1061081,160000,60,0,0,0,1,0,0,0),
 (3132,9270020,1061080,160000,61,0,0,0,1,0,0,0),
 (3133,9270020,1002176,100000,62,0,0,0,1,0,0,0),
 (3134,9270020,1002177,100000,63,0,0,0,1,0,0,0),
 (3135,9270020,1002178,100000,64,0,0,0,1,0,0,0),
 (3136,9270020,1002179,100000,65,0,0,0,1,0,0,0),
 (3137,9270020,1002180,100000,66,0,0,0,1,0,0,0),
 (3138,9270020,1040063,114000,67,0,0,0,1,0,0,0),
 (3139,9270020,1040062,114000,68,0,0,0,1,0,0,0),
 (3140,9270020,1040061,114000,69,0,0,0,1,0,0,0),
 (3141,9270020,1040082,180000,70,0,0,0,1,0,0,0),
 (3142,9270020,1040083,180000,71,0,0,0,1,0,0,0),
 (3143,9270020,1041075,180000,72,0,0,0,1,0,0,0),
 (3144,9270020,1041074,180000,73,0,0,0,1,0,0,0),
 (3145,9270020,1051007,111000,74,0,0,0,1,0,0,0),
 (3146,9270020,1051008,111000,75,0,0,0,1,0,0,0),
 (3147,9270020,1051009,111000,76,0,0,0,1,0,0,0),
 (3148,9270020,1060051,108000,77,0,0,0,1,0,0,0),
 (3149,9270020,1060050,108000,78,0,0,0,1,0,0,0),
 (3150,9270020,1060052,108000,79,0,0,0,1,0,0,0),
 (3151,9270020,1060071,160000,80,0,0,0,1,0,0,0),
 (3152,9270020,1060072,160000,81,0,0,0,1,0,0,0),
 (3153,9270020,1061070,160000,82,0,0,0,1,0,0,0),
 (3154,9270020,1061069,160000,83,0,0,0,1,0,0,0),
 (3155,2022000,1072168,30000,1,0,0,0,1,0,0,0),
 (3156,2022000,1072169,28000,2,0,0,0,1,0,0,0),
 (3157,2022000,1072170,29000,3,0,0,0,1,0,0,0),
 (3158,2022000,1072171,29000,4,0,0,0,1,0,0,0),
 (3159,2022000,1072338,29000,5,0,0,0,1,0,0,0),
 (3160,2022000,1002004,160000,6,0,0,0,1,0,0,0),
 (3161,2022000,1040000,200000,7,0,0,0,1,0,0,0),
 (3162,2022000,1040085,200000,8,0,0,0,1,0,0,0),
 (3163,2022000,1041084,200000,9,0,0,0,1,0,0,0),
 (3164,2022000,1041085,200000,10,0,0,0,1,0,0,0),
 (3165,2022000,1050000,112500,11,0,0,0,1,0,0,0),
 (3166,2022000,1050021,112500,12,0,0,0,1,0,0,0),
 (3167,2022000,1051001,112500,13,0,0,0,1,0,0,0),
 (3168,2022000,1051014,112500,14,0,0,0,1,0,0,0),
 (3169,2022000,1060075,180000,15,0,0,0,1,0,0,0),
 (3170,2022000,1060074,180000,16,0,0,0,1,0,0,0),
 (3171,2022000,1061083,180000,17,0,0,0,1,0,0,0),
 (3172,2022000,1061084,180000,18,0,0,0,1,0,0,0),
 (3173,2022000,1092001,100000,19,0,0,0,1,0,0,0),
 (3174,2022000,1092002,200000,20,0,0,0,1,0,0,0),
 (3175,2022000,1002141,96000,21,0,0,0,1,0,0,0),
 (3176,2022000,1002142,96000,22,0,0,0,1,0,0,0),
 (3177,2022000,1002143,96000,23,0,0,0,1,0,0,0),
 (3178,2022000,1002144,96000,24,0,0,0,1,0,0,0),
 (3179,2022000,1041052,120000,25,0,0,0,1,0,0,0),
 (3180,2022000,1041051,120000,26,0,0,0,1,0,0,0),
 (3181,2022000,1050031,300000,27,0,0,0,1,0,0,0),
 (3182,2022000,1050002,300000,28,0,0,0,1,0,0,0),
 (3183,2022000,1050035,450000,29,0,0,0,1,0,0,0),
 (3184,2022000,1050038,450000,30,0,0,0,1,0,0,0),
 (3185,2022000,1050036,450000,31,0,0,0,1,0,0,0),
 (3186,2022000,1050037,450000,32,0,0,0,1,0,0,0),
 (3187,2022000,1051023,450000,33,0,0,0,1,0,0,0),
 (3188,2022000,1051025,450000,34,0,0,0,1,0,0,0),
 (3189,2022000,1051024,450000,35,0,0,0,1,0,0,0),
 (3190,2022000,1051027,450000,36,0,0,0,1,0,0,0),
 (3191,2022000,1061048,120000,37,0,0,0,1,0,0,0),
 (3192,2022000,1061047,120000,38,0,0,0,1,0,0,0),
 (3193,2022000,1002138,100000,39,0,0,0,1,0,0,0),
 (3194,2022000,1002139,100000,40,0,0,0,1,0,0,0),
 (3195,2022000,1002135,100000,41,0,0,0,1,0,0,0),
 (3196,2022000,1002137,100000,42,0,0,0,1,0,0,0),
 (3197,2022000,1040072,114000,43,0,0,0,1,0,0,0),
 (3198,2022000,1040073,114000,44,0,0,0,1,0,0,0),
 (3199,2022000,1040074,114000,45,0,0,0,1,0,0,0),
 (3200,2022000,1040076,114000,46,0,0,0,1,0,0,0),
 (3201,2022000,1040081,180000,47,0,0,0,1,0,0,0),
 (3202,2022000,1040079,180000,48,0,0,0,1,0,0,0),
 (3203,2022000,1041066,114000,49,0,0,0,1,0,0,0),
 (3204,2022000,1041069,114000,50,0,0,0,1,0,0,0),
 (3205,2022000,1041065,114000,51,0,0,0,1,0,0,0),
 (3206,2022000,1041067,114000,52,0,0,0,1,0,0,0),
 (3207,2022000,1041082,180000,53,0,0,0,1,0,0,0),
 (3208,2022000,1041081,180000,54,0,0,0,1,0,0,0),
 (3209,2022000,1060062,108000,55,0,0,0,1,0,0,0),
 (3210,2022000,1060065,108000,56,0,0,0,1,0,0,0),
 (3211,2022000,1060061,108000,57,0,0,0,1,0,0,0),
 (3212,2022000,1060063,108000,58,0,0,0,1,0,0,0),
 (3213,2022000,1060070,160000,59,0,0,0,1,0,0,0),
 (3214,2022000,1060069,160000,60,0,0,0,1,0,0,0),
 (3215,2022000,1061061,108000,61,0,0,0,1,0,0,0),
 (3216,2022000,1061064,108000,62,0,0,0,1,0,0,0),
 (3217,2022000,1061060,108000,63,0,0,0,1,0,0,0),
 (3218,2022000,1061062,108000,64,0,0,0,1,0,0,0),
 (3219,2022000,1061081,160000,65,0,0,0,1,0,0,0),
 (3220,2022000,1061080,160000,66,0,0,0,1,0,0,0),
 (3221,2022000,1002176,100000,67,0,0,0,1,0,0,0),
 (3222,2022000,1002177,100000,68,0,0,0,1,0,0,0),
 (3223,2022000,1002178,100000,69,0,0,0,1,0,0,0),
 (3224,2022000,1002179,100000,70,0,0,0,1,0,0,0),
 (3225,2022000,1002180,100000,71,0,0,0,1,0,0,0),
 (3226,2022000,1040063,114000,72,0,0,0,1,0,0,0),
 (3227,2022000,1040062,114000,73,0,0,0,1,0,0,0),
 (3228,2022000,1040061,114000,74,0,0,0,1,0,0,0),
 (3229,2022000,1040082,180000,75,0,0,0,1,0,0,0),
 (3230,2022000,1040083,180000,76,0,0,0,1,0,0,0),
 (3231,2022000,1041075,180000,77,0,0,0,1,0,0,0),
 (3232,2022000,1041074,180000,78,0,0,0,1,0,0,0),
 (3233,2022000,1051007,111000,79,0,0,0,1,0,0,0),
 (3234,2022000,1051008,111000,80,0,0,0,1,0,0,0),
 (3235,2022000,1051009,111000,81,0,0,0,1,0,0,0),
 (3236,2022000,1060051,108000,82,0,0,0,1,0,0,0),
 (3237,2022000,1060050,108000,83,0,0,0,1,0,0,0),
 (3238,2022000,1060052,108000,84,0,0,0,1,0,0,0),
 (3239,2022000,1060071,160000,85,0,0,0,1,0,0,0),
 (3240,2022000,1060072,160000,86,0,0,0,1,0,0,0),
 (3241,2022000,1061070,160000,87,0,0,0,1,0,0,0),
 (3242,2022000,1061069,160000,88,0,0,0,1,0,0,0),
 (3243,2022000,1052110,100000,89,0,0,0,1,0,0,0),
 (3244,2022000,1052113,120000,90,0,0,0,1,0,0,0),
 (3245,2022000,1002625,75000,91,0,0,0,1,0,0,0),
 (3246,2022001,2022001,400,1,0,0,0,300,0,0,0),
 (3247,2022001,2022186,2400,2,0,0,0,100,0,0,0),
 (3248,2022001,2000000,5,3,0,0,0,300,0,0,0),
 (3249,2022001,2000001,48,4,0,0,0,300,0,0,0),
 (3250,2022001,2000002,96,5,0,0,0,300,0,0,0),
 (3251,2022001,2000003,20,6,0,0,0,300,0,0,0),
 (3252,2022001,2000006,186,7,0,0,0,300,0,0,0),
 (3253,2022001,2002000,500,8,0,0,0,300,0,0,0),
 (3254,2022001,2002001,400,9,0,0,0,300,0,0,0),
 (3255,2022001,2002002,500,10,0,0,0,300,0,0,0),
 (3256,2022001,2002004,500,11,0,0,0,300,0,0,0),
 (3257,2022001,2002005,500,12,0,0,0,300,0,0,0),
 (3258,2022001,2010000,3,13,0,0,0,300,0,0,0),
 (3259,2022001,2010002,5,14,0,0,0,300,0,0,0),
 (3260,2022001,2010001,10,15,0,0,0,300,0,0,0),
 (3261,2022001,2010003,10,16,0,0,0,300,0,0,0),
 (3262,2022001,2010004,93,17,0,0,0,300,0,0,0),
 (3263,2022001,2022003,770,18,0,0,0,300,0,0,0),
 (3264,2022001,2022000,1155,19,0,0,0,300,0,0,0),
 (3265,2022001,2001000,3200,20,0,0,0,300,0,0,0),
 (3266,2022001,2001001,2300,21,0,0,0,300,0,0,0),
 (3267,2022001,2001002,4000,22,0,0,0,300,0,0,0),
 (3268,2022001,2020012,4500,23,0,0,0,300,0,0,0),
 (3269,2022001,2020013,5600,24,0,0,0,300,0,0,0),
 (3270,2022001,2020014,8100,25,0,0,0,300,0,0,0),
 (3271,2022001,2020015,10200,26,0,0,0,300,0,0,0),
 (3272,2022001,2050000,200,27,0,0,0,100,0,0,0),
 (3273,2022001,2050001,200,28,0,0,0,100,0,0,0),
 (3274,2022001,2050002,300,29,0,0,0,100,0,0,0),
 (3275,2022001,2030000,400,30,0,0,0,100,0,0,0),
 (3276,2022001,2060000,1,31,0,0,0,2000,0,0,0),
 (3277,2022001,2061000,1,32,0,0,0,2000,0,0,0),
 (3278,2022001,2060000,1400,33,0,0,0,2000,0,0,0),
 (3279,2022001,2061000,1400,34,0,0,0,2000,0,0,0),
 (3280,2022001,2460000,2000,35,0,0,0,100,0,0,0),
 (3281,2022001,2460001,8000,36,0,0,0,100,0,0,0),
 (3282,2022001,2460002,32000,37,0,0,0,100,0,0,0),
 (3283,2022001,2460003,128000,38,0,0,0,100,0,0,0),
 (3284,2022001,2930000,5000,39,0,0,0,100,0,0,0),
 (3285,2022001,2070000,500,40,0,0,0,700,0,0,0),
 (3286,2022001,2330000,600,41,0,0,0,800,0,0,0),
 (3287,1001100,2000000,5,1,0,0,0,300,0,0,0),
 (3288,1001100,2000001,48,2,0,0,0,300,0,0,0),
 (3289,1001100,2000002,96,3,0,0,0,300,0,0,0),
 (3290,1001100,2000003,20,4,0,0,0,300,0,0,0),
 (3291,1001100,2000006,186,5,0,0,0,300,0,0,0),
 (3292,1001100,2002000,500,6,0,0,0,300,0,0,0),
 (3293,1001100,2002001,400,7,0,0,0,300,0,0,0),
 (3294,1001100,2002002,500,8,0,0,0,300,0,0,0),
 (3295,1001100,2002004,500,9,0,0,0,300,0,0,0),
 (3296,1001100,2002005,500,10,0,0,0,300,0,0,0),
 (3297,1001100,2010000,3,11,0,0,0,300,0,0,0),
 (3298,1001100,2010002,5,12,0,0,0,300,0,0,0),
 (3299,1001100,2010001,10,13,0,0,0,300,0,0,0),
 (3300,1001100,2010003,10,14,0,0,0,300,0,0,0),
 (3301,1001100,2010004,93,15,0,0,0,300,0,0,0),
 (3302,1001100,2020028,2100,16,0,0,0,300,0,0,0),
 (3303,1001100,2030000,400,17,0,0,0,100,0,0,0),
 (3304,1001100,2030001,500,18,0,0,0,100,0,0,0),
 (3305,1001100,2060000,1,19,0,0,0,2000,0,0,0),
 (3306,1001100,2061000,1,20,0,0,0,2000,0,0,0),
 (3307,1001100,2060000,1400,21,0,0,0,2000,0,0,0),
 (3308,1001100,2061000,1400,22,0,0,0,2000,0,0,0),
 (3309,1001100,2460000,2000,23,0,0,0,100,0,0,0),
 (3310,1001100,2460001,8000,24,0,0,0,100,0,0,0),
 (3311,1001100,2460002,32000,25,0,0,0,100,0,0,0),
 (3312,1001100,2460003,128000,26,0,0,0,100,0,0,0),
 (3313,1001100,2930000,5000,27,0,0,0,100,0,0,0),
 (3314,1001100,2070000,500,28,0,0,0,700,0,0,0),
 (3315,1001100,2330000,600,29,0,0,0,800,0,0,0),
 (3316,9270022,2000000,5,1,0,0,0,300,0,0,0),
 (3317,9270022,2000001,48,2,0,0,0,300,0,0,0),
 (3318,9270022,2000002,96,3,0,0,0,300,0,0,0),
 (3319,9270022,2000003,20,4,0,0,0,300,0,0,0),
 (3320,9270022,2000006,186,5,0,0,0,300,0,0,0),
 (3321,9270022,2002000,500,6,0,0,0,300,0,0,0),
 (3322,9270022,2002001,400,7,0,0,0,300,0,0,0),
 (3323,9270022,2002002,500,8,0,0,0,300,0,0,0),
 (3324,9270022,2002004,500,9,0,0,0,300,0,0,0),
 (3325,9270022,2002005,500,10,0,0,0,300,0,0,0),
 (3326,9270022,2022003,770,11,0,0,0,300,0,0,0),
 (3327,9270022,2022000,1155,12,0,0,0,300,0,0,0),
 (3328,9270022,2001000,3200,13,0,0,0,300,0,0,0),
 (3329,9270022,2001001,2300,14,0,0,0,300,0,0,0),
 (3330,9270022,2001002,4000,15,0,0,0,300,0,0,0),
 (3331,9270022,2010000,3,16,0,0,0,300,0,0,0),
 (3332,9270022,2010002,5,17,0,0,0,300,0,0,0),
 (3333,9270022,2010001,10,18,0,0,0,300,0,0,0),
 (3334,9270022,2010003,10,19,0,0,0,300,0,0,0),
 (3335,9270022,2010004,93,20,0,0,0,300,0,0,0),
 (3336,9270022,2020028,2100,21,0,0,0,300,0,0,0),
 (3337,9270022,2050000,200,22,0,0,0,100,0,0,0),
 (3338,9270022,2050001,200,23,0,0,0,100,0,0,0),
 (3339,9270022,2050002,300,24,0,0,0,100,0,0,0),
 (3340,9270022,2050003,500,25,0,0,0,100,0,0,0),
 (3341,9270022,2030000,400,26,0,0,0,100,0,0,0),
 (3342,9270022,2060000,1,27,0,0,0,2000,0,0,0),
 (3343,9270022,2061000,1,28,0,0,0,2000,0,0,0),
 (3344,9270019,1302008,40000,1,0,0,0,1,0,0,0),
 (3345,9270019,1302004,100000,2,0,0,0,1,0,0,0),
 (3346,9270019,1302009,225000,3,0,0,0,1,0,0,0),
 (3347,9270019,1312005,40000,4,0,0,0,1,0,0,0),
 (3348,9270019,1312006,100000,5,0,0,0,1,0,0,0),
 (3349,9270019,1312007,175000,6,0,0,0,1,0,0,0),
 (3350,9270019,1322014,40000,7,0,0,0,1,0,0,0),
 (3351,9270019,1322015,100000,8,0,0,0,1,0,0,0),
 (3352,9270019,1322016,175000,9,0,0,0,1,0,0,0),
 (3353,9270019,1332009,42000,10,0,0,0,1,0,0,0),
 (3354,9270019,1332012,40000,11,0,0,0,1,0,0,0),
 (3355,9270019,1332001,200000,12,0,0,0,1,0,0,0),
 (3356,9270019,1332014,375000,13,0,0,0,1,0,0,0),
 (3357,9270019,1332011,425000,14,0,0,0,1,0,0,0),
 (3358,9270019,1372003,38000,15,0,0,0,1,0,0,0),
 (3359,9270019,1372001,175000,16,0,0,0,1,0,0,0),
 (3360,9270019,1372000,400000,17,0,0,0,1,0,0,0),
 (3361,9270019,1382002,20000,18,0,0,0,1,0,0,0),
 (3362,9270019,1402002,150000,19,0,0,0,1,0,0,0),
 (3363,9270019,1402006,350000,20,0,0,0,1,0,0,0),
 (3364,9270019,1402007,450000,21,0,0,0,1,0,0,0),
 (3365,9270019,1412006,45000,22,0,0,0,1,0,0,0),
 (3366,9270019,1412004,200000,23,0,0,0,1,0,0,0),
 (3367,9270019,1412005,250000,24,0,0,0,1,0,0,0),
 (3368,9270019,1422001,45000,25,0,0,0,1,0,0,0),
 (3369,9270019,1422008,200000,26,0,0,0,1,0,0,0),
 (3370,9270019,1422007,250000,27,0,0,0,1,0,0,0),
 (3371,9270019,1432002,60000,28,0,0,0,1,0,0,0),
 (3372,9270019,1432003,175000,29,0,0,0,1,0,0,0),
 (3373,9270019,1432005,225000,30,0,0,0,1,0,0,0),
 (3374,9270019,1442001,60000,31,0,0,0,1,0,0,0),
 (3375,9270019,1442003,175000,32,0,0,0,1,0,0,0),
 (3376,9270019,1442009,300000,33,0,0,0,1,0,0,0),
 (3377,9270019,1452005,150000,34,0,0,0,1,0,0,0),
 (3378,9270019,1452006,250000,35,0,0,0,1,0,0,0),
 (3379,9270019,1452007,375000,36,0,0,0,1,0,0,0),
 (3380,9270019,1462000,30000,37,0,0,0,1,0,0,0),
 (3381,9270019,1462004,200000,38,0,0,0,1,0,0,0),
 (3382,9270019,1462005,250000,39,0,0,0,1,0,0,0),
 (3383,9270019,1472001,20000,40,0,0,0,1,0,0,0),
 (3384,9270019,1472004,30000,41,0,0,0,1,0,0,0),
 (3385,9270019,1472007,60000,42,0,0,0,1,0,0,0),
 (3386,1012122,1162000,50000,1,0,0,0,1,0,0,0),
 (3387,1012122,1162001,50000,2,0,0,0,1,0,0,0),
 (3388,1012122,1162002,50000,3,0,0,0,1,0,0,0),
 (3389,1012122,1162003,50000,4,0,0,0,1,0,0,0),
 (3390,1012122,1162004,50000,5,0,0,0,1,0,0,0),
 (3391,1012122,1162005,50000,6,0,0,0,1,0,0,0),
 (3392,2100002,1302008,40000,1,0,0,0,1,0,0,0),
 (3393,2100002,1302004,100000,2,0,0,0,1,0,0,0),
 (3394,2100002,1302009,225000,3,0,0,0,1,0,0,0),
 (3395,2100002,1312005,40000,4,0,0,0,1,0,0,0),
 (3396,2100002,1312006,100000,5,0,0,0,1,0,0,0),
 (3397,2100002,1312007,175000,6,0,0,0,1,0,0,0),
 (3398,2100002,1322014,40000,7,0,0,0,1,0,0,0),
 (3399,2100002,1322015,100000,8,0,0,0,1,0,0,0),
 (3400,2100002,1322016,175000,9,0,0,0,1,0,0,0),
 (3401,2100002,1332009,42000,10,0,0,0,1,0,0,0),
 (3402,2100002,1332012,40000,11,0,0,0,1,0,0,0),
 (3403,2100002,1332001,200000,12,0,0,0,1,0,0,0),
 (3404,2100002,1332014,375000,13,0,0,0,1,0,0,0),
 (3405,2100002,1332011,425000,14,0,0,0,1,0,0,0),
 (3406,2100002,1372003,38000,15,0,0,0,1,0,0,0),
 (3407,2100002,1372001,175000,16,0,0,0,1,0,0,0),
 (3408,2100002,1372000,400000,17,0,0,0,1,0,0,0),
 (3409,2100002,1382002,20000,18,0,0,0,1,0,0,0),
 (3410,2100002,1402002,150000,19,0,0,0,1,0,0,0),
 (3411,2100002,1402006,350000,20,0,0,0,1,0,0,0),
 (3412,2100002,1402007,450000,21,0,0,0,1,0,0,0),
 (3413,2100002,1412006,45000,22,0,0,0,1,0,0,0),
 (3414,2100002,1412004,200000,23,0,0,0,1,0,0,0),
 (3415,2100002,1412005,250000,24,0,0,0,1,0,0,0),
 (3416,2100002,1422001,45000,25,0,0,0,1,0,0,0),
 (3417,2100002,1422008,200000,26,0,0,0,1,0,0,0),
 (3418,2100002,1422007,250000,27,0,0,0,1,0,0,0),
 (3419,2100002,1432002,60000,28,0,0,0,1,0,0,0),
 (3420,2100002,1432003,175000,29,0,0,0,1,0,0,0),
 (3421,2100002,1432005,225000,30,0,0,0,1,0,0,0),
 (3422,2100002,1442001,60000,31,0,0,0,1,0,0,0),
 (3423,2100002,1442003,175000,32,0,0,0,1,0,0,0),
 (3424,2100002,1442009,300000,33,0,0,0,1,0,0,0),
 (3425,2100002,1452005,150000,34,0,0,0,1,0,0,0),
 (3426,2100002,1452006,250000,35,0,0,0,1,0,0,0),
 (3427,2100002,1452007,375000,36,0,0,0,1,0,0,0),
 (3428,2100002,1462000,30000,37,0,0,0,1,0,0,0),
 (3429,2100002,1462004,200000,38,0,0,0,1,0,0,0),
 (3430,2100002,1462005,250000,39,0,0,0,1,0,0,0),
 (3431,2100002,1472001,20000,40,0,0,0,1,0,0,0),
 (3432,2100002,1472004,30000,41,0,0,0,1,0,0,0),
 (3433,2100002,1472007,60000,42,0,0,0,1,0,0,0),
 (3434,2100002,1482005,100000,43,0,0,0,1,0,0,0),
 (3435,2100002,1482006,150000,44,0,0,0,1,0,0,0),
 (3436,2100002,1492005,100000,45,0,0,0,1,0,0,0),
 (3437,2100002,1492006,160000,46,0,0,0,1,0,0,0),
 (3438,2100003,1002004,160000,1,0,0,0,1,0,0,0),
 (3439,2100003,1040000,200000,2,0,0,0,1,0,0,0),
 (3440,2100003,1040085,200000,3,0,0,0,1,0,0,0),
 (3441,2100003,1041084,200000,4,0,0,0,1,0,0,0),
 (3442,2100003,1041085,200000,5,0,0,0,1,0,0,0),
 (3443,2100003,1050000,112500,6,0,0,0,1,0,0,0),
 (3444,2100003,1050021,112500,7,0,0,0,1,0,0,0),
 (3445,2100003,1051001,112500,8,0,0,0,1,0,0,0),
 (3446,2100003,1051014,112500,9,0,0,0,1,0,0,0),
 (3447,2100003,1060075,180000,10,0,0,0,1,0,0,0),
 (3448,2100003,1060074,180000,11,0,0,0,1,0,0,0),
 (3449,2100003,1061083,180000,12,0,0,0,1,0,0,0),
 (3450,2100003,1061084,180000,13,0,0,0,1,0,0,0),
 (3451,2100003,1092001,100000,14,0,0,0,1,0,0,0),
 (3452,2100003,1092002,200000,15,0,0,0,1,0,0,0),
 (3453,2100003,1002141,96000,16,0,0,0,1,0,0,0),
 (3454,2100003,1002142,96000,17,0,0,0,1,0,0,0),
 (3455,2100003,1002143,96000,18,0,0,0,1,0,0,0),
 (3456,2100003,1002144,96000,19,0,0,0,1,0,0,0),
 (3457,2100003,1041052,120000,20,0,0,0,1,0,0,0),
 (3458,2100003,1041051,120000,21,0,0,0,1,0,0,0),
 (3459,2100003,1050031,300000,22,0,0,0,1,0,0,0),
 (3460,2100003,1050002,300000,23,0,0,0,1,0,0,0),
 (3461,2100003,1050035,450000,24,0,0,0,1,0,0,0),
 (3462,2100003,1050038,450000,25,0,0,0,1,0,0,0),
 (3463,2100003,1050036,450000,26,0,0,0,1,0,0,0),
 (3464,2100003,1050037,450000,27,0,0,0,1,0,0,0),
 (3465,2100003,1051023,450000,28,0,0,0,1,0,0,0),
 (3466,2100003,1051025,450000,29,0,0,0,1,0,0,0),
 (3467,2100003,1051024,450000,30,0,0,0,1,0,0,0),
 (3468,2100003,1051027,450000,31,0,0,0,1,0,0,0),
 (3469,2100003,1061048,120000,32,0,0,0,1,0,0,0),
 (3470,2100003,1061047,120000,33,0,0,0,1,0,0,0),
 (3471,2100003,1002138,100000,34,0,0,0,1,0,0,0),
 (3472,2100003,1002139,100000,35,0,0,0,1,0,0,0),
 (3473,2100003,1002135,100000,36,0,0,0,1,0,0,0),
 (3474,2100003,1002137,100000,37,0,0,0,1,0,0,0),
 (3475,2100003,1040072,114000,38,0,0,0,1,0,0,0),
 (3476,2100003,1040073,114000,39,0,0,0,1,0,0,0),
 (3477,2100003,1040074,114000,40,0,0,0,1,0,0,0),
 (3478,2100003,1040076,114000,41,0,0,0,1,0,0,0),
 (3479,2100003,1040081,180000,42,0,0,0,1,0,0,0),
 (3480,2100003,1040079,180000,43,0,0,0,1,0,0,0),
 (3481,2100003,1041066,114000,44,0,0,0,1,0,0,0),
 (3482,2100003,1041069,114000,45,0,0,0,1,0,0,0),
 (3483,2100003,1041065,114000,46,0,0,0,1,0,0,0),
 (3484,2100003,1041067,114000,47,0,0,0,1,0,0,0),
 (3485,2100003,1041082,180000,48,0,0,0,1,0,0,0),
 (3486,2100003,1041081,180000,49,0,0,0,1,0,0,0),
 (3487,2100003,1060062,108000,50,0,0,0,1,0,0,0),
 (3488,2100003,1060065,108000,51,0,0,0,1,0,0,0),
 (3489,2100003,1060061,108000,52,0,0,0,1,0,0,0),
 (3490,2100003,1060063,108000,53,0,0,0,1,0,0,0),
 (3491,2100003,1060070,160000,54,0,0,0,1,0,0,0),
 (3492,2100003,1060069,160000,55,0,0,0,1,0,0,0),
 (3493,2100003,1061061,108000,56,0,0,0,1,0,0,0),
 (3494,2100003,1061064,108000,57,0,0,0,1,0,0,0),
 (3495,2100003,1061060,108000,58,0,0,0,1,0,0,0),
 (3496,2100003,1061062,108000,59,0,0,0,1,0,0,0),
 (3497,2100003,1061081,160000,60,0,0,0,1,0,0,0),
 (3498,2100003,1061080,160000,61,0,0,0,1,0,0,0),
 (3499,2100003,1002176,100000,62,0,0,0,1,0,0,0),
 (3500,2100003,1002177,100000,63,0,0,0,1,0,0,0),
 (3501,2100003,1002178,100000,64,0,0,0,1,0,0,0),
 (3502,2100003,1002179,100000,65,0,0,0,1,0,0,0),
 (3503,2100003,1002180,100000,66,0,0,0,1,0,0,0),
 (3504,2100003,1040063,114000,67,0,0,0,1,0,0,0),
 (3505,2100003,1040062,114000,68,0,0,0,1,0,0,0),
 (3506,2100003,1040061,114000,69,0,0,0,1,0,0,0),
 (3507,2100003,1040082,180000,70,0,0,0,1,0,0,0),
 (3508,2100003,1040083,180000,71,0,0,0,1,0,0,0),
 (3509,2100003,1041075,180000,72,0,0,0,1,0,0,0),
 (3510,2100003,1041074,180000,73,0,0,0,1,0,0,0),
 (3511,2100003,1051007,111000,74,0,0,0,1,0,0,0),
 (3512,2100003,1051008,111000,75,0,0,0,1,0,0,0),
 (3513,2100003,1051009,111000,76,0,0,0,1,0,0,0),
 (3514,2100003,1060051,108000,77,0,0,0,1,0,0,0),
 (3515,2100003,1060050,108000,78,0,0,0,1,0,0,0),
 (3516,2100003,1060052,108000,79,0,0,0,1,0,0,0),
 (3517,2100003,1060071,160000,80,0,0,0,1,0,0,0),
 (3518,2100003,1060072,160000,81,0,0,0,1,0,0,0),
 (3519,2100003,1061070,160000,82,0,0,0,1,0,0,0),
 (3520,2100003,1061069,160000,83,0,0,0,1,0,0,0),
 (3521,2100003,1052110,100000,84,0,0,0,1,0,0,0),
 (3522,2100003,1052113,120000,85,0,0,0,1,0,0,0),
 (3523,2100003,1002625,75000,86,0,0,0,1,0,0,0),
 (3524,2100004,2000000,5,1,0,0,0,300,0,0,0),
 (3525,2100004,2000001,48,2,0,0,0,300,0,0,0),
 (3526,2100004,2000002,96,3,0,0,0,300,0,0,0),
 (3527,2100004,2000003,20,4,0,0,0,300,0,0,0),
 (3528,2100004,2000006,186,5,0,0,0,300,0,0,0),
 (3529,2100004,2002000,500,6,0,0,0,300,0,0,0),
 (3530,2100004,2002001,400,7,0,0,0,300,0,0,0),
 (3531,2100004,2002002,500,8,0,0,0,300,0,0,0),
 (3532,2100004,2002004,500,9,0,0,0,300,0,0,0),
 (3533,2100004,2002005,500,10,0,0,0,300,0,0,0),
 (3534,2100004,2022003,770,11,0,0,0,300,0,0,0),
 (3535,2100004,2022000,1155,12,0,0,0,300,0,0,0),
 (3536,2100004,2001000,3200,13,0,0,0,300,0,0,0),
 (3537,2100004,2001001,2300,14,0,0,0,300,0,0,0),
 (3538,2100004,2001002,4000,15,0,0,0,300,0,0,0),
 (3539,2100004,2010000,3,16,0,0,0,300,0,0,0),
 (3540,2100004,2010002,5,17,0,0,0,300,0,0,0),
 (3541,2100004,2010001,10,18,0,0,0,300,0,0,0),
 (3542,2100004,2010003,10,19,0,0,0,300,0,0,0),
 (3543,2100004,2010004,93,20,0,0,0,300,0,0,0),
 (3544,2100004,2020028,2100,21,0,0,0,300,0,0,0),
 (3545,2100004,2050000,200,22,0,0,0,100,0,0,0),
 (3546,2100004,2050001,200,23,0,0,0,100,0,0,0),
 (3547,2100004,2050002,300,24,0,0,0,100,0,0,0),
 (3548,2100004,2050003,500,25,0,0,0,100,0,0,0),
 (3549,2100004,2030000,400,26,0,0,0,100,0,0,0),
 (3550,2100004,2060000,1,27,0,0,0,2000,0,0,0),
 (3551,2100004,2061000,1,28,0,0,0,2000,0,0,0),
 (3552,2100004,2060000,1400,29,0,0,0,2000,0,0,0),
 (3553,2100004,2061000,1400,30,0,0,0,2000,0,0,0),
 (3554,2100004,2460000,2000,31,0,0,0,100,0,0,0),
 (3555,2100004,2460001,8000,32,0,0,0,100,0,0,0),
 (3556,2100004,2460002,32000,33,0,0,0,100,0,0,0),
 (3557,2100004,2460003,128000,34,0,0,0,100,0,0,0),
 (3558,2100004,2120000,30,35,0,0,0,1000,0,0,0),
 (3559,2100004,2930000,5000,36,0,0,0,100,0,0,0),
 (3560,2100004,2070000,500,37,0,0,0,700,0,0,0),
 (3561,2100004,2330000,600,38,0,0,0,800,0,0,0),
 (3562,9270065,2022476,4200,1,0,0,0,100,0,0,0),
 (3563,9270065,2022477,9200,2,0,0,0,100,0,0,0),
 (3564,9270065,2022478,3200,3,0,0,0,100,0,0,0),
 (3565,9270065,2022479,3800,4,0,0,0,100,0,0,0),
 (3566,9270065,2022480,12000,5,0,0,0,100,0,0,0),
 (3567,9270065,2022203,800,6,0,0,0,100,0,0,0),
 (3568,9270065,2022204,1200,7,0,0,0,100,0,0,0),
 (3569,9270065,2022205,1800,8,0,0,0,100,0,0,0),
 (3570,9270065,2022206,2200,9,0,0,0,100,0,0,0),
 (3571,9270065,2022207,2600,10,0,0,0,100,0,0,0),
 (3572,9270065,2022208,1000,11,0,0,0,100,0,0,0),
 (3573,9270065,2022209,1600,12,0,0,0,100,0,0,0),
 (3574,9270065,2022210,3200,13,0,0,0,100,0,0,0),
 (3575,9270065,2022211,6400,14,0,0,0,100,0,0,0),
 (3576,9270065,2022214,3200,15,0,0,0,100,0,0,0),
 (3577,9270065,2022215,6800,16,0,0,0,100,0,0,0),
 (3578,9270065,2050000,200,17,0,0,0,100,0,0,0),
 (3579,9270065,2050001,200,18,0,0,0,100,0,0,0),
 (3580,9270065,2050002,300,19,0,0,0,100,0,0,0),
 (3581,9270065,2050003,500,20,0,0,0,100,0,0,0),
 (3582,9270065,2030000,400,21,0,0,0,100,0,0,0),
 (3583,9270065,2060000,1,22,0,0,0,2000,0,0,0),
 (3584,9270065,2061000,1,23,0,0,0,2000,0,0,0),
 (3585,1055000,1302007,3000,1,0,0,0,1,0,0,0),
 (3586,1055000,1332000,4000,2,0,0,0,1,0,0,0),
 (3587,1055000,1332006,7000,3,0,0,0,1,0,0,0),
 (3588,1055000,1332002,8000,4,0,0,0,1,0,0,0),
 (3589,1055000,1332008,10000,5,0,0,0,1,0,0,0),
 (3590,1055000,1332013,15000,6,0,0,0,1,0,0,0),
 (3591,1055000,1332010,22000,7,0,0,0,1,0,0,0),
 (3592,1055000,1332004,38000,8,0,0,0,1,0,0,0),
 (3593,1055000,1332012,40000,9,0,0,0,1,0,0,0),
 (3594,1055000,1332009,42000,10,0,0,0,1,0,0,0),
 (3595,1055000,1322009,20000,11,0,0,0,1,0,0,0),
 (3596,1055000,1402001,3000,12,0,0,0,1,0,0,0),
 (3597,1055000,1412001,3000,13,0,0,0,1,0,0,0),
 (3598,1055000,1422000,3000,14,0,0,0,1,0,0,0),
 (3599,1055000,1432000,3000,15,0,0,0,1,0,0,0),
 (3600,1055000,1432001,7000,16,0,0,0,1,0,0,0),
 (3601,1055000,1442000,3000,17,0,0,0,1,0,0,0),
 (3602,1055000,1472000,3000,18,0,0,0,1,0,0,0),
 (3603,1055000,1342000,10000,19,0,0,0,1,0,0,0),
 (3604,1055000,1342001,42000,20,0,0,0,1,0,0,0),
 (3605,1055000,1002125,900,21,0,0,0,1,0,0,0),
 (3606,1055000,1002001,3000,22,0,0,0,1,0,0,0),
 (3607,1055000,1002110,4000,23,0,0,0,1,0,0,0),
 (3608,1055000,1002130,12000,24,0,0,0,1,0,0,0),
 (3609,1055000,1002097,7400,25,0,0,0,1,0,0,0),
 (3610,1055000,1002150,20000,26,0,0,0,1,0,0,0),
 (3611,1055000,1002175,30000,27,0,0,0,1,0,0,0),
 (3612,1055000,1040033,3000,28,0,0,0,1,0,0,0),
 (3613,1055000,1040034,5000,29,0,0,0,1,0,0,0),
 (3614,1055000,1040044,9000,30,0,0,0,1,0,0,0),
 (3615,1055000,1040050,16000,31,0,0,0,1,0,0,0),
 (3616,1055000,1040057,45000,32,0,0,0,1,0,0,0),
 (3617,1055000,1040058,45000,33,0,0,0,1,0,0,0),
 (3618,1055000,1041038,3000,34,0,0,0,1,0,0,0),
 (3619,1055000,1041044,5000,35,0,0,0,1,0,0,0),
 (3620,1055000,1041045,5000,36,0,0,0,1,0,0,0),
 (3621,1055000,1041040,9000,37,0,0,0,1,0,0,0),
 (3622,1055000,1041057,18000,38,0,0,0,1,0,0,0),
 (3623,1055000,1041060,18000,39,0,0,0,1,0,0,0),
 (3624,1055000,1041050,45000,40,0,0,0,1,0,0,0),
 (3625,1055000,1060023,2800,41,0,0,0,1,0,0,0),
 (3626,1055000,1060024,4800,42,0,0,0,1,0,0,0),
 (3627,1055000,1060025,4800,43,0,0,0,1,0,0,0),
 (3628,1055000,1060033,8000,44,0,0,0,1,0,0,0),
 (3629,1055000,1060039,19000,45,0,0,0,1,0,0,0),
 (3630,1055000,1060043,40000,46,0,0,0,1,0,0,0),
 (3631,1055000,1060044,40000,47,0,0,0,1,0,0,0),
 (3632,1055000,1061031,2800,48,0,0,0,1,0,0,0),
 (3633,1055000,1061037,4800,49,0,0,0,1,0,0,0),
 (3634,1055000,1061038,4800,50,0,0,0,1,0,0,0),
 (3635,1055000,1061033,8000,51,0,0,0,1,0,0,0),
 (3636,1055000,1061042,12000,52,0,0,0,1,0,0,0),
 (3637,1055000,1061053,18000,53,0,0,0,1,0,0,0),
 (3638,1055000,1061056,18000,54,0,0,0,1,0,0,0),
 (3639,1055000,1061046,40000,55,0,0,0,1,0,0,0),
 (3640,1055000,1072043,2000,56,0,0,0,1,0,0,0),
 (3641,1055000,1072028,4500,57,0,0,0,1,0,0,0),
 (3642,1055000,1072031,4500,58,0,0,0,1,0,0,0),
 (3643,1055000,1072066,9000,59,0,0,0,1,0,0,0),
 (3644,1081000,2000000,5,1,0,0,0,300,0,0,0),
 (3645,1081000,2000001,48,2,0,0,0,300,0,0,0),
 (3646,1081000,2000002,96,3,0,0,0,300,0,0,0),
 (3647,1081000,2000003,20,4,0,0,0,300,0,0,0),
 (3648,1081000,2010000,3,5,0,0,0,300,0,0,0),
 (3649,1081000,2010002,5,6,0,0,0,300,0,0,0),
 (3650,1081000,2010001,10,7,0,0,0,300,0,0,0),
 (3651,1081000,2010003,10,8,0,0,0,300,0,0,0),
 (3652,1081000,2010004,93,9,0,0,0,300,0,0,0),
 (3653,1081000,2020001,66,10,0,0,0,300,0,0,0),
 (3654,1081000,2020005,96,11,0,0,0,300,0,0,0),
 (3655,1081000,2020003,225,12,0,0,0,300,0,0,0),
 (3656,1081000,2020004,225,13,0,0,0,300,0,0,0),
 (3657,1081000,2020006,265,14,0,0,0,300,0,0,0),
 (3658,1081000,2022003,770,15,0,0,0,300,0,0,0),
 (3659,1081000,2020000,126,16,0,0,0,300,0,0,0),
 (3660,1081000,2022000,1155,17,0,0,0,300,0,0,0),
 (3661,1081000,2020002,32,18,0,0,0,300,0,0,0),
 (3662,1081000,2001000,3200,19,0,0,0,300,0,0,0),
 (3663,1081000,2001001,2300,20,0,0,0,300,0,0,0),
 (3664,1081000,2001002,4000,21,0,0,0,300,0,0,0),
 (3665,1081000,2460000,2000,22,0,0,0,100,0,0,0),
 (3666,1081000,2460001,8000,23,0,0,0,100,0,0,0),
 (3667,1081000,2460002,32000,24,0,0,0,100,0,0,0),
 (3668,1081000,2460003,128000,25,0,0,0,100,0,0,0),
 (3669,1081000,2930000,5000,26,0,0,0,100,0,0,0),
 (3670,1081000,2070000,500,27,0,0,0,700,0,0,0),
 (3671,1081000,2330000,600,28,0,0,0,800,0,0,0),
 (3672,1055002,2000000,5,1,0,0,0,300,0,0,0),
 (3673,1055002,2000001,48,2,0,0,0,300,0,0,0),
 (3674,1055002,2000002,96,3,0,0,0,300,0,0,0),
 (3675,1055002,2000003,20,4,0,0,0,300,0,0,0),
 (3676,1055002,2000006,186,5,0,0,0,300,0,0,0),
 (3677,1055002,2002000,500,6,0,0,0,300,0,0,0),
 (3678,1055002,2002001,400,7,0,0,0,300,0,0,0),
 (3679,1055002,2002002,500,8,0,0,0,300,0,0,0),
 (3680,1055002,2002004,500,9,0,0,0,300,0,0,0),
 (3681,1055002,2002005,500,10,0,0,0,300,0,0,0),
 (3682,1055002,2010000,3,11,0,0,0,300,0,0,0),
 (3683,1055002,2010002,5,12,0,0,0,300,0,0,0),
 (3684,1055002,2010001,10,13,0,0,0,300,0,0,0),
 (3685,1055002,2010003,10,14,0,0,0,300,0,0,0),
 (3686,1055002,2010004,93,15,0,0,0,300,0,0,0),
 (3687,1055002,2030000,400,16,0,0,0,100,0,0,0),
 (3688,1055002,2030005,500,17,0,0,0,100,0,0,0),
 (3689,1055002,2060000,1,18,0,0,0,2000,0,0,0),
 (3690,1055002,2061000,1,19,0,0,0,2000,0,0,0),
 (3691,1055002,2060000,1400,20,0,0,0,2000,0,0,0),
 (3692,1055002,2061000,1400,21,0,0,0,2000,0,0,0),
 (3693,1055002,2050000,200,22,0,0,0,100,0,0,0),
 (3694,1055002,2050001,200,23,0,0,0,100,0,0,0),
 (3695,1055002,2050002,300,24,0,0,0,100,0,0,0),
 (3696,1055002,2460000,2000,25,0,0,0,100,0,0,0),
 (3697,1055002,2460001,8000,26,0,0,0,100,0,0,0),
 (3698,1055002,2460002,32000,27,0,0,0,100,0,0,0),
 (3699,1055002,2460003,128000,28,0,0,0,100,0,0,0),
 (3700,1055002,2930000,5000,29,0,0,0,100,0,0,0),
 (3701,1055002,2070000,500,30,0,0,0,700,0,0,0),
 (3702,1055002,2330000,600,31,0,0,0,800,0,0,0),
 (3703,9270055,1302008,40000,1,0,0,0,1,0,0,0),
 (3704,9270055,1302004,100000,2,0,0,0,1,0,0,0),
 (3705,9270055,1302009,225000,3,0,0,0,1,0,0,0),
 (3706,9270055,1312005,40000,4,0,0,0,1,0,0,0),
 (3707,9270055,1312006,100000,5,0,0,0,1,0,0,0),
 (3708,9270055,1312007,175000,6,0,0,0,1,0,0,0),
 (3709,9270055,1322014,40000,7,0,0,0,1,0,0,0),
 (3710,9270055,1322015,100000,8,0,0,0,1,0,0,0),
 (3711,9270055,1322016,175000,9,0,0,0,1,0,0,0),
 (3712,9270055,1332009,42000,10,0,0,0,1,0,0,0),
 (3713,9270055,1332012,40000,11,0,0,0,1,0,0,0),
 (3714,9270055,1332001,200000,12,0,0,0,1,0,0,0),
 (3715,9270055,1332014,375000,13,0,0,0,1,0,0,0),
 (3716,9270055,1332011,425000,14,0,0,0,1,0,0,0),
 (3717,9270055,1372003,38000,15,0,0,0,1,0,0,0),
 (3718,9270055,1372001,175000,16,0,0,0,1,0,0,0),
 (3719,9270055,1372000,400000,17,0,0,0,1,0,0,0),
 (3720,9270055,1382002,20000,18,0,0,0,1,0,0,0),
 (3721,9270055,1402002,150000,19,0,0,0,1,0,0,0),
 (3722,9270055,1402006,350000,20,0,0,0,1,0,0,0),
 (3723,9270055,1402007,450000,21,0,0,0,1,0,0,0),
 (3724,9270055,1412006,45000,22,0,0,0,1,0,0,0),
 (3725,9270055,1412004,200000,23,0,0,0,1,0,0,0),
 (3726,9270055,1412005,250000,24,0,0,0,1,0,0,0),
 (3727,9270055,1422001,45000,25,0,0,0,1,0,0,0),
 (3728,9270055,1422008,200000,26,0,0,0,1,0,0,0),
 (3729,9270055,1422007,250000,27,0,0,0,1,0,0,0),
 (3730,9270055,1432002,60000,28,0,0,0,1,0,0,0),
 (3731,9270055,1432003,175000,29,0,0,0,1,0,0,0),
 (3732,9270055,1432005,225000,30,0,0,0,1,0,0,0),
 (3733,9270055,1442001,60000,31,0,0,0,1,0,0,0),
 (3734,9270055,1442003,175000,32,0,0,0,1,0,0,0),
 (3735,9270055,1442009,300000,33,0,0,0,1,0,0,0),
 (3736,9270055,1452005,150000,34,0,0,0,1,0,0,0),
 (3737,9270055,1452006,250000,35,0,0,0,1,0,0,0),
 (3738,9270055,1452007,375000,36,0,0,0,1,0,0,0),
 (3739,9270055,1462000,30000,37,0,0,0,1,0,0,0),
 (3740,9270055,1462004,200000,38,0,0,0,1,0,0,0),
 (3741,9270055,1462005,250000,39,0,0,0,1,0,0,0),
 (3742,9270055,1472001,20000,40,0,0,0,1,0,0,0),
 (3743,9270055,1472004,30000,41,0,0,0,1,0,0,0),
 (3744,9270055,1472007,60000,42,0,0,0,1,0,0,0),
 (3745,9270055,1482003,20000,43,0,0,0,1,0,0,0),
 (3746,9270055,1482004,52000,44,0,0,0,1,0,0,0),
 (3747,9270055,1482005,100000,45,0,0,0,1,0,0,0),
 (3748,9270055,1482006,150000,46,0,0,0,1,0,0,0),
 (3749,9270055,1492003,22000,47,0,0,0,1,0,0,0),
 (3750,9270055,1492004,50000,48,0,0,0,1,0,0,0),
 (3751,9270055,1492005,100000,49,0,0,0,1,0,0,0),
 (3752,9270055,1492006,160000,50,0,0,0,1,0,0,0),
 (3753,1091001,1002610,900,1,0,0,0,1,0,0,0),
 (3754,1091001,1002613,4000,2,0,0,0,1,0,0,0),
 (3755,1091001,1002616,12000,3,0,0,0,1,0,0,0),
 (3756,1091001,1002619,20000,4,0,0,0,1,0,0,0),
 (3757,1091001,1052095,4000,5,0,0,0,1,0,0,0),
 (3758,1091001,1052098,8000,6,0,0,0,1,0,0,0),
 (3759,1091001,1052101,16000,7,0,0,0,1,0,0,0),
 (3760,1091001,1052104,30000,8,0,0,0,1,0,0,0),
 (3761,1091001,1052107,60000,9,0,0,0,1,0,0,0),
 (3762,1091001,1072285,5000,10,0,0,0,1,0,0,0),
 (3763,1091001,1072288,8000,11,0,0,0,1,0,0,0),
 (3764,1091000,1492000,3000,1,0,0,0,1,0,0,0),
 (3765,1091000,1492001,6000,2,0,0,0,1,0,0,0),
 (3766,1091000,1492002,10000,3,0,0,0,1,0,0,0),
 (3767,1091000,1492003,22000,4,0,0,0,1,0,0,0),
 (3768,1091000,1492004,50000,5,0,0,0,1,0,0,0),
 (3769,1091000,1482000,3000,6,0,0,0,1,0,0,0),
 (3770,1091000,1482001,6000,7,0,0,0,1,0,0,0),
 (3771,1091000,1482002,10000,8,0,0,0,1,0,0,0),
 (3772,1091000,1482003,20000,9,0,0,0,1,0,0,0),
 (3773,1091000,1532004,50000,10,0,0,0,1,0,0,0),
 (3774,1091000,1442004,24000,11,0,0,0,1,0,0,0),
 (3775,1091000,1302007,3000,12,0,0,0,1,0,0,0),
 (3776,1091000,1322007,6000,13,0,0,0,1,0,0,0),
 (3777,1091000,1532000,3000,14,0,0,0,1,0,0,0),
 (3778,1091000,1532001,6000,15,0,0,0,1,0,0,0),
 (3779,1091000,1532002,10000,16,0,0,0,1,0,0,0),
 (3780,1091000,1532003,22000,17,0,0,0,1,0,0,0),
 (3781,2142000,2002000,500,1,0,0,0,300,0,0,0),
 (3782,2142000,2002001,400,2,0,0,0,300,0,0,0),
 (3783,2142000,2002002,500,3,0,0,0,300,0,0,0),
 (3784,2142000,2002004,500,4,0,0,0,300,0,0,0),
 (3785,2142000,2002005,500,5,0,0,0,300,0,0,0),
 (3786,2142000,2001000,3200,6,0,0,0,300,0,0,0),
 (3787,2142000,2001001,2300,7,0,0,0,300,0,0,0),
 (3788,2142000,2001002,4000,8,0,0,0,300,0,0,0),
 (3789,2142000,2010000,3,9,0,0,0,300,0,0,0),
 (3790,2142000,2010002,5,10,0,0,0,300,0,0,0),
 (3791,2142000,2010001,10,11,0,0,0,300,0,0,0),
 (3792,2142000,2010003,10,12,0,0,0,300,0,0,0),
 (3793,2142000,2010004,93,13,0,0,0,300,0,0,0),
 (3794,2142000,2020012,4500,14,0,0,0,300,0,0,0),
 (3795,2142000,2020013,5600,15,0,0,0,300,0,0,0),
 (3796,2142000,2020014,8100,16,0,0,0,300,0,0,0),
 (3797,2142000,2020015,10200,17,0,0,0,300,0,0,0),
 (3798,2142000,2030000,400,18,0,0,0,100,0,0,0),
 (3799,2142000,2060000,1,19,0,0,0,2000,0,0,0),
 (3800,2142000,2061000,1,20,0,0,0,2000,0,0,0),
 (3801,2142000,2060000,1400,21,0,0,0,2000,0,0,0),
 (3802,2142000,2061000,1400,22,0,0,0,2000,0,0,0),
 (3803,2142000,2060001,10,23,0,0,0,1800,0,0,0),
 (3804,2142000,2061001,10,24,0,0,0,1800,0,0,0),
 (3805,2142000,2460000,2000,25,0,0,0,100,0,0,0),
 (3806,2142000,2460001,8000,26,0,0,0,100,0,0,0),
 (3807,2142000,2460002,32000,27,0,0,0,100,0,0,0),
 (3808,2142000,2460003,128000,28,0,0,0,100,0,0,0),
 (3809,2142000,2930000,5000,29,0,0,0,100,0,0,0),
 (3810,2142000,2070000,500,30,0,0,0,500,0,0,0),
 (3811,2142000,2330000,600,31,0,0,0,800,0,0,0),
 (3812,2142000,1372010,39000,53,0,0,0,1,0,0,0),
 (3813,1091002,2000000,5,1,0,0,0,300,0,0,0),
 (3814,1091002,2000001,48,2,0,0,0,300,0,0,0),
 (3815,1091002,2000002,96,3,0,0,0,300,0,0,0),
 (3816,1091002,2000003,20,4,0,0,0,300,0,0,0),
 (3817,1091002,2000006,186,5,0,0,0,300,0,0,0),
 (3818,1091002,2002000,500,6,0,0,0,300,0,0,0),
 (3819,1091002,2002001,400,7,0,0,0,300,0,0,0),
 (3820,1091002,2002002,500,8,0,0,0,300,0,0,0),
 (3821,1091002,2002004,500,9,0,0,0,300,0,0,0),
 (3822,1091002,2002005,500,10,0,0,0,300,0,0,0),
 (3823,1091002,2010000,3,11,0,0,0,300,0,0,0),
 (3824,1091002,2010002,5,12,0,0,0,300,0,0,0),
 (3825,1091002,2010001,10,13,0,0,0,300,0,0,0),
 (3826,1091002,2010003,10,14,0,0,0,300,0,0,0),
 (3827,1091002,2010004,93,15,0,0,0,300,0,0,0),
 (3828,1091002,2020028,2100,16,0,0,0,300,0,0,0),
 (3829,1091002,2030000,400,17,0,0,0,100,0,0,0),
 (3830,1091002,2030019,500,18,0,0,0,100,0,0,0),
 (3831,1091002,2060000,1,19,0,0,0,2000,0,0,0),
 (3832,1091002,2061000,1,20,0,0,0,2000,0,0,0),
 (3833,1091002,2060000,1400,21,0,0,0,2000,0,0,0),
 (3834,1091002,2061000,1400,22,0,0,0,2000,0,0,0),
 (3835,1091002,2460000,2000,23,0,0,0,100,0,0,0),
 (3836,1091002,2460001,8000,24,0,0,0,100,0,0,0),
 (3837,1091002,2460002,32000,25,0,0,0,100,0,0,0),
 (3838,1091002,2460003,128000,26,0,0,0,100,0,0,0),
 (3839,1091002,2930000,5000,27,0,0,0,100,0,0,0),
 (3840,1091002,2070000,500,28,0,0,0,700,0,0,0),
 (3841,1091002,2330000,600,29,0,0,0,800,0,0,0),
 (3842,9270057,2000000,5,1,0,0,0,300,0,0,0),
 (3843,9270057,2000001,48,2,0,0,0,300,0,0,0),
 (3844,9270057,2000002,96,3,0,0,0,300,0,0,0),
 (3845,9270057,2000003,20,4,0,0,0,300,0,0,0),
 (3846,9270057,2000006,186,5,0,0,0,300,0,0,0),
 (3847,9270057,2002000,500,6,0,0,0,300,0,0,0),
 (3848,9270057,2002001,400,7,0,0,0,300,0,0,0),
 (3849,9270057,2002002,500,8,0,0,0,300,0,0,0),
 (3850,9270057,2002004,500,9,0,0,0,300,0,0,0),
 (3851,9270057,2002005,500,10,0,0,0,300,0,0,0),
 (3852,9270057,2022003,770,11,0,0,0,300,0,0,0),
 (3853,9270057,2022000,1155,12,0,0,0,300,0,0,0),
 (3854,9270057,2001000,3200,13,0,0,0,300,0,0,0),
 (3855,9270057,2001001,2300,14,0,0,0,300,0,0,0),
 (3856,9270057,2001002,4000,15,0,0,0,300,0,0,0),
 (3857,9270057,2010000,3,16,0,0,0,300,0,0,0),
 (3858,9270057,2010002,5,17,0,0,0,300,0,0,0),
 (3859,9270057,2010001,10,18,0,0,0,300,0,0,0),
 (3860,9270057,2010003,10,19,0,0,0,300,0,0,0),
 (3861,9270057,2010004,93,20,0,0,0,300,0,0,0),
 (3862,9270057,2020028,2100,21,0,0,0,300,0,0,0),
 (3863,9270057,2050000,200,22,0,0,0,100,0,0,0),
 (3864,9270057,2050001,200,23,0,0,0,100,0,0,0),
 (3865,9270057,2050002,300,24,0,0,0,100,0,0,0),
 (3866,9270057,2050003,500,25,0,0,0,100,0,0,0),
 (3867,9270057,2030000,400,26,0,0,0,100,0,0,0),
 (3868,9270057,2060000,1,27,0,0,0,2000,0,0,0),
 (3869,9270057,2061000,1,28,0,0,0,2000,0,0,0),
 (3870,9270057,2022015,12000,29,0,0,0,300,0,0,0),
 (3871,2012005,2000000,5,1,0,0,0,300,0,0,0),
 (3872,2012005,2000001,48,2,0,0,0,300,0,0,0),
 (3873,2012005,2000002,96,3,0,0,0,300,0,0,0),
 (3874,2012005,2000003,20,4,0,0,0,300,0,0,0),
 (3875,2012005,2000006,186,5,0,0,0,300,0,0,0),
 (3876,2012005,2002000,500,6,0,0,0,300,0,0,0),
 (3877,2012005,2002001,400,7,0,0,0,300,0,0,0),
 (3878,2012005,2002002,500,8,0,0,0,300,0,0,0),
 (3879,2012005,2002004,500,9,0,0,0,300,0,0,0),
 (3880,2012005,2002005,500,10,0,0,0,300,0,0,0),
 (3881,2012005,2022003,770,11,0,0,0,300,0,0,0),
 (3882,2012005,2022000,1155,12,0,0,0,300,0,0,0),
 (3883,2012005,2001000,3200,13,0,0,0,300,0,0,0),
 (3884,2012005,2001001,2300,14,0,0,0,300,0,0,0),
 (3885,2012005,2001002,4000,15,0,0,0,300,0,0,0),
 (3886,2012005,2010000,3,16,0,0,0,300,0,0,0),
 (3887,2012005,2010002,5,17,0,0,0,300,0,0,0),
 (3888,2012005,2010001,10,18,0,0,0,300,0,0,0),
 (3889,2012005,2010003,10,19,0,0,0,300,0,0,0),
 (3890,2012005,2010004,93,20,0,0,0,300,0,0,0),
 (3891,2012005,2020028,2100,21,0,0,0,300,0,0,0),
 (3892,2012005,2050000,200,22,0,0,0,100,0,0,0),
 (3893,2012005,2050001,200,23,0,0,0,100,0,0,0),
 (3894,2012005,2050002,300,24,0,0,0,100,0,0,0),
 (3895,2012005,2050003,500,25,0,0,0,100,0,0,0),
 (3896,2012005,2030000,400,26,0,0,0,100,0,0,0),
 (3897,2012005,2060000,1,27,0,0,0,2000,0,0,0),
 (3898,2012005,2061000,1,28,0,0,0,2000,0,0,0),
 (3899,2012005,2060000,1400,29,0,0,0,2000,0,0,0),
 (3900,2012005,2061000,1400,30,0,0,0,2000,0,0,0),
 (3901,2012005,2460000,2000,31,0,0,0,100,0,0,0),
 (3902,2012005,2460001,8000,32,0,0,0,100,0,0,0),
 (3903,2012005,2460002,32000,33,0,0,0,100,0,0,0),
 (3904,2012005,2460003,128000,34,0,0,0,100,0,0,0),
 (3905,2012005,2930000,5000,35,0,0,0,100,0,0,0),
 (3906,2012005,2070000,500,36,0,0,0,700,0,0,0),
 (3907,2012005,2330000,600,37,0,0,0,800,0,0,0),
 (3908,2012004,1002023,120000,1,0,0,0,1,0,0,0),
 (3909,2012004,1040021,40000,2,0,0,0,1,0,0,0),
 (3910,2012004,1040026,40000,3,0,0,0,1,0,0,0),
 (3911,2012004,1051010,60000,4,0,0,0,1,0,0,0),
 (3912,2012004,1051011,60000,5,0,0,0,1,0,0,0),
 (3913,2012004,1051012,60000,6,0,0,0,1,0,0,0),
 (3914,2012004,1051013,60000,7,0,0,0,1,0,0,0),
 (3915,2012004,1060016,38000,8,0,0,0,1,0,0,0),
 (3916,2012004,1060017,38000,9,0,0,0,1,0,0,0),
 (3917,2012004,1060018,38000,10,0,0,0,1,0,0,0),
 (3918,2012004,1060019,38000,11,0,0,0,1,0,0,0),
 (3919,2012004,1092006,60000,12,0,0,0,1,0,0,0),
 (3920,2012004,1002064,40000,13,0,0,0,1,0,0,0),
 (3921,2012004,1041041,42000,14,0,0,0,1,0,0,0),
 (3922,2012004,1041042,42000,15,0,0,0,1,0,0,0),
 (3923,2012004,1041043,42000,16,0,0,0,1,0,0,0),
 (3924,2012004,1050003,40000,17,0,0,0,1,0,0,0),
 (3925,2012004,1050026,40000,18,0,0,0,1,0,0,0),
 (3926,2012004,1050027,40000,19,0,0,0,1,0,0,0),
 (3927,2012004,1050028,40000,20,0,0,0,1,0,0,0),
 (3928,2012004,1061034,40000,21,0,0,0,1,0,0,0),
 (3929,2012004,1061035,40000,22,0,0,0,1,0,0,0),
 (3930,2012004,1061036,40000,23,0,0,0,1,0,0,0),
 (3931,2012004,1002161,30000,24,0,0,0,1,0,0,0),
 (3932,2012004,1002162,30000,25,0,0,0,1,0,0,0),
 (3933,2012004,1002163,30000,26,0,0,0,1,0,0,0),
 (3934,2012004,1002164,30000,27,0,0,0,1,0,0,0),
 (3935,2012004,1002165,30000,28,0,0,0,1,0,0,0),
 (3936,2012004,1040069,50000,29,0,0,0,1,0,0,0),
 (3937,2012004,1040070,50000,30,0,0,0,1,0,0,0),
 (3938,2012004,1040067,50000,31,0,0,0,1,0,0,0),
 (3939,2012004,1040068,50000,32,0,0,0,1,0,0,0),
 (3940,2012004,1041056,50000,33,0,0,0,1,0,0,0),
 (3941,2012004,1041054,50000,34,0,0,0,1,0,0,0),
 (3942,2012004,1041055,50000,35,0,0,0,1,0,0,0),
 (3943,2012004,1060059,44000,36,0,0,0,1,0,0,0),
 (3944,2012004,1060058,44000,37,0,0,0,1,0,0,0),
 (3945,2012004,1060056,44000,38,0,0,0,1,0,0,0),
 (3946,2012004,1060057,44000,39,0,0,0,1,0,0,0),
 (3947,2012004,1061052,44000,40,0,0,0,1,0,0,0),
 (3948,2012004,1061050,44000,41,0,0,0,1,0,0,0),
 (3949,2012004,1061051,44000,42,0,0,0,1,0,0,0),
 (3950,2012004,1002171,30000,43,0,0,0,1,0,0,0),
 (3951,2012004,1002172,30000,44,0,0,0,1,0,0,0),
 (3952,2012004,1002173,30000,45,0,0,0,1,0,0,0),
 (3953,2012004,1002174,30000,46,0,0,0,1,0,0,0),
 (3954,2012004,1002175,30000,47,0,0,0,1,0,0,0),
 (3955,2012004,1040057,45000,48,0,0,0,1,0,0,0),
 (3956,2012004,1040058,45000,49,0,0,0,1,0,0,0),
 (3957,2012004,1040059,45000,50,0,0,0,1,0,0,0),
 (3958,2012004,1040060,45000,51,0,0,0,1,0,0,0),
 (3959,2012004,1041047,45000,52,0,0,0,1,0,0,0),
 (3960,2012004,1041048,45000,53,0,0,0,1,0,0,0),
 (3961,2012004,1041049,45000,54,0,0,0,1,0,0,0),
 (3962,2012004,1041050,45000,55,0,0,0,1,0,0,0),
 (3963,2012004,1060043,40000,56,0,0,0,1,0,0,0),
 (3964,2012004,1060044,40000,57,0,0,0,1,0,0,0),
 (3965,2012004,1060045,40000,58,0,0,0,1,0,0,0),
 (3966,2012004,1060046,40000,59,0,0,0,1,0,0,0),
 (3967,2012004,1061043,40000,60,0,0,0,1,0,0,0),
 (3968,2012004,1061044,40000,61,0,0,0,1,0,0,0),
 (3969,2012004,1061045,40000,62,0,0,0,1,0,0,0),
 (3970,2012004,1061046,40000,63,0,0,0,1,0,0,0),
 (3971,2012004,1002622,40000,64,0,0,0,1,0,0,0),
 (3972,2012004,1052107,90000,65,0,0,0,1,0,0,0),
 (3973,2012003,1302008,40000,1,0,0,0,1,0,0,0),
 (3974,2012003,1312005,40000,2,0,0,0,1,0,0,0),
 (3975,2012003,1322014,40000,3,0,0,0,1,0,0,0),
 (3976,2012003,1332009,42000,4,0,0,0,1,0,0,0),
 (3977,2012003,1332012,40000,5,0,0,0,1,0,0,0),
 (3978,2012003,1342001,42000,6,0,0,0,1,0,0,0),
 (3979,2012003,1372003,38000,7,0,0,0,1,0,0,0),
 (3980,2012003,1382002,20000,8,0,0,0,1,0,0,0),
 (3981,2012003,1402002,150000,9,0,0,0,1,0,0,0),
 (3982,2012003,1412006,45000,10,0,0,0,1,0,0,0),
 (3983,2012003,1422001,45000,11,0,0,0,1,0,0,0),
 (3984,2012003,1432002,60000,12,0,0,0,1,0,0,0),
 (3985,2012003,1442001,60000,13,0,0,0,1,0,0,0);
INSERT INTO `shopitems` (`shopitemid`,`shopid`,`itemid`,`price`,`position`,`reqitem`,`reqitemq`,`rank`,`buyable`,`category`,`minLevel`,`expiration`) VALUES 
 (3986,2012003,1452005,150000,14,0,0,0,1,0,0,0),
 (3987,2012003,1462000,30000,15,0,0,0,1,0,0,0),
 (3988,2012003,1472001,20000,16,0,0,0,1,0,0,0),
 (3989,2012003,1482004,75000,17,0,0,0,1,0,0,0),
 (3990,2012003,1492004,75000,18,0,0,0,1,0,0,0),
 (3991,2012003,1532004,75000,19,0,0,0,1,0,0,0),
 (3992,2050003,1002004,160000,1,0,0,0,1,0,0,0),
 (3993,2050003,1040000,200000,2,0,0,0,1,0,0,0),
 (3994,2050003,1040085,200000,3,0,0,0,1,0,0,0),
 (3995,2050003,1041084,200000,4,0,0,0,1,0,0,0),
 (3996,2050003,1041085,200000,5,0,0,0,1,0,0,0),
 (3997,2050003,1050000,112500,6,0,0,0,1,0,0,0),
 (3998,2050003,1050021,112500,7,0,0,0,1,0,0,0),
 (3999,2050003,1051001,112500,8,0,0,0,1,0,0,0),
 (4000,2050003,1051014,112500,9,0,0,0,1,0,0,0),
 (4001,2050003,1060075,180000,10,0,0,0,1,0,0,0),
 (4002,2050003,1060074,180000,11,0,0,0,1,0,0,0),
 (4003,2050003,1061083,180000,12,0,0,0,1,0,0,0),
 (4004,2050003,1061084,180000,13,0,0,0,1,0,0,0),
 (4005,2050003,1092001,100000,14,0,0,0,1,0,0,0),
 (4006,2050003,1092002,200000,15,0,0,0,1,0,0,0),
 (4007,2050003,1002141,96000,16,0,0,0,1,0,0,0),
 (4008,2050003,1002142,96000,17,0,0,0,1,0,0,0),
 (4009,2050003,1002143,96000,18,0,0,0,1,0,0,0),
 (4010,2050003,1002144,96000,19,0,0,0,1,0,0,0),
 (4011,2050003,1041052,120000,20,0,0,0,1,0,0,0),
 (4012,2050003,1041051,120000,21,0,0,0,1,0,0,0),
 (4013,2050003,1050031,300000,22,0,0,0,1,0,0,0),
 (4014,2050003,1050002,300000,23,0,0,0,1,0,0,0),
 (4015,2050003,1050035,450000,24,0,0,0,1,0,0,0),
 (4016,2050003,1050038,450000,25,0,0,0,1,0,0,0),
 (4017,2050003,1050036,450000,26,0,0,0,1,0,0,0),
 (4018,2050003,1050037,450000,27,0,0,0,1,0,0,0),
 (4019,2050003,1051023,450000,28,0,0,0,1,0,0,0),
 (4020,2050003,1051025,450000,29,0,0,0,1,0,0,0),
 (4021,2050003,1051024,450000,30,0,0,0,1,0,0,0),
 (4022,2050003,1051027,450000,31,0,0,0,1,0,0,0),
 (4023,2050003,1061048,120000,32,0,0,0,1,0,0,0),
 (4024,2050003,1061047,120000,33,0,0,0,1,0,0,0),
 (4025,2050003,1002138,100000,34,0,0,0,1,0,0,0),
 (4026,2050003,1002139,100000,35,0,0,0,1,0,0,0),
 (4027,2050003,1002135,100000,36,0,0,0,1,0,0,0),
 (4028,2050003,1002137,100000,37,0,0,0,1,0,0,0),
 (4029,2050003,1040072,114000,38,0,0,0,1,0,0,0),
 (4030,2050003,1040073,114000,39,0,0,0,1,0,0,0),
 (4031,2050003,1040074,114000,40,0,0,0,1,0,0,0),
 (4032,2050003,1040076,114000,41,0,0,0,1,0,0,0),
 (4033,2050003,1040081,180000,42,0,0,0,1,0,0,0),
 (4034,2050003,1040079,180000,43,0,0,0,1,0,0,0),
 (4035,2050003,1041066,114000,44,0,0,0,1,0,0,0),
 (4036,2050003,1041069,114000,45,0,0,0,1,0,0,0),
 (4037,2050003,1041065,114000,46,0,0,0,1,0,0,0),
 (4038,2050003,1041067,114000,47,0,0,0,1,0,0,0),
 (4039,2050003,1041082,180000,48,0,0,0,1,0,0,0),
 (4040,2050003,1041081,180000,49,0,0,0,1,0,0,0),
 (4041,2050003,1060062,108000,50,0,0,0,1,0,0,0),
 (4042,2050003,1060065,108000,51,0,0,0,1,0,0,0),
 (4043,2050003,1060061,108000,52,0,0,0,1,0,0,0),
 (4044,2050003,1060063,108000,53,0,0,0,1,0,0,0),
 (4045,2050003,1060070,160000,54,0,0,0,1,0,0,0),
 (4046,2050003,1060069,160000,55,0,0,0,1,0,0,0),
 (4047,2050003,1061061,108000,56,0,0,0,1,0,0,0),
 (4048,2050003,1061064,108000,57,0,0,0,1,0,0,0),
 (4049,2050003,1061060,108000,58,0,0,0,1,0,0,0),
 (4050,2050003,1061062,108000,59,0,0,0,1,0,0,0),
 (4051,2050003,1061081,160000,60,0,0,0,1,0,0,0),
 (4052,2050003,1061080,160000,61,0,0,0,1,0,0,0),
 (4053,2050003,1002176,100000,62,0,0,0,1,0,0,0),
 (4054,2050003,1002177,100000,63,0,0,0,1,0,0,0),
 (4055,2050003,1002178,100000,64,0,0,0,1,0,0,0),
 (4056,2050003,1002179,100000,65,0,0,0,1,0,0,0),
 (4057,2050003,1002180,100000,66,0,0,0,1,0,0,0),
 (4058,2050003,1040063,114000,67,0,0,0,1,0,0,0),
 (4059,2050003,1040062,114000,68,0,0,0,1,0,0,0),
 (4060,2050003,1040061,114000,69,0,0,0,1,0,0,0),
 (4061,2050003,1040082,180000,70,0,0,0,1,0,0,0),
 (4062,2050003,1040083,180000,71,0,0,0,1,0,0,0),
 (4063,2050003,1041075,180000,72,0,0,0,1,0,0,0),
 (4064,2050003,1041074,180000,73,0,0,0,1,0,0,0),
 (4065,2050003,1051007,111000,74,0,0,0,1,0,0,0),
 (4066,2050003,1051008,111000,75,0,0,0,1,0,0,0),
 (4067,2050003,1051009,111000,76,0,0,0,1,0,0,0),
 (4068,2050003,1060051,108000,77,0,0,0,1,0,0,0),
 (4069,2050003,1060050,108000,78,0,0,0,1,0,0,0),
 (4070,2050003,1060052,108000,79,0,0,0,1,0,0,0),
 (4071,2050003,1060071,160000,80,0,0,0,1,0,0,0),
 (4072,2050003,1060072,160000,81,0,0,0,1,0,0,0),
 (4073,2050003,1061070,160000,82,0,0,0,1,0,0,0),
 (4074,2050003,1061069,160000,83,0,0,0,1,0,0,0),
 (4075,2050003,1052110,100000,84,0,0,0,1,0,0,0),
 (4076,2050003,1052113,120000,85,0,0,0,1,0,0,0),
 (4077,2050003,1002625,75000,86,0,0,0,1,0,0,0),
 (4078,9110006,2022026,1800,1,0,0,0,300,0,0,0),
 (4079,9110006,2022027,3800,2,0,0,0,300,0,0,0),
 (4080,1011001,1002008,500,1,0,0,0,1,0,0,0),
 (4081,1011001,1002033,3000,2,0,0,0,1,0,0,0),
 (4082,1011001,1002012,3000,3,0,0,0,1,0,0,0),
 (4083,1011001,1002060,3000,4,0,0,0,1,0,0,0),
 (4084,1011001,1002061,3000,5,0,0,0,1,0,0,0),
 (4085,1011001,1002062,3000,6,0,0,0,1,0,0,0),
 (4086,1011001,1002063,3000,7,0,0,0,1,0,0,0),
 (4087,1011001,1002112,4000,8,0,0,0,1,0,0,0),
 (4088,1011001,1002113,4000,9,0,0,0,1,0,0,0),
 (4089,1011001,1002114,4000,10,0,0,0,1,0,0,0),
 (4090,1011001,1002115,4000,11,0,0,0,1,0,0,0),
 (4091,1011001,1002116,4000,12,0,0,0,1,0,0,0),
 (4092,1011001,1002117,12000,13,0,0,0,1,0,0,0),
 (4093,1011001,1002118,12000,14,0,0,0,1,0,0,0),
 (4094,1011001,1002119,12000,15,0,0,0,1,0,0,0),
 (4095,1011001,1002120,12000,16,0,0,0,1,0,0,0),
 (4096,1011001,1002121,12000,17,0,0,0,1,0,0,0),
 (4097,1011001,1002010,800,18,0,0,0,1,0,0,0),
 (4098,1011001,1002057,800,19,0,0,0,1,0,0,0),
 (4099,1011001,1002156,20000,20,0,0,0,1,0,0,0),
 (4100,1011001,1002157,20000,21,0,0,0,1,0,0,0),
 (4101,1011001,1002158,20000,22,0,0,0,1,0,0,0),
 (4102,1011001,1002159,20000,23,0,0,0,1,0,0,0),
 (4103,1011001,1002160,20000,24,0,0,0,1,0,0,0),
 (4104,1011001,1002161,30000,25,0,0,0,1,0,0,0),
 (4105,1011001,1002162,30000,26,0,0,0,1,0,0,0),
 (4106,1011001,1002163,30000,27,0,0,0,1,0,0,0),
 (4107,1011001,1002164,30000,28,0,0,0,1,0,0,0),
 (4108,1011001,1002165,30000,29,0,0,0,1,0,0,0),
 (4109,1011001,1032001,7000,30,0,0,0,1,0,0,0),
 (4110,1011001,1032003,7000,31,0,0,0,1,0,0,0),
 (4111,1011001,1040008,3200,32,0,0,0,1,0,0,0),
 (4112,1011001,1040071,3200,33,0,0,0,1,0,0,0),
 (4113,1011001,1040007,5500,34,0,0,0,1,0,0,0),
 (4114,1011001,1040011,5500,35,0,0,0,1,0,0,0),
 (4115,1011001,1040003,9000,36,0,0,0,1,0,0,0),
 (4116,1011001,1040022,15000,37,0,0,0,1,0,0,0),
 (4117,1011001,1040023,15000,38,0,0,0,1,0,0,0),
 (4118,1011001,1040024,15000,39,0,0,0,1,0,0,0),
 (4119,1011001,1040025,15000,40,0,0,0,1,0,0,0),
 (4120,1011001,1040067,50000,41,0,0,0,1,0,0,0),
 (4121,1011001,1040068,50000,42,0,0,0,1,0,0,0),
 (4122,1011001,1040069,50000,43,0,0,0,1,0,0,0),
 (4123,1011001,1040070,50000,44,0,0,0,1,0,0,0),
 (4124,1011001,1041007,3200,45,0,0,0,1,0,0,0),
 (4125,1011001,1041061,3200,46,0,0,0,1,0,0,0),
 (4126,1011001,1041008,5500,47,0,0,0,1,0,0,0),
 (4127,1011001,1041062,5500,48,0,0,0,1,0,0,0),
 (4128,1011001,1041063,5500,49,0,0,0,1,0,0,0),
 (4129,1011001,1041013,9000,50,0,0,0,1,0,0,0),
 (4130,1011001,1041027,9000,51,0,0,0,1,0,0,0),
 (4131,1011001,1041028,9000,52,0,0,0,1,0,0,0),
 (4132,1011001,1041032,15000,53,0,0,0,1,0,0,0),
 (4133,1011001,1041033,15000,54,0,0,0,1,0,0,0),
 (4134,1011001,1041034,15000,55,0,0,0,1,0,0,0),
 (4135,1011001,1041035,15000,56,0,0,0,1,0,0,0),
 (4136,1011001,1041054,50000,57,0,0,0,1,0,0,0),
 (4137,1011001,1041055,50000,58,0,0,0,1,0,0,0),
 (4138,1011001,1041056,50000,59,0,0,0,1,0,0,0),
 (4139,1011001,1060005,14000,60,0,0,0,1,0,0,0),
 (4140,1011001,1060056,44000,61,0,0,0,1,0,0,0),
 (4141,1011001,1060057,44000,62,0,0,0,1,0,0,0),
 (4142,1011001,1060058,44000,63,0,0,0,1,0,0,0),
 (4143,1011001,1060059,44000,64,0,0,0,1,0,0,0),
 (4144,1011001,1061009,3000,65,0,0,0,1,0,0,0),
 (4145,1011001,1061057,3000,66,0,0,0,1,0,0,0),
 (4146,1011001,1061006,5000,67,0,0,0,1,0,0,0),
 (4147,1011001,1061058,5000,68,0,0,0,1,0,0,0),
 (4148,1011001,1061059,5000,69,0,0,0,1,0,0,0),
 (4149,1011001,1061024,9000,70,0,0,0,1,0,0,0),
 (4150,1011001,1061025,9000,71,0,0,0,1,0,0,0),
 (4151,1011001,1061026,9000,72,0,0,0,1,0,0,0),
 (4152,1011001,1061050,44000,73,0,0,0,1,0,0,0),
 (4153,1011001,1061051,44000,74,0,0,0,1,0,0,0),
 (4154,1011001,1061052,44000,75,0,0,0,1,0,0,0),
 (4155,1011001,1062004,3000,76,0,0,0,1,0,0,0),
 (4156,1011001,1062002,9000,77,0,0,0,1,0,0,0),
 (4157,1011001,1062006,13000,78,0,0,0,1,0,0,0),
 (4158,1011001,1072015,1800,79,0,0,0,1,0,0,0),
 (4159,1011001,1072059,1800,80,0,0,0,1,0,0,0),
 (4160,1011001,1072016,4500,81,0,0,0,1,0,0,0),
 (4161,1011001,1072060,4500,82,0,0,0,1,0,0,0),
 (4162,1011001,1072061,4500,83,0,0,0,1,0,0,0),
 (4163,1011001,1072025,9000,84,0,0,0,1,0,0,0),
 (4164,1011001,1072026,9000,85,0,0,0,1,0,0,0),
 (4165,1011001,1072067,9000,86,0,0,0,1,0,0,0),
 (4166,1011001,1072068,9000,87,0,0,0,1,0,0,0),
 (4167,1011001,1072012,15000,88,0,0,0,1,0,0,0),
 (4168,1011001,1072054,15000,89,0,0,0,1,0,0,0),
 (4169,1011001,1072055,15000,90,0,0,0,1,0,0,0),
 (4170,1011001,1072056,15000,91,0,0,0,1,0,0,0),
 (4171,1011001,1072018,30000,92,0,0,0,1,0,0,0),
 (4172,1011001,1072064,30000,93,0,0,0,1,0,0,0),
 (4173,9110007,2022017,1100,1,0,0,0,300,0,0,0),
 (4174,9110007,2022018,1600,2,0,0,0,300,0,0,0),
 (4175,9110007,2022019,850,3,0,0,0,300,0,0,0),
 (4176,9110007,2022020,550,4,0,0,0,300,0,0,0),
 (4177,1011000,1452002,3000,1,0,0,0,1,0,0,0),
 (4178,1011000,1452003,6000,2,0,0,0,1,0,0,0),
 (4179,1011000,1452001,10000,3,0,0,0,1,0,0,0),
 (4180,1011000,1452000,20000,4,0,0,0,1,0,0,0),
 (4181,1011000,1462001,4000,5,0,0,0,1,0,0,0),
 (4182,1011000,1462002,8000,6,0,0,0,1,0,0,0),
 (4183,1011000,1462003,12000,7,0,0,0,1,0,0,0),
 (4184,1011000,1462000,30000,8,0,0,0,1,0,0,0),
 (4185,1011000,1302007,3000,9,0,0,0,1,0,0,0),
 (4186,1011000,1322007,6000,10,0,0,0,1,0,0,0),
 (4187,1011000,1322008,12000,11,0,0,0,1,0,0,0),
 (4188,1011000,1422004,20000,12,0,0,0,1,0,0,0),
 (4189,1011000,1442004,24000,13,0,0,0,1,0,0,0),
 (4190,9110004,2022014,650,1,0,0,0,300,0,0,0),
 (4191,9110004,2022023,1350,2,0,0,0,300,0,0,0),
 (4192,2050000,1302004,100000,1,0,0,0,1,0,0,0),
 (4193,2050000,1302009,225000,2,0,0,0,1,0,0,0),
 (4194,2050000,1312006,100000,3,0,0,0,1,0,0,0),
 (4195,2050000,1312007,175000,4,0,0,0,1,0,0,0),
 (4196,2050000,1322015,100000,5,0,0,0,1,0,0,0),
 (4197,2050000,1322016,175000,6,0,0,0,1,0,0,0),
 (4198,2050000,1332001,200000,7,0,0,0,1,0,0,0),
 (4199,2050000,1332014,375000,8,0,0,0,1,0,0,0),
 (4200,2050000,1332011,425000,9,0,0,0,1,0,0,0),
 (4201,2050000,1342002,175000,10,0,0,0,1,0,0,0),
 (4202,2050000,1372001,175000,11,0,0,0,1,0,0,0),
 (4203,2050000,1372000,400000,12,0,0,0,1,0,0,0),
 (4204,2050000,1402006,350000,13,0,0,0,1,0,0,0),
 (4205,2050000,1402007,450000,14,0,0,0,1,0,0,0),
 (4206,2050000,1412004,200000,15,0,0,0,1,0,0,0),
 (4207,2050000,1412005,250000,16,0,0,0,1,0,0,0),
 (4208,2050000,1422008,200000,17,0,0,0,1,0,0,0),
 (4209,2050000,1422007,250000,18,0,0,0,1,0,0,0),
 (4210,2050000,1432003,175000,19,0,0,0,1,0,0,0),
 (4211,2050000,1432005,225000,20,0,0,0,1,0,0,0),
 (4212,2050000,1442003,175000,21,0,0,0,1,0,0,0),
 (4213,2050000,1442009,300000,22,0,0,0,1,0,0,0),
 (4214,2050000,1452006,250000,23,0,0,0,1,0,0,0),
 (4215,2050000,1452007,375000,24,0,0,0,1,0,0,0),
 (4216,2050000,1462004,200000,25,0,0,0,1,0,0,0),
 (4217,2050000,1462005,250000,26,0,0,0,1,0,0,0),
 (4218,2050000,1472004,30000,27,0,0,0,1,0,0,0),
 (4219,2050000,1472007,60000,28,0,0,0,1,0,0,0),
 (4220,2050000,1482005,100000,29,0,0,0,1,0,0,0),
 (4221,2050000,1482006,150000,30,0,0,0,1,0,0,0),
 (4222,2050000,1492005,100000,31,0,0,0,1,0,0,0),
 (4223,2050000,1492006,160000,32,0,0,0,1,0,0,0),
 (4224,2050000,1532005,100000,33,0,0,0,1,0,0,0),
 (4225,2050000,1532006,160000,34,0,0,0,1,0,0,0),
 (4226,9110005,2022024,2000,1,0,0,0,300,0,0,0),
 (4227,9110005,2022025,4200,2,0,0,0,300,0,0,0),
 (4228,9110003,2022021,550,1,0,0,0,300,0,0,0),
 (4229,9110003,2022022,1300,2,0,0,0,300,0,0,0),
 (4230,1200002,2000000,5,1,0,0,0,300,0,0,0),
 (4231,1200002,2000001,48,2,0,0,0,300,0,0,0),
 (4232,1200002,2000002,96,3,0,0,0,300,0,0,0),
 (4233,1200002,2000003,20,4,0,0,0,300,0,0,0),
 (4234,1200002,2000006,186,5,0,0,0,300,0,0,0),
 (4235,1200002,2002000,500,6,0,0,0,300,0,0,0),
 (4236,1200002,2002001,400,7,0,0,0,300,0,0,0),
 (4237,1200002,2002002,500,8,0,0,0,300,0,0,0),
 (4238,1200002,2002004,500,9,0,0,0,300,0,0,0),
 (4239,1200002,2002005,500,10,0,0,0,300,0,0,0),
 (4240,1200002,2010000,3,11,0,0,0,300,0,0,0),
 (4241,1200002,2010002,5,12,0,0,0,300,0,0,0),
 (4242,1200002,2010001,10,13,0,0,0,300,0,0,0),
 (4243,1200002,2010003,10,14,0,0,0,300,0,0,0),
 (4244,1200002,2010004,93,15,0,0,0,300,0,0,0),
 (4245,1200002,2030000,400,16,0,0,0,100,0,0,0),
 (4246,1200002,2050000,200,17,0,0,0,100,0,0,0),
 (4247,1200002,2050001,200,18,0,0,0,100,0,0,0),
 (4248,1200002,2050002,300,19,0,0,0,100,0,0,0),
 (4249,1200002,2460000,2000,20,0,0,0,100,0,0,0),
 (4250,1200002,2460001,8000,21,0,0,0,100,0,0,0),
 (4251,1200002,2460002,32000,22,0,0,0,100,0,0,0),
 (4252,1200002,2460003,128000,23,0,0,0,100,0,0,0),
 (4253,1200002,2930000,5000,24,0,0,0,100,0,0,0),
 (4254,1021001,1002043,2400,1,0,0,0,1,0,0,0),
 (4255,1021001,1002039,2700,2,0,0,0,1,0,0,0),
 (4256,1021001,1002051,3500,3,0,0,0,1,0,0,0),
 (4257,1021001,1002055,8700,4,0,0,0,1,0,0,0),
 (4258,1021001,1002059,8500,5,0,0,0,1,0,0,0),
 (4259,1021001,1002027,11500,6,0,0,0,1,0,0,0),
 (4260,1021001,1002005,19000,7,0,0,0,1,0,0,0),
 (4261,1021001,1040015,3200,8,0,0,0,1,0,0,0),
 (4262,1021001,1040038,3200,9,0,0,0,1,0,0,0),
 (4263,1021001,1040009,5500,10,0,0,0,1,0,0,0),
 (4264,1021001,1040037,5500,11,0,0,0,1,0,0,0),
 (4265,1021001,1040012,9000,12,0,0,0,1,0,0,0),
 (4266,1021001,1040039,9000,13,0,0,0,1,0,0,0),
 (4267,1021001,1040040,16000,14,0,0,0,1,0,0,0),
 (4268,1021001,1040016,16000,15,0,0,0,1,0,0,0),
 (4269,1021001,1040041,16000,16,0,0,0,1,0,0,0),
 (4270,1021001,1040021,40000,17,0,0,0,1,0,0,0),
 (4271,1021001,1040026,40000,18,0,0,0,1,0,0,0),
 (4272,1021001,1041014,3200,19,0,0,0,1,0,0,0),
 (4273,1021001,1041064,3200,20,0,0,0,1,0,0,0),
 (4274,1021001,1041019,9000,21,0,0,0,1,0,0,0),
 (4275,1021001,1041020,9000,22,0,0,0,1,0,0,0),
 (4276,1021001,1041021,9000,23,0,0,0,1,0,0,0),
 (4277,1021001,1041022,16000,24,0,0,0,1,0,0,0),
 (4278,1021001,1041023,16000,25,0,0,0,1,0,0,0),
 (4279,1021001,1041024,16000,26,0,0,0,1,0,0,0),
 (4280,1021001,1050005,15000,27,0,0,0,1,0,0,0),
 (4281,1021001,1050006,15000,28,0,0,0,1,0,0,0),
 (4282,1021001,1050007,15000,29,0,0,0,1,0,0,0),
 (4283,1021001,1050011,70000,30,0,0,0,1,0,0,0),
 (4284,1021001,1051000,8000,31,0,0,0,1,0,0,0),
 (4285,1021001,1051010,60000,32,0,0,0,1,0,0,0),
 (4286,1021001,1051011,60000,33,0,0,0,1,0,0,0),
 (4287,1021001,1051012,60000,34,0,0,0,1,0,0,0),
 (4288,1021001,1051013,60000,35,0,0,0,1,0,0,0),
 (4289,1021001,1060008,3000,36,0,0,0,1,0,0,0),
 (4290,1021001,1060028,3000,37,0,0,0,1,0,0,0),
 (4291,1021001,1060009,5000,38,0,0,0,1,0,0,0),
 (4292,1021001,1060027,5000,39,0,0,0,1,0,0,0),
 (4293,1021001,1060010,9000,40,0,0,0,1,0,0,0),
 (4294,1021001,1060029,9000,41,0,0,0,1,0,0,0),
 (4295,1021001,1060011,14000,42,0,0,0,1,0,0,0),
 (4296,1021001,1060030,14000,43,0,0,0,1,0,0,0),
 (4297,1021001,1060060,14000,44,0,0,0,1,0,0,0),
 (4298,1021001,1060016,38000,45,0,0,0,1,0,0,0),
 (4299,1021001,1060017,38000,46,0,0,0,1,0,0,0),
 (4300,1021001,1060018,38000,47,0,0,0,1,0,0,0),
 (4301,1021001,1060019,38000,48,0,0,0,1,0,0,0),
 (4302,1021001,1061014,3000,49,0,0,0,1,0,0,0),
 (4303,1021001,1061023,3000,50,0,0,0,1,0,0,0),
 (4304,1021001,1061016,9000,51,0,0,0,1,0,0,0),
 (4305,1021001,1061017,9000,52,0,0,0,1,0,0,0),
 (4306,1021001,1061018,9000,53,0,0,0,1,0,0,0),
 (4307,1021001,1061015,14000,54,0,0,0,1,0,0,0),
 (4308,1021001,1061019,14000,55,0,0,0,1,0,0,0),
 (4309,1021001,1061020,14000,56,0,0,0,1,0,0,0),
 (4310,1021001,1072009,5000,57,0,0,0,1,0,0,0),
 (4311,1021001,1072050,5000,58,0,0,0,1,0,0,0),
 (4312,1021001,1072007,10000,59,0,0,0,1,0,0,0),
 (4313,1021001,1072046,10000,60,0,0,0,1,0,0,0),
 (4314,1021001,1072047,10000,61,0,0,0,1,0,0,0),
 (4315,1021001,1072011,15000,62,0,0,0,1,0,0,0),
 (4316,1021001,1092005,4000,63,0,0,0,1,0,0,0),
 (4317,1021001,1092000,6000,64,0,0,0,1,0,0,0),
 (4318,1021000,1302007,3000,1,0,0,0,1,0,0,0),
 (4319,1021000,1302005,6000,2,0,0,0,1,0,0,0),
 (4320,1021000,1302002,10000,3,0,0,0,1,0,0,0),
 (4321,1021000,1302006,10000,4,0,0,0,1,0,0,0),
 (4322,1021000,1302003,20000,5,0,0,0,1,0,0,0),
 (4323,1021000,1302008,40000,6,0,0,0,1,0,0,0),
 (4324,1021000,1332006,7000,7,0,0,0,1,0,0,0),
 (4325,1021000,1332008,10000,8,0,0,0,1,0,0,0),
 (4326,1021000,1332010,22000,9,0,0,0,1,0,0,0),
 (4327,1021000,1312001,6000,10,0,0,0,1,0,0,0),
 (4328,1021000,1312003,20000,11,0,0,0,1,0,0,0),
 (4329,1021000,1312005,40000,12,0,0,0,1,0,0,0),
 (4330,1021000,1322000,6000,13,0,0,0,1,0,0,0),
 (4331,1021000,1322002,10000,14,0,0,0,1,0,0,0),
 (4332,1021000,1322004,22000,15,0,0,0,1,0,0,0),
 (4333,1021000,1322014,40000,16,0,0,0,1,0,0,0),
 (4334,1021000,1342000,10000,17,0,0,0,1,0,0,0),
 (4335,1021000,1342001,42000,18,0,0,0,1,0,0,0),
 (4336,1021000,1402001,3000,19,0,0,0,1,0,0,0),
 (4337,1021000,1402000,12000,20,0,0,0,1,0,0,0),
 (4338,1021000,1402008,22000,21,0,0,0,1,0,0,0),
 (4339,1021000,1412001,3000,22,0,0,0,1,0,0,0),
 (4340,1021000,1412002,10000,23,0,0,0,1,0,0,0),
 (4341,1021000,1412000,22000,24,0,0,0,1,0,0,0),
 (4342,1021000,1412006,45000,25,0,0,0,1,0,0,0),
 (4343,1021000,1422000,3000,26,0,0,0,1,0,0,0),
 (4344,1021000,1422002,6000,27,0,0,0,1,0,0,0),
 (4345,1021000,1422003,10000,28,0,0,0,1,0,0,0),
 (4346,1021000,1422006,10000,29,0,0,0,1,0,0,0),
 (4347,1021000,1422004,20000,30,0,0,0,1,0,0,0),
 (4348,1021000,1432000,3000,31,0,0,0,1,0,0,0),
 (4349,1021000,1432001,7000,32,0,0,0,1,0,0,0),
 (4350,1021000,1442000,3000,33,0,0,0,1,0,0,0),
 (4351,1021000,1442006,8000,34,0,0,0,1,0,0,0),
 (4352,1021000,1442007,12000,35,0,0,0,1,0,0,0),
 (4353,1021000,1442004,24000,36,0,0,0,1,0,0,0),
 (4354,1200001,1442000,3000,1,0,0,0,1,0,0,0),
 (4355,1200001,1442006,8000,2,0,0,0,1,0,0,0),
 (4356,1200001,1442007,12000,3,0,0,0,1,0,0,0),
 (4357,1200001,1040002,50,4,0,0,0,1,0,0,0),
 (4358,1200001,1040006,50,5,0,0,0,1,0,0,0),
 (4359,1200001,1040010,50,6,0,0,0,1,0,0,0),
 (4360,1200001,1041002,50,7,0,0,0,1,0,0,0),
 (4361,1200001,1041006,50,8,0,0,0,1,0,0,0),
 (4362,1200001,1041010,50,9,0,0,0,1,0,0,0),
 (4363,1200001,1041011,50,10,0,0,0,1,0,0,0),
 (4364,1200001,1060002,50,11,0,0,0,1,0,0,0),
 (4365,1200001,1060006,50,12,0,0,0,1,0,0,0),
 (4366,1200001,1061002,50,13,0,0,0,1,0,0,0),
 (4367,1200001,1061008,50,14,0,0,0,1,0,0,0),
 (4368,1200001,1072001,50,15,0,0,0,1,0,0,0),
 (4369,1200001,1072005,50,16,0,0,0,1,0,0,0),
 (4370,1032103,2040000,35000,1,0,0,0,100,0,0,0),
 (4371,1032103,2040400,35000,2,0,0,0,100,0,0,0),
 (4372,1032103,2040600,35000,3,0,0,0,100,0,0,0),
 (4373,1032103,2040700,35000,4,0,0,0,100,0,0,0),
 (4374,1032103,2040300,35000,5,0,0,0,100,0,0,0),
 (4375,1032103,2044500,70000,6,0,0,0,100,0,0,0),
 (4376,1032103,2044600,70000,7,0,0,0,100,0,0,0),
 (4377,1032103,2043700,70000,8,0,0,0,100,0,0,0),
 (4378,1032103,2043800,70000,9,0,0,0,100,0,0,0),
 (4379,1032103,2044800,70000,10,0,0,0,100,0,0,0),
 (4380,1032103,2044900,70000,11,0,0,0,100,0,0,0),
 (4381,1032103,2043400,70000,12,0,0,0,100,0,0,0),
 (4382,2020001,1302004,100000,1,0,0,0,1,0,0,0),
 (4383,2020001,1302009,225000,2,0,0,0,1,0,0,0),
 (4384,2020001,1312006,100000,3,0,0,0,1,0,0,0),
 (4385,2020001,1312007,175000,4,0,0,0,1,0,0,0),
 (4386,2020001,1322015,100000,5,0,0,0,1,0,0,0),
 (4387,2020001,1322016,175000,6,0,0,0,1,0,0,0),
 (4388,2020001,1332001,200000,7,0,0,0,1,0,0,0),
 (4389,2020001,1332014,375000,8,0,0,0,1,0,0,0),
 (4390,2020001,1332011,425000,9,0,0,0,1,0,0,0),
 (4391,2020001,1342002,175000,10,0,0,0,1,0,0,0),
 (4392,2020001,1372001,175000,11,0,0,0,1,0,0,0),
 (4393,2020001,1372000,400000,12,0,0,0,1,0,0,0),
 (4394,2020001,1402006,350000,13,0,0,0,1,0,0,0),
 (4395,2020001,1402007,450000,14,0,0,0,1,0,0,0),
 (4396,2020001,1412004,200000,15,0,0,0,1,0,0,0),
 (4397,2020001,1412005,250000,16,0,0,0,1,0,0,0),
 (4398,2020001,1422008,200000,17,0,0,0,1,0,0,0),
 (4399,2020001,1422007,250000,18,0,0,0,1,0,0,0),
 (4400,2020001,1432003,175000,19,0,0,0,1,0,0,0),
 (4401,2020001,1432005,225000,20,0,0,0,1,0,0,0),
 (4402,2020001,1442003,175000,21,0,0,0,1,0,0,0),
 (4403,2020001,1442009,300000,22,0,0,0,1,0,0,0),
 (4404,2020001,1452006,250000,23,0,0,0,1,0,0,0),
 (4405,2020001,1452007,375000,24,0,0,0,1,0,0,0),
 (4406,2020001,1462004,200000,25,0,0,0,1,0,0,0),
 (4407,2020001,1462005,250000,26,0,0,0,1,0,0,0),
 (4408,2020001,1472004,30000,27,0,0,0,1,0,0,0),
 (4409,2020001,1472007,60000,28,0,0,0,1,0,0,0),
 (4410,2020001,1482005,100000,29,0,0,0,1,0,0,0),
 (4411,2020001,1482006,150000,30,0,0,0,1,0,0,0),
 (4412,2020001,1492005,100000,31,0,0,0,1,0,0,0),
 (4413,2020001,1492006,160000,32,0,0,0,1,0,0,0),
 (4414,2020001,1532005,100000,33,0,0,0,1,0,0,0),
 (4415,2020001,1532006,160000,34,0,0,0,1,0,0,0),
 (4416,9120002,2060003,40,1,0,0,0,1000,0,0,0),
 (4417,9120002,2000001,160,2,0,0,0,300,0,0,0),
 (4418,9120002,2000002,320,3,0,0,0,300,0,0,0),
 (4419,9120002,2001001,2300,4,0,0,0,300,0,0,0),
 (4420,9120002,2020012,4500,5,0,0,0,300,0,0,0),
 (4421,9120002,2000003,200,6,0,0,0,300,0,0,0),
 (4422,9120002,2000006,620,7,0,0,0,300,0,0,0),
 (4423,9120002,2001002,4000,8,0,0,0,300,0,0,0),
 (4424,9120002,2022002,1000,9,0,0,0,1,0,0,0),
 (4425,9120002,2020014,8100,10,0,0,0,300,0,0,0),
 (4426,9120002,2070000,500,11,0,0,0,700,0,0,0),
 (4427,9120002,2330000,600,12,0,0,0,800,0,0,0),
 (4428,1100001,1302000,50,1,0,0,0,1,0,0,0),
 (4429,1100001,1312004,50,2,0,0,0,1,0,0,0),
 (4430,1100001,1322005,50,3,0,0,0,1,0,0,0),
 (4431,1100001,1332005,500,4,0,0,0,1,0,0,0),
 (4432,1100001,1040002,50,5,0,0,0,1,0,0,0),
 (4433,1100001,1040006,50,6,0,0,0,1,0,0,0),
 (4434,1100001,1040010,50,7,0,0,0,1,0,0,0),
 (4435,1100001,1041002,50,8,0,0,0,1,0,0,0),
 (4436,1100001,1041006,50,9,0,0,0,1,0,0,0),
 (4437,1100001,1041010,50,10,0,0,0,1,0,0,0),
 (4438,1100001,1041011,50,11,0,0,0,1,0,0,0),
 (4439,1100001,1060002,50,12,0,0,0,1,0,0,0),
 (4440,1100001,1060006,50,13,0,0,0,1,0,0,0),
 (4441,1100001,1061002,50,14,0,0,0,1,0,0,0),
 (4442,1100001,1061008,50,15,0,0,0,1,0,0,0),
 (4443,1100001,1072001,50,16,0,0,0,1,0,0,0),
 (4444,1100001,1072005,50,17,0,0,0,1,0,0,0),
 (4445,1100002,2000000,5,1,0,0,0,300,0,0,0),
 (4446,1100002,2000001,48,2,0,0,0,300,0,0,0),
 (4447,1100002,2000002,96,3,0,0,0,300,0,0,0),
 (4448,1100002,2000003,20,4,0,0,0,300,0,0,0),
 (4449,1100002,2000006,186,5,0,0,0,300,0,0,0),
 (4450,1100002,2002000,500,6,0,0,0,300,0,0,0),
 (4451,1100002,2002001,400,7,0,0,0,300,0,0,0),
 (4452,1100002,2002002,500,8,0,0,0,300,0,0,0),
 (4453,1100002,2002004,500,9,0,0,0,300,0,0,0),
 (4454,1100002,2002005,500,10,0,0,0,300,0,0,0),
 (4455,1100002,2010000,3,11,0,0,0,300,0,0,0),
 (4456,1100002,2010002,5,12,0,0,0,300,0,0,0),
 (4457,1100002,2010001,10,13,0,0,0,300,0,0,0),
 (4458,1100002,2010003,10,14,0,0,0,300,0,0,0),
 (4459,1100002,2010004,93,15,0,0,0,300,0,0,0),
 (4460,1100002,2030000,400,16,0,0,0,100,0,0,0),
 (4461,1100002,2060000,1,17,0,0,0,2000,0,0,0),
 (4462,1100002,2061000,1,18,0,0,0,2000,0,0,0),
 (4463,1100002,2060000,1400,19,0,0,0,2000,0,0,0),
 (4464,1100002,2061000,1400,20,0,0,0,2000,0,0,0),
 (4465,1100002,2050000,200,21,0,0,0,100,0,0,0),
 (4466,1100002,2050001,200,22,0,0,0,100,0,0,0),
 (4467,1100002,2050002,300,23,0,0,0,100,0,0,0),
 (4468,1100002,2460000,2000,24,0,0,0,100,0,0,0),
 (4469,1100002,2460001,8000,25,0,0,0,100,0,0,0),
 (4470,1100002,2460002,32000,26,0,0,0,100,0,0,0),
 (4471,1100002,2460003,128000,27,0,0,0,100,0,0,0),
 (4472,1100002,2930000,5000,28,0,0,0,100,0,0,0),
 (4473,1100002,2070000,500,29,0,0,0,700,0,0,0),
 (4474,1100002,2330000,600,30,0,0,0,800,0,0,0),
 (4475,9120000,1382011,2000000,1,0,0,0,1,0,0,0),
 (4476,9120000,1332024,2000000,2,0,0,0,1,0,0,0),
 (4477,9120000,1302022,80000,3,0,0,0,1,0,0,0),
 (4478,9120000,1302021,1250000,4,0,0,0,1,0,0,0),
 (4479,9120000,1462006,500000,5,0,0,0,1,0,0,0),
 (4480,9120000,1402010,150000,6,0,0,0,1,0,0,0),
 (4481,9120000,1432008,150000,7,0,0,0,1,0,0,0),
 (4482,9120000,1402009,30000,8,0,0,0,1,0,0,0),
 (4483,9120000,1322012,15000,9,0,0,0,1,0,0,0),
 (4484,9120000,1312013,100000,10,0,0,0,1,0,0,0),
 (4485,9120000,1472008,250000,11,0,0,0,1,0,0,0),
 (4486,9120004,1050100,30000,1,0,0,0,1,0,0,0),
 (4487,9120004,2030008,400,2,0,0,0,100,0,0,0),
 (4488,9120004,2030009,500,3,0,0,0,100,0,0,0),
 (4489,9120004,2030010,500,4,0,0,0,100,0,0,0),
 (4490,1051002,2000000,5,1,0,0,0,300,0,0,0),
 (4491,1051002,2000001,48,2,0,0,0,300,0,0,0),
 (4492,1051002,2000002,96,3,0,0,0,300,0,0,0),
 (4493,1051002,2000003,20,4,0,0,0,300,0,0,0),
 (4494,1051002,2000006,186,5,0,0,0,300,0,0,0),
 (4495,1051002,2002000,500,6,0,0,0,300,0,0,0),
 (4496,1051002,2002001,400,7,0,0,0,300,0,0,0),
 (4497,1051002,2002002,500,8,0,0,0,300,0,0,0),
 (4498,1051002,2002004,500,9,0,0,0,300,0,0,0),
 (4499,1051002,2002005,500,10,0,0,0,300,0,0,0),
 (4500,1051002,2010000,3,11,0,0,0,300,0,0,0),
 (4501,1051002,2010002,5,12,0,0,0,300,0,0,0),
 (4502,1051002,2010001,10,13,0,0,0,300,0,0,0),
 (4503,1051002,2010003,10,14,0,0,0,300,0,0,0),
 (4504,1051002,2010004,93,15,0,0,0,300,0,0,0),
 (4505,1051002,2030000,400,16,0,0,0,100,0,0,0),
 (4506,1051002,2030005,500,17,0,0,0,100,0,0,0),
 (4507,1051002,2060000,1,18,0,0,0,2000,0,0,0),
 (4508,1051002,2061000,1,19,0,0,0,2000,0,0,0),
 (4509,1051002,2060000,1400,20,0,0,0,2000,0,0,0),
 (4510,1051002,2061000,1400,21,0,0,0,2000,0,0,0),
 (4511,1051002,2050000,200,22,0,0,0,100,0,0,0),
 (4512,1051002,2050001,200,23,0,0,0,100,0,0,0),
 (4513,1051002,2050002,300,24,0,0,0,100,0,0,0),
 (4514,1051002,2460000,2000,25,0,0,0,100,0,0,0),
 (4515,1051002,2460001,8000,26,0,0,0,100,0,0,0),
 (4516,1051002,2460002,32000,27,0,0,0,100,0,0,0),
 (4517,1051002,2460003,128000,28,0,0,0,100,0,0,0),
 (4518,1051002,2930000,5000,29,0,0,0,100,0,0,0),
 (4519,1051002,2070000,500,30,0,0,0,700,0,0,0),
 (4520,1051002,2330000,600,31,0,0,0,800,0,0,0),
 (4521,1051000,1302007,3000,1,0,0,0,1,0,0,0),
 (4522,1051000,1332000,4000,2,0,0,0,1,0,0,0),
 (4523,1051000,1332006,7000,3,0,0,0,1,0,0,0),
 (4524,1051000,1332002,8000,4,0,0,0,1,0,0,0),
 (4525,1051000,1332008,10000,5,0,0,0,1,0,0,0),
 (4526,1051000,1332013,15000,6,0,0,0,1,0,0,0),
 (4527,1051000,1332010,22000,7,0,0,0,1,0,0,0),
 (4528,1051000,1332004,38000,8,0,0,0,1,0,0,0),
 (4529,1051000,1332012,40000,9,0,0,0,1,0,0,0),
 (4530,1051000,1332009,42000,10,0,0,0,1,0,0,0),
 (4531,1051000,1322009,20000,11,0,0,0,1,0,0,0),
 (4532,1051000,1402001,3000,12,0,0,0,1,0,0,0),
 (4533,1051000,1412001,3000,13,0,0,0,1,0,0,0),
 (4534,1051000,1422000,3000,14,0,0,0,1,0,0,0),
 (4535,1051000,1432000,3000,15,0,0,0,1,0,0,0),
 (4536,1051000,1432001,7000,16,0,0,0,1,0,0,0),
 (4537,1051000,1442000,3000,17,0,0,0,1,0,0,0),
 (4538,1051000,1472000,3000,18,0,0,0,1,0,0,0),
 (4539,1051000,1342000,10000,19,0,0,0,1,0,0,0),
 (4540,1051000,1342001,42000,20,0,0,0,1,0,0,0),
 (4541,1051001,1002122,900,1,0,0,0,1,0,0,0),
 (4542,1051001,1002123,900,2,0,0,0,1,0,0,0),
 (4543,1051001,1002124,900,3,0,0,0,1,0,0,0),
 (4544,1051001,1002125,900,4,0,0,0,1,0,0,0),
 (4545,1051001,1002126,900,5,0,0,0,1,0,0,0),
 (4546,1051001,1002001,3000,6,0,0,0,1,0,0,0),
 (4547,1051001,1002107,4000,7,0,0,0,1,0,0,0),
 (4548,1051001,1002108,4000,8,0,0,0,1,0,0,0),
 (4549,1051001,1002109,4000,9,0,0,0,1,0,0,0),
 (4550,1051001,1002110,4000,10,0,0,0,1,0,0,0),
 (4551,1051001,1002111,4000,11,0,0,0,1,0,0,0),
 (4552,1051001,1002127,12000,12,0,0,0,1,0,0,0),
 (4553,1051001,1002128,12000,13,0,0,0,1,0,0,0),
 (4554,1051001,1002129,12000,14,0,0,0,1,0,0,0),
 (4555,1051001,1002130,12000,15,0,0,0,1,0,0,0),
 (4556,1051001,1002131,12000,16,0,0,0,1,0,0,0),
 (4557,1051001,1002020,7400,17,0,0,0,1,0,0,0),
 (4558,1051001,1002096,7400,18,0,0,0,1,0,0,0),
 (4559,1051001,1002097,7400,19,0,0,0,1,0,0,0),
 (4560,1051001,1002146,20000,20,0,0,0,1,0,0,0),
 (4561,1051001,1002147,20000,21,0,0,0,1,0,0,0),
 (4562,1051001,1002148,20000,22,0,0,0,1,0,0,0),
 (4563,1051001,1002149,20000,23,0,0,0,1,0,0,0),
 (4564,1051001,1002150,20000,24,0,0,0,1,0,0,0),
 (4565,1051001,1002171,30000,25,0,0,0,1,0,0,0),
 (4566,1051001,1002172,30000,26,0,0,0,1,0,0,0),
 (4567,1051001,1002173,30000,27,0,0,0,1,0,0,0),
 (4568,1051001,1002174,30000,28,0,0,0,1,0,0,0),
 (4569,1051001,1002175,30000,29,0,0,0,1,0,0,0),
 (4570,1051001,1040031,3000,30,0,0,0,1,0,0,0),
 (4571,1051001,1040032,3000,31,0,0,0,1,0,0,0),
 (4572,1051001,1040033,3000,32,0,0,0,1,0,0,0),
 (4573,1051001,1040034,5000,33,0,0,0,1,0,0,0),
 (4574,1051001,1040035,5000,34,0,0,0,1,0,0,0),
 (4575,1051001,1040042,9000,35,0,0,0,1,0,0,0),
 (4576,1051001,1040043,9000,36,0,0,0,1,0,0,0),
 (4577,1051001,1040044,9000,37,0,0,0,1,0,0,0),
 (4578,1051001,1040048,16000,38,0,0,0,1,0,0,0),
 (4579,1051001,1040049,16000,39,0,0,0,1,0,0,0),
 (4580,1051001,1040050,16000,40,0,0,0,1,0,0,0),
 (4581,1051001,1040057,45000,41,0,0,0,1,0,0,0),
 (4582,1051001,1040058,45000,42,0,0,0,1,0,0,0),
 (4583,1051001,1040059,45000,43,0,0,0,1,0,0,0),
 (4584,1051001,1040060,45000,44,0,0,0,1,0,0,0),
 (4585,1051001,1041036,3000,45,0,0,0,1,0,0,0),
 (4586,1051001,1041037,3000,46,0,0,0,1,0,0,0),
 (4587,1051001,1041038,3000,47,0,0,0,1,0,0,0),
 (4588,1051001,1041044,5000,48,0,0,0,1,0,0,0),
 (4589,1051001,1041045,5000,49,0,0,0,1,0,0,0),
 (4590,1051001,1041003,9000,50,0,0,0,1,0,0,0),
 (4591,1051001,1041039,9000,51,0,0,0,1,0,0,0),
 (4592,1051001,1041040,9000,52,0,0,0,1,0,0,0),
 (4593,1051001,1041057,18000,53,0,0,0,1,0,0,0),
 (4594,1051001,1041058,18000,54,0,0,0,1,0,0,0),
 (4595,1051001,1041059,18000,55,0,0,0,1,0,0,0),
 (4596,1051001,1041060,18000,56,0,0,0,1,0,0,0),
 (4597,1051001,1041047,45000,57,0,0,0,1,0,0,0),
 (4598,1051001,1041048,45000,58,0,0,0,1,0,0,0),
 (4599,1051001,1041049,45000,59,0,0,0,1,0,0,0),
 (4600,1051001,1041050,45000,60,0,0,0,1,0,0,0),
 (4601,1051001,1060021,2800,61,0,0,0,1,0,0,0),
 (4602,1051001,1060022,2800,62,0,0,0,1,0,0,0),
 (4603,1051001,1060023,2800,63,0,0,0,1,0,0,0),
 (4604,1051001,1060024,4800,64,0,0,0,1,0,0,0),
 (4605,1051001,1060025,4800,65,0,0,0,1,0,0,0),
 (4606,1051001,1060031,8000,66,0,0,0,1,0,0,0),
 (4607,1051001,1060032,8000,67,0,0,0,1,0,0,0),
 (4608,1051001,1060033,8000,68,0,0,0,1,0,0,0),
 (4609,1051001,1060037,19000,69,0,0,0,1,0,0,0),
 (4610,1051001,1060038,19000,70,0,0,0,1,0,0,0),
 (4611,1051001,1060039,19000,71,0,0,0,1,0,0,0),
 (4612,1051001,1060043,40000,72,0,0,0,1,0,0,0),
 (4613,1051001,1060044,40000,73,0,0,0,1,0,0,0),
 (4614,1051001,1060045,40000,74,0,0,0,1,0,0,0),
 (4615,1051001,1060046,40000,75,0,0,0,1,0,0,0),
 (4616,1051001,1061029,2800,76,0,0,0,1,0,0,0),
 (4617,1051001,1061030,2800,77,0,0,0,1,0,0,0),
 (4618,1051001,1061031,2800,78,0,0,0,1,0,0,0),
 (4619,1051001,1061037,4800,79,0,0,0,1,0,0,0),
 (4620,1051001,1061038,4800,80,0,0,0,1,0,0,0),
 (4621,1051001,1061003,8000,81,0,0,0,1,0,0,0),
 (4622,1051001,1061032,8000,82,0,0,0,1,0,0,0),
 (4623,1051001,1061033,8000,83,0,0,0,1,0,0,0),
 (4624,1051001,1061040,12000,84,0,0,0,1,0,0,0),
 (4625,1051001,1061041,12000,85,0,0,0,1,0,0,0),
 (4626,1051001,1061042,12000,86,0,0,0,1,0,0,0),
 (4627,1051001,1061053,18000,87,0,0,0,1,0,0,0),
 (4628,1051001,1061054,18000,88,0,0,0,1,0,0,0),
 (4629,1051001,1061055,18000,89,0,0,0,1,0,0,0),
 (4630,1051001,1061056,18000,90,0,0,0,1,0,0,0),
 (4631,1051001,1061043,40000,91,0,0,0,1,0,0,0),
 (4632,1051001,1061044,40000,92,0,0,0,1,0,0,0),
 (4633,1051001,1061045,40000,93,0,0,0,1,0,0,0),
 (4634,1051001,1061046,40000,94,0,0,0,1,0,0,0),
 (4635,1051001,1072070,1800,95,0,0,0,1,0,0,0),
 (4636,1051001,1072071,1800,96,0,0,0,1,0,0,0),
 (4637,1051001,1072004,2000,97,0,0,0,1,0,0,0),
 (4638,1051001,1072042,2000,98,0,0,0,1,0,0,0),
 (4639,1051001,1072043,2000,99,0,0,0,1,0,0,0),
 (4640,1051001,1072028,4500,100,0,0,0,1,0,0,0),
 (4641,1051001,1072029,4500,101,0,0,0,1,0,0,0),
 (4642,1051001,1072030,4500,102,0,0,0,1,0,0,0),
 (4643,1051001,1072031,4500,103,0,0,0,1,0,0,0),
 (4644,1051001,1072022,9000,104,0,0,0,1,0,0,0),
 (4645,1051001,1072065,9000,105,0,0,0,1,0,0,0),
 (4646,1051001,1072066,9000,106,0,0,0,1,0,0,0),
 (4647,1061001,2020001,66,1,0,0,0,300,0,0,0),
 (4648,1061001,2020005,96,2,0,0,0,300,0,0,0),
 (4649,1061001,2020003,225,3,0,0,0,300,0,0,0),
 (4650,1061001,2020004,225,4,0,0,0,300,0,0,0),
 (4651,1061001,2020006,265,5,0,0,0,300,0,0,0),
 (4652,1061001,2022003,770,6,0,0,0,300,0,0,0),
 (4653,1061001,2020000,126,7,0,0,0,300,0,0,0),
 (4654,1061001,2022000,1155,8,0,0,0,300,0,0,0),
 (4655,1061001,2020002,32,9,0,0,0,300,0,0,0),
 (4656,1061001,2030000,400,10,0,0,0,100,0,0,0),
 (4657,1061001,2060000,2,11,0,0,0,2000,0,0,0),
 (4658,1061001,2061000,2,12,0,0,0,2000,0,0,0),
 (4659,1061001,2060000,2800,13,0,0,0,2000,0,0,0),
 (4660,1061001,2061000,2800,14,0,0,0,2000,0,0,0),
 (4661,1061001,2460000,2000,15,0,0,0,100,0,0,0),
 (4662,1061001,2460001,8000,16,0,0,0,100,0,0,0),
 (4663,1061001,2460002,32000,17,0,0,0,100,0,0,0),
 (4664,1061001,2460003,128000,18,0,0,0,100,0,0,0),
 (4665,1061001,2930000,5000,19,0,0,0,100,0,0,0),
 (4666,1061001,2070000,500,20,0,0,0,700,0,0,0),
 (4667,1061001,2330000,600,21,0,0,0,800,0,0,0),
 (4668,1061002,2000000,5,1,0,0,0,300,0,0,0),
 (4669,1061002,2000001,48,2,0,0,0,300,0,0,0),
 (4670,1061002,2000002,96,3,0,0,0,300,0,0,0),
 (4671,1061002,2000003,20,4,0,0,0,300,0,0,0),
 (4672,1061002,2000006,186,5,0,0,0,300,0,0,0),
 (4673,1061002,2010000,3,6,0,0,0,300,0,0,0),
 (4674,1061002,2010002,5,7,0,0,0,300,0,0,0),
 (4675,1061002,2010001,10,8,0,0,0,300,0,0,0),
 (4676,1061002,2010003,10,9,0,0,0,300,0,0,0),
 (4677,1061002,2010004,93,10,0,0,0,300,0,0,0),
 (4678,1061002,2022000,1155,11,0,0,0,300,0,0,0),
 (4679,1061002,2022003,770,12,0,0,0,300,0,0,0),
 (4680,1061002,2030000,400,13,0,0,0,100,0,0,0),
 (4681,1061002,2030006,600,14,0,0,0,100,0,0,0),
 (4682,1061002,2060000,1,15,0,0,0,2000,0,0,0),
 (4683,1061002,2061000,1,16,0,0,0,2000,0,0,0),
 (4684,1061002,2060000,1400,17,0,0,0,2000,0,0,0),
 (4685,1061002,2061000,1400,18,0,0,0,2000,0,0,0),
 (4686,1061002,2460000,2000,19,0,0,0,100,0,0,0),
 (4687,1061002,2460001,8000,20,0,0,0,100,0,0,0),
 (4688,1061002,2460002,32000,21,0,0,0,100,0,0,0),
 (4689,1061002,2460003,128000,22,0,0,0,100,0,0,0),
 (4690,1061002,2930000,5000,23,0,0,0,100,0,0,0),
 (4691,1061002,2070000,500,24,0,0,0,700,0,0,0),
 (4692,1061002,2330000,600,25,0,0,0,800,0,0,0),
 (6564,61,2070000,500,32,0,0,0,300,0,0,0),
 (6563,61,2330000,500,31,0,0,0,300,0,0,0),
 (6562,61,2030000,250,30,0,0,0,300,0,0,0),
 (6561,61,2061001,2,29,0,0,0,300,0,0,0),
 (6560,61,2060001,2,28,0,0,0,300,0,0,0),
 (6559,61,2061000,1,27,0,0,0,300,0,0,0),
 (6558,61,2060000,1,26,0,0,0,300,0,0,0),
 (6557,61,2022000,1650,25,0,0,0,300,0,0,0),
 (6556,61,2022003,1100,24,0,0,0,300,0,0,0),
 (6555,61,2020015,10200,23,0,0,0,300,0,0,0),
 (6554,61,2020014,8100,22,0,0,0,300,0,0,0),
 (6553,61,2020013,5600,21,0,0,0,300,0,0,0),
 (6552,61,2020012,2250,20,0,0,0,300,0,0,0),
 (6551,61,2010004,300,19,0,0,0,300,0,0,0),
 (6550,61,2010003,100,18,0,0,0,300,0,0,0),
 (6549,61,2010002,50,17,0,0,0,300,0,0,0),
 (6548,61,2010001,100,16,0,0,0,300,0,0,0),
 (6547,61,2010000,50,15,0,0,0,300,0,0,0),
 (6546,61,2001002,2000,14,0,0,0,300,0,0,0),
 (6545,61,2001001,1150,13,0,0,0,300,0,0,0),
 (6544,61,2001000,1600,12,0,0,0,300,0,0,0),
 (6543,61,2002005,250,11,0,0,0,300,0,0,0),
 (6542,61,2002004,250,10,0,0,0,300,0,0,0),
 (6541,61,2002003,250,9,0,0,0,300,0,0,0),
 (6540,61,2002002,250,8,0,0,0,300,0,0,0),
 (6539,61,2002001,250,7,0,0,0,300,0,0,0),
 (6538,61,2002000,250,6,0,0,0,300,0,0,0),
 (6537,61,2000004,350,5,0,0,0,300,0,0,0),
 (6536,61,2000003,100,4,0,0,0,300,0,0,0),
 (6535,61,2000002,300,3,0,0,0,300,0,0,0),
 (6534,61,2000001,150,2,0,0,0,300,0,0,0),
 (6533,61,2000000,50,1,0,0,0,300,0,0,0),
 (6565,0,5041001,50000,1,0,0,0,300,0,0,0),
 (6566,0,5041005,500000,2,0,0,0,300,0,0,0),
 (6567,0,5041005,3500000,3,0,0,0,300,0,0,0),
 (6568,0,4006000,1000,4,0,0,0,300,0,0,0),
 (6569,0,4006001,1000,5,0,0,0,300,0,0,0),
 (6570,9010040,1132138,0,1,4310034,5,0,1,1,0,0),
 (6571,9010040,1032131,0,1,4310034,5,0,1,1,0,0),
 (6572,9010040,1122187,0,1,4310034,5,0,1,1,0,0),
 (6573,9010040,1132139,0,1,4310034,5,0,1,1,0,0),
 (6574,9010040,1022134,0,1,4310034,5,0,1,1,0,0),
 (6575,9010040,1012301,0,1,4310034,5,0,1,1,0,0),
 (6576,9010040,1003413,0,1,4310034,15,0,1,1,0,0),
 (6577,9010040,1012291,0,1,4310034,5,0,1,1,0,0),
 (6578,9010040,1032132,0,1,4310034,5,0,1,1,0,0),
 (6579,9010040,1122188,0,1,4310034,5,0,1,1,0,0),
 (6580,9010040,1382147,0,1,4310034,40,0,1,1,0,0),
 (6581,9010040,1372121,0,1,4310034,40,0,1,1,0,0),
 (6582,9010040,1492124,0,1,4310034,40,0,1,1,0,0),
 (6583,9010040,1482124,0,1,4310034,40,0,1,1,0,0),
 (6584,9010040,1472163,0,1,4310034,40,0,1,1,0,0),
 (6585,9010040,1412089,0,1,4310034,40,0,1,1,0,0),
 (6586,9010040,1402133,0,1,4310034,40,0,1,1,0,0),
 (6587,9010040,1422092,0,1,4310034,40,0,1,1,0,0),
 (6588,9010040,1442159,0,1,4310034,40,0,1,1,0,0),
 (6589,9010040,1452151,0,1,4310034,40,0,1,1,0,0),
 (6590,9010040,1462141,0,1,4310034,40,0,1,1,0,0),
 (6591,9010040,1342054,0,1,4310034,40,0,1,1,0,0),
 (6592,9010040,1532062,0,1,4310034,40,0,1,1,0,0),
 (6593,9010040,1332172,0,1,4310034,40,0,1,1,0,0),
 (6594,9010040,1312101,0,1,4310034,40,0,1,1,0,0),
 (6595,9010040,11302195,0,1,4310034,40,0,1,1,0,0),
 (6596,9010040,1432121,0,1,4310034,40,0,1,1,0,0),
 (6597,9010040,1362040,0,1,4310034,40,0,1,1,0,0),
 (6598,9010040,1322141,0,1,4310034,40,0,1,1,0,0),
 (6599,9010040,1522058,0,1,4310034,40,0,1,1,0,0),
 (6600,9010040,1382148,0,1,4310034,40,0,1,1,0,0),
 (6601,9010040,1372122,0,1,4310034,40,0,1,1,0,0),
 (6602,9010040,1472164,0,1,4310034,40,0,1,1,0,0),
 (6603,9010040,1342055,0,1,4310034,40,0,1,1,0,0),
 (6604,9010040,1532063,0,1,4310034,40,0,1,1,0,0),
 (6605,9010040,1442160,0,1,4310034,40,0,1,1,0,0),
 (6606,9010040,1312102,0,1,4310034,40,0,1,1,0,0),
 (6607,9010040,1452152,0,1,4310034,40,0,1,1,0,0),
 (6608,9010040,1462142,0,1,4310034,40,0,1,1,0,0),
 (6609,9010040,1402134,0,1,4310034,40,0,1,1,0,0),
 (6610,9010040,1322142,0,1,4310034,40,0,1,1,0,0),
 (6611,9010040,1412090,0,1,4310034,40,0,1,1,0,0),
 (6612,9010040,1492125,0,1,4310034,40,0,1,1,0,0),
 (6613,9010040,1302196,0,1,4310034,40,0,1,1,0,0),
 (6614,9010040,1362041,0,1,4310034,40,0,1,1,0,0),
 (6615,9010040,1432122,0,1,4310034,40,0,1,1,0,0),
 (6616,9010040,1482125,0,1,4310034,40,0,1,1,0,0),
 (6617,9010040,1522059,0,1,4310034,40,0,1,1,0,0),
 (6618,9010040,1422093,0,1,4310034,40,0,1,1,0,0),
 (6619,9010040,1382149,0,1,4310034,40,0,1,1,0,0),
 (6620,9010040,1372123,0,1,4310034,40,0,1,1,0,0),
 (6621,9010040,1532064,0,1,4310034,40,0,1,1,0,0),
 (6622,9010040,1342056,0,1,4310034,40,0,1,1,0,0),
 (6623,9010040,1462143,0,1,4310034,40,0,1,1,0,0),
 (6624,9010040,1472146,0,1,4310034,40,0,1,1,0,0),
 (6625,9010040,1412074,0,1,4310034,40,0,1,1,0,0),
 (6626,9010040,1402135,0,1,4310034,40,0,1,1,0,0),
 (6627,9010040,1422123,0,1,4310034,40,0,1,1,0,0),
 (6628,9010040,1302197,0,1,4310034,40,0,1,1,0,0),
 (6629,9010040,2290571,0,1,4310034,25,0,1,2,0,0),
 (6630,9010040,2290721,0,1,4310034,25,0,1,2,0,0),
 (6631,9010040,2290285,0,1,4310034,5,0,1,2,0,0),
 (6632,9010040,2049301,0,1,4310034,5,0,1,6,0,0),
 (6633,9010040,2049301,0,1,4310034,5,0,1,6,0,0),
 (6634,9010040,2049306,0,1,4310034,20,0,1,6,0,0),
 (6635,9010040,2531000,0,1,4310034,100,0,1,6,0,0),
 (6636,9010040,2530002,0,1,4310034,40,0,1,6,0,0),
 (6637,9010040,2340000,0,1,4310034,30,0,1,6,0,0),
 (6638,9010040,2049100,0,1,4310034,30,0,1,6,0,0),
 (6639,9010040,2049116,0,1,4310034,30,0,1,6,0,0),
 (6640,9010040,5062000,0,1,4310034,20,0,1,7,0,0),
 (6641,9010040,5062001,0,1,4310034,60,0,1,7,0,0),
 (6642,9010040,5062002,0,1,4310034,90,0,1,7,0,0),
 (6643,9010040,5220082,0,1,4310034,20,0,1,7,0,0),
 (6644,9010040,5680021,0,1,4310034,15,0,1,3,0,0),
 (6645,9010040,3010073,0,1,4310034,35,0,1,3,0,0),
 (6646,4000002,1362001,3000,1,0,0,0,1,0,0,0),
 (6647,4000002,1362002,6000,2,0,0,0,1,0,0,0),
 (6648,4000002,1362003,10000,3,0,0,0,1,0,0,0),
 (6649,4000002,1362004,20000,4,0,0,0,1,0,0,0),
 (6650,4000002,1352104,3000,5,0,0,0,1,0,0,0),
 (6651,4000002,1352101,79000,6,0,0,0,1,0,0,0),
 (6652,4000002,1352102,330000,7,0,0,0,1,0,0,0),
 (6653,4000002,1352103,580000,8,0,0,0,1,0,0,0),
 (6654,4000002,1002122,900,9,0,0,0,1,0,0,0),
 (6655,4000002,1002123,900,10,0,0,0,1,0,0,0),
 (6656,4000002,1002124,900,11,0,0,0,1,0,0,0),
 (6657,4000002,1002125,900,12,0,0,0,1,0,0,0),
 (6658,4000002,1002126,900,13,0,0,0,1,0,0,0),
 (6659,4000002,1002001,3000,14,0,0,0,1,0,0,0),
 (6660,4000002,1002107,4000,15,0,0,0,1,0,0,0),
 (6661,4000002,1002108,4000,16,0,0,0,1,0,0,0),
 (6662,4000002,1002109,4000,17,0,0,0,1,0,0,0),
 (6663,4000002,1002110,4000,18,0,0,0,1,0,0,0),
 (6664,4000002,1002111,4000,19,0,0,0,1,0,0,0),
 (6665,4000002,1002127,12000,20,0,0,0,1,0,0,0),
 (6666,4000002,1002128,12000,21,0,0,0,1,0,0,0),
 (6667,4000002,1002129,12000,22,0,0,0,1,0,0,0),
 (6668,4000002,1002130,12000,23,0,0,0,1,0,0,0),
 (6669,4000002,1002131,12000,24,0,0,0,1,0,0,0),
 (6670,4000002,1002020,7400,25,0,0,0,1,0,0,0),
 (6671,4000002,1002096,7400,26,0,0,0,1,0,0,0),
 (6672,4000002,1002097,7400,27,0,0,0,1,0,0,0),
 (6673,4000002,1002146,20000,28,0,0,0,1,0,0,0),
 (6674,4000002,1002147,20000,29,0,0,0,1,0,0,0),
 (6675,4000002,1002148,20000,30,0,0,0,1,0,0,0),
 (6676,4000002,1002149,20000,31,0,0,0,1,0,0,0),
 (6677,4000002,1002150,20000,32,0,0,0,1,0,0,0),
 (6678,4000002,1002171,30000,33,0,0,0,1,0,0,0),
 (6679,4000002,1002172,30000,34,0,0,0,1,0,0,0),
 (6680,4000002,1002173,30000,35,0,0,0,1,0,0,0),
 (6681,4000002,1002174,30000,36,0,0,0,1,0,0,0),
 (6682,4000002,1002175,30000,37,0,0,0,1,0,0,0),
 (6683,4000002,1040032,3000,38,0,0,0,1,0,0,0),
 (6684,4000002,1040033,3000,39,0,0,0,1,0,0,0),
 (6685,4000002,1040034,5000,40,0,0,0,1,0,0,0),
 (6686,4000002,1040035,5000,41,0,0,0,1,0,0,0),
 (6687,4000002,1040042,9000,42,0,0,0,1,0,0,0),
 (6688,4000002,1040043,9000,43,0,0,0,1,0,0,0),
 (6689,4000002,1040044,9000,44,0,0,0,1,0,0,0),
 (6690,4000002,1040048,16000,45,0,0,0,1,0,0,0),
 (6691,4000002,1040049,16000,46,0,0,0,1,0,0,0),
 (6692,4000002,1040050,16000,47,0,0,0,1,0,0,0),
 (6693,4000002,1040057,45000,48,0,0,0,1,0,0,0),
 (6694,4000002,1040058,45000,49,0,0,0,1,0,0,0),
 (6695,4000002,1040059,45000,50,0,0,0,1,0,0,0),
 (6696,4000002,1040060,45000,51,0,0,0,1,0,0,0),
 (6697,4000002,1040032,3000,52,0,0,0,1,0,0,0),
 (6698,4000002,1040033,3000,53,0,0,0,1,0,0,0),
 (6699,4000002,1040034,3000,54,0,0,0,1,0,0,0),
 (6700,4000002,1041044,5000,55,0,0,0,1,0,0,0),
 (6701,4000002,1041045,5000,56,0,0,0,1,0,0,0),
 (6702,4000002,1041003,9000,57,0,0,0,1,0,0,0),
 (6703,4000002,1041004,9000,58,0,0,0,1,0,0,0),
 (6704,4000002,1041005,9000,59,0,0,0,1,0,0,0),
 (6705,4000002,1041057,18000,60,0,0,0,1,0,0,0),
 (6706,4000002,1041058,18000,61,0,0,0,1,0,0,0),
 (6707,4000002,1041059,18000,62,0,0,0,1,0,0,0),
 (6708,4000002,1041047,45000,63,0,0,0,1,0,0,0),
 (6709,4000002,1041048,45000,64,0,0,0,1,0,0,0),
 (6710,4000002,1041049,45000,65,0,0,0,1,0,0,0),
 (6711,4000002,1041050,45000,66,0,0,0,1,0,0,0),
 (6712,4000002,1060021,2800,67,0,0,0,1,0,0,0),
 (6713,4000002,1060022,2800,68,0,0,0,1,0,0,0),
 (6714,4000002,1060023,2800,69,0,0,0,1,0,0,0),
 (6715,4000002,1060024,4800,70,0,0,0,1,0,0,0),
 (6716,4000002,1060025,4800,71,0,0,0,1,0,0,0),
 (6717,4000002,1060031,8000,72,0,0,0,1,0,0,0),
 (6718,4000002,1060032,8000,73,0,0,0,1,0,0,0),
 (6719,4000002,1060033,8000,74,0,0,0,1,0,0,0),
 (6720,4000002,1060037,19000,75,0,0,0,1,0,0,0),
 (6721,4000002,1060038,19000,76,0,0,0,1,0,0,0),
 (6722,4000002,1060039,19000,77,0,0,0,1,0,0,0),
 (6723,4000002,1060043,40000,78,0,0,0,1,0,0,0),
 (6724,4000002,1060044,40000,79,0,0,0,1,0,0,0),
 (6725,4000002,1060045,40000,80,0,0,0,1,0,0,0),
 (6726,4000002,1061029,2800,81,0,0,0,1,0,0,0),
 (6727,4000002,1061030,2800,82,0,0,0,1,0,0,0),
 (6728,4000002,1061031,2800,83,0,0,0,1,0,0,0),
 (6729,4000002,1061037,4800,84,0,0,0,1,0,0,0),
 (6730,4000002,1061038,4800,85,0,0,0,1,0,0,0),
 (6731,4000002,1061040,8000,86,0,0,0,1,0,0,0),
 (6732,4000002,1061041,8000,87,0,0,0,1,0,0,0),
 (6733,4000002,1061042,8000,88,0,0,0,1,0,0,0),
 (6734,4000002,1061053,19000,89,0,0,0,1,0,0,0),
 (6735,4000002,1061054,19000,90,0,0,0,1,0,0,0),
 (6736,4000002,1061055,19000,91,0,0,0,1,0,0,0),
 (6737,4000002,1061056,19000,92,0,0,0,1,0,0,0),
 (6738,4000002,1061043,40000,93,0,0,0,1,0,0,0),
 (6739,4000002,1061044,40000,94,0,0,0,1,0,0,0),
 (6740,4000002,1061045,40000,95,0,0,0,1,0,0,0),
 (6741,4000002,1061046,40000,96,0,0,0,1,0,0,0),
 (6742,4000002,1072070,1800,97,0,0,0,1,0,0,0),
 (6743,4000002,1072071,1800,98,0,0,0,1,0,0,0),
 (6744,4000002,1072004,2000,99,0,0,0,1,0,0,0),
 (6745,4000002,1072042,2000,100,0,0,0,1,0,0,0),
 (6746,4000002,1072043,2000,101,0,0,0,1,0,0,0),
 (6747,4000002,1072028,4500,102,0,0,0,1,0,0,0),
 (6748,4000002,1072029,4500,103,0,0,0,1,0,0,0),
 (6749,4000002,1072030,4500,104,0,0,0,1,0,0,0),
 (6750,4000002,1072031,4500,105,0,0,0,1,0,0,0),
 (6751,4000002,1072022,9000,106,0,0,0,1,0,0,0),
 (6752,4000002,1072065,9000,107,0,0,0,1,0,0,0),
 (6753,4000002,1072066,9000,108,0,0,0,1,0,0,0),
 (6754,4000001,2000000,5,1,0,0,0,1,0,0,0),
 (6755,4000001,2000001,48,2,0,0,0,1,0,0,0),
 (6756,4000001,2000002,96,3,0,0,0,1,0,0,0),
 (6757,4000001,2000003,20,4,0,0,0,1,0,0,0),
 (6758,4000001,2000006,186,5,0,0,0,1,0,0,0),
 (6759,4000001,2001515,500,6,0,0,0,1,0,0,0),
 (6760,4000001,2001516,400,7,0,0,0,1,0,0,0),
 (6761,4000001,2001517,500,8,0,0,0,1,0,0,0),
 (6762,4000001,2001518,500,9,0,0,0,1,0,0,0),
 (6763,4000001,2001519,500,10,0,0,0,1,0,0,0),
 (6764,4000001,2001520,500,11,0,0,0,1,0,0,0),
 (6765,4000001,2010000,3,12,0,0,0,1,0,0,0),
 (6766,4000001,2010001,5,13,0,0,0,1,0,0,0),
 (6767,4000001,2010002,10,14,0,0,0,1,0,0,0),
 (6768,4000001,2010003,10,15,0,0,0,1,0,0,0),
 (6769,4000001,2010004,93,16,0,0,0,1,0,0,0),
 (6770,4000001,2120000,30,17,0,0,0,1,0,0,0),
 (6771,4000001,2030000,400,18,0,0,0,1,0,0,0),
 (6772,4000001,2030004,500,19,0,0,0,1,0,0,0),
 (6773,4000001,2030002,500,20,0,0,0,1,0,0,0),
 (6774,4000001,2030003,500,21,0,0,0,1,0,0,0),
 (6775,4000001,2030005,500,22,0,0,0,1,0,0,0),
 (6776,4000001,2030019,500,23,0,0,0,1,0,0,0),
 (6777,4000001,2030001,500,24,0,0,0,1,0,0,0),
 (6778,4000001,2060000,1,25,0,0,0,1,0,0,0),
 (6779,4000001,2061000,1,26,0,0,0,1,0,0,0),
 (6780,4000001,2060000,1400,27,0,0,0,2000,0,0,0),
 (6781,4000001,2061000,1400,28,0,0,0,2000,0,0,0),
 (6782,4000001,2050000,200,29,0,0,0,2000,0,0,0),
 (6783,4000001,2050001,200,30,0,0,0,2000,0,0,0),
 (6784,4000001,2050002,300,31,0,0,0,2000,0,0,0),
 (6785,4000001,2460000,2000,32,0,0,0,2000,0,0,0),
 (6786,4000001,2460001,8000,33,0,0,0,2000,0,0,0),
 (6787,4000001,2460002,32000,34,0,0,0,2000,0,0,0),
 (6788,4000001,2460003,128000,35,0,0,0,2000,0,0,0),
 (6789,4000001,4170023,500,36,0,0,0,2000,0,0,0),
 (6790,4000001,4170024,500,37,0,0,0,2000,0,0,0),
 (6791,4000001,4170025,500,38,0,0,0,2000,0,0,0),
 (6792,4000001,4170028,500,39,0,0,0,2000,0,0,0),
 (6793,4000001,2070000,500,40,0,0,0,2000,0,0,0),
 (6794,4000001,2330000,600,41,0,0,0,2000,0,0,0),
 (8000,9201060,2460003,40000,1,0,0,0,10,0,0,0),
 (8001,9010040,1182011,0,1,4310034,100,0,1,0,0,0);
/*!40000 ALTER TABLE `shopitems` ENABLE KEYS */;


--
-- Definition of table `shopranks`
--

DROP TABLE IF EXISTS `shopranks`;
CREATE TABLE `shopranks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `shopid` int(11) NOT NULL DEFAULT '0',
  `rank` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `itemid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `shopranks`
--

/*!40000 ALTER TABLE `shopranks` DISABLE KEYS */;
INSERT INTO `shopranks` (`id`,`shopid`,`rank`,`name`,`itemid`) VALUES 
 (1,400,0,'Grand Champion',1142321),
 (2,400,1,'High Champion',1142320),
 (3,400,2,'Champion',1142319),
 (4,400,3,'Grand Commander',1142318),
 (5,400,4,'High Commander',1142317),
 (6,400,5,'Commander',1142316),
 (7,400,6,'Grand Captain',1142315),
 (8,400,7,'High Captain',1142314),
 (9,400,8,'Captain',1142313),
 (10,400,9,'Grand Officer',1142312),
 (11,400,10,'High Officer',1142311),
 (12,400,11,'Officer',1142310);
/*!40000 ALTER TABLE `shopranks` ENABLE KEYS */;


--
-- Definition of table `shops`
--

DROP TABLE IF EXISTS `shops`;
CREATE TABLE `shops` (
  `shopid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `npcid` int(11) DEFAULT '0',
  PRIMARY KEY (`shopid`)
) ENGINE=MyISAM AUTO_INCREMENT=9270067 DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED;

--
-- Dumping data for table `shops`
--

/*!40000 ALTER TABLE `shops` DISABLE KEYS */;
INSERT INTO `shops` (`shopid`,`npcid`) VALUES 
 (1052116,1052116),
 (2093000,2093000),
 (2093001,2093001),
 (2093002,2093002),
 (9070001,9070001),
 (1052104,1052104),
 (9031007,9031007),
 (9031006,9031006),
 (2150001,2150001),
 (2030009,2030009),
 (2150002,2150002),
 (9031015,9031015),
 (1012004,1012004),
 (1301000,1301000),
 (1021100,1021100),
 (2161013,2161013),
 (2060003,2060003),
 (2060004,2060004),
 (1001000,1001000),
 (1001001,1001001),
 (2060007,2060007),
 (2041006,2041006),
 (2041002,2041002),
 (2041003,2041003),
 (2080001,2080001),
 (2080002,2080002),
 (2040051,2040051),
 (2110001,2110001),
 (9110102,9110102),
 (2041016,2041016),
 (9201058,9201058),
 (9000069,9000069),
 (2070001,2070001),
 (9201059,9201059),
 (2070002,2070002),
 (2070003,2070003),
 (1011100,1011100),
 (9201060,9201060),
 (1011101,1011101),
 (1033002,1033002),
 (1031000,1031000),
 (1031001,1031001),
 (1033001,1033001),
 (2090002,2090002),
 (2090003,2090003),
 (2130000,2130000),
 (2090001,2090001),
 (2051000,2051000),
 (1031100,1031100),
 (2022002,2022002),
 (9270021,9270021),
 (9270020,9270020),
 (2022000,2022000),
 (2022001,2022001),
 (1001100,1001100),
 (9270022,9270022),
 (9270019,9270019),
 (1012122,1012122),
 (2100002,2100002),
 (2100003,2100003),
 (2100004,2100004),
 (9270065,9270065),
 (1055000,1055000),
 (1081000,1081000),
 (1055002,1055002),
 (9270055,9270055),
 (1091001,1091001),
 (1091000,1091000),
 (2142000,2142000),
 (1091002,1091002),
 (9270057,9270057),
 (2012005,2012005),
 (2012004,2012004),
 (2012003,2012003),
 (2050003,2050003),
 (9110006,9110006),
 (1011001,1011001),
 (9110007,9110007),
 (1011000,1011000),
 (9110004,9110004),
 (2050000,2050000),
 (9110005,9110005),
 (9110003,9110003),
 (1200002,1200002),
 (1021001,1021001),
 (1021000,1021000),
 (1200001,1200001),
 (1032103,1032103),
 (2020001,2020001),
 (9120002,9120002),
 (1100001,1100001),
 (1100002,1100002),
 (9120000,9120000),
 (9120004,9120004),
 (1051002,1051002),
 (1051000,1051000),
 (1051001,1051001),
 (1061001,1061001),
 (1061002,1061002),
 (1338,9090000),
 (61,9090000),
 (9270066,0),
 (9010040,9010040),
 (4000002,1400001),
 (4000001,1400002);
/*!40000 ALTER TABLE `shops` ENABLE KEYS */;

and you need
Code:
ALTER table `shopitems` ADD `buyable` int(11) NOT NULL DEFAULT '0' after `rank`;
ALTER table `shopitems` ADD `category` tinyint(3) NOT NULL DEFAULT '0' after `buyable`;
ALTER table `shopitems` ADD `minLevel` int(11) NOT NULL DEFAULT '0' after `Category`;
ALTER table `shopitems` ADD `expiration` int(11) NOT NULL DEFAULT '0' after `minLevel`;
 
Last edited:
Junior Spellweaver
Joined
Aug 17, 2011
Messages
112
Reaction score
10
Yeah truly time consuming, useful but effort lol.

But sunny has an easy/lazy way of doing things, i like the release/add on anyway.

Good job
 
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
1. ShopID is lame, that's just npcid.
2. Did this manually? Oh lol, you can make yourself something that auto prints it when you receive the packet.

Yes, anyone can make that, just follow your MaplePacketCreator.
 
Junior Spellweaver
Joined
Aug 17, 2011
Messages
112
Reaction score
10
1. ShopID is lame, that's just npcid.
2. Did this manually? Oh lol, you can make yourself something that auto prints it when you receive the packet.

Yes, anyone can make that, just follow your MaplePacketCreator.

Well instead of telling him how easy it is, and how un-useful it is,
how about saying something positive??

Everyone starts somewhere, at least he is experimenting.
 
Back
Top