diff --git a/sql/base/dbc/cmangos_fixes/SpellTargetRestrictions.sql b/sql/base/dbc/cmangos_fixes/SpellTargetRestrictions.sql new file mode 100644 index 000000000..c71ac6bec --- /dev/null +++ b/sql/base/dbc/cmangos_fixes/SpellTargetRestrictions.sql @@ -0,0 +1,15 @@ +ALTER TABLE spell_template ADD `MaxTargetRadius` FLOAT NOT NULL DEFAULT '0' AFTER SpellTargetRestrictionsId; +ALTER TABLE spell_template ADD `MaxAffectedTargets` INT UNSIGNED NOT NULL DEFAULT '0' AFTER MaxTargetRadius; +ALTER TABLE spell_template ADD `MaxTargetLevel` INT UNSIGNED NOT NULL DEFAULT '0' AFTER MaxAffectedTargets; +ALTER TABLE spell_template ADD `TargetCreatureType` INT UNSIGNED NOT NULL DEFAULT '0' AFTER MaxTargetLevel; +ALTER TABLE spell_template ADD `Targets` INT UNSIGNED NOT NULL DEFAULT '0' AFTER TargetCreatureType; + +UPDATE spell_template INNER JOIN spell_target_restrictions ON (spell_template.SpellTargetRestrictionsId = spell_target_restrictions.ID) SET spell_template.MaxTargetRadius = spell_target_restrictions.MaxTargetRadius; +UPDATE spell_template INNER JOIN spell_target_restrictions ON (spell_template.SpellTargetRestrictionsId = spell_target_restrictions.ID) SET spell_template.MaxAffectedTargets = spell_target_restrictions.MaxAffectedTargets; +UPDATE spell_template INNER JOIN spell_target_restrictions ON (spell_template.SpellTargetRestrictionsId = spell_target_restrictions.ID) SET spell_template.MaxTargetLevel = spell_target_restrictions.MaxTargetLevel; +UPDATE spell_template INNER JOIN spell_target_restrictions ON (spell_template.SpellTargetRestrictionsId = spell_target_restrictions.ID) SET spell_template.TargetCreatureType = spell_target_restrictions.TargetCreatureType; +UPDATE spell_template INNER JOIN spell_target_restrictions ON (spell_template.SpellTargetRestrictionsId = spell_target_restrictions.ID) SET spell_template.Targets = spell_target_restrictions.Targets; + +ALTER TABLE spell_template DROP COLUMN SpellTargetRestrictionsId; + +DROP TABLE spell_target_restrictions; \ No newline at end of file diff --git a/sql/base/dbc/original_data/SpellTargetRestrictions.sql b/sql/base/dbc/original_data/SpellTargetRestrictions.sql new file mode 100644 index 000000000..6fe98209e --- /dev/null +++ b/sql/base/dbc/original_data/SpellTargetRestrictions.sql @@ -0,0 +1,5602 @@ +DROP TABLE IF EXISTS `spell_target_restrictions`; + +CREATE TABLE `spell_target_restrictions` ( + `ID` int NOT NULL DEFAULT '0', + `MaxTargetRadius` float NOT NULL DEFAULT '0', + `MaxAffectedTargets` int unsigned NOT NULL DEFAULT '0', + `MaxTargetLevel` int unsigned NOT NULL DEFAULT '0', + `TargetCreatureType` int unsigned NOT NULL DEFAULT '0', + `Targets` int unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; + +/*Data for the table `spell_target_restrictions` */ + +insert into `spell_target_restrictions`(`ID`,`MaxTargetRadius`,`MaxAffectedTargets`,`MaxTargetLevel`,`TargetCreatureType`,`Targets`) values +(1,1114640000,0,0,0,32), +(2,1114640000,0,0,0,64), +(3,1114640000,0,0,0,128), +(4,1114640000,0,0,0,128), +(5,1114640000,0,0,0,128), +(6,1114640000,0,0,0,32), +(7,1114640000,0,0,0,128), +(8,1114640000,0,0,64,0), +(9,1114640000,0,0,193,0), +(10,1119090000,0,0,0,0), +(11,1114640000,0,0,1,0), +(12,1114640000,0,0,0,64), +(13,1114640000,0,0,0,32), +(14,1114640000,0,0,0,64), +(15,1114640000,0,0,66,0), +(16,1114640000,0,0,64,0), +(17,1114640000,0,0,12,0), +(18,1114640000,0,0,0,64), +(19,1114640000,0,0,0,64), +(20,1114640000,0,0,0,64), +(21,1114640000,0,0,0,256), +(22,1114640000,0,0,4,0), +(23,1114640000,0,0,0,64), +(24,1114640000,0,0,0,256), +(25,1114640000,0,0,0,256), +(26,1114640000,0,0,0,256), +(27,1114640000,0,0,0,256), +(28,1114640000,0,0,0,256), +(29,1114640000,0,0,0,256), +(31,1114640000,0,0,0,256), +(32,1114640000,0,0,0,256), +(33,1114640000,0,0,0,256), +(34,1114640000,0,0,0,256), +(35,1114640000,0,0,0,256), +(36,1114640000,0,0,0,256), +(37,1114640000,0,0,0,256), +(38,1114640000,0,0,0,256), +(39,1114640000,0,0,0,256), +(41,1114640000,0,0,0,256), +(42,1114640000,0,0,1,0), +(43,1114640000,0,0,0,256), +(48,1114640000,0,0,0,256), +(49,1114640000,0,0,0,64), +(50,1114640000,0,0,1,0), +(51,1114640000,0,0,1,0), +(52,1114640000,0,0,1,0), +(53,1114640000,0,0,0,16384), +(54,1114640000,0,0,0,64), +(55,1114640000,0,0,0,256), +(56,1114640000,0,0,0,256), +(57,1114640000,0,0,0,256), +(58,1114640000,0,0,0,256), +(59,1114640000,0,0,0,256), +(60,1114640000,255,0,0,0), +(61,1114640000,0,0,0,64), +(62,1114640000,0,0,0,256), +(63,1114640000,0,0,0,256), +(64,1114640000,0,0,0,256), +(65,1114640000,0,0,0,256), +(66,1114640000,0,0,0,256), +(67,1114640000,0,0,0,16384), +(68,1114640000,0,0,0,16384), +(69,1114640000,0,0,0,64), +(70,1114640000,0,0,0,256), +(72,1114640000,0,0,0,256), +(73,1114640000,0,0,0,32768), +(74,1114640000,0,0,0,32768), +(75,1114640000,0,0,0,256), +(76,1114640000,0,0,0,256), +(77,1114640000,0,0,0,256), +(78,1114640000,0,0,0,256), +(79,1114640000,0,0,0,64), +(80,1114640000,0,0,0,256), +(81,1114640000,0,0,0,256), +(82,1114640000,0,0,0,256), +(83,1114640000,0,0,0,256), +(84,1114640000,0,0,0,256), +(87,1114640000,0,0,0,64), +(90,1114640000,0,0,0,16384), +(91,1114640000,0,0,0,16384), +(92,1114640000,0,0,0,16384), +(93,1114640000,0,0,0,16384), +(96,1114640000,0,0,0,128), +(97,1114640000,0,0,0,256), +(98,1114640000,0,0,0,256), +(99,1114640000,0,0,0,256), +(100,1114640000,0,0,0,256), +(101,1114640000,0,0,0,256), +(102,1114640000,0,0,0,16384), +(103,1114640000,0,0,0,16384), +(104,1114640000,0,0,0,16), +(105,1114640000,0,0,0,256), +(106,1114640000,0,0,0,256), +(107,1114640000,0,0,0,256), +(108,1114640000,0,0,3,0), +(109,1114640000,0,0,1,0), +(112,1114640000,0,0,0,256), +(113,1114640000,0,0,0,16), +(114,1114640000,0,0,0,16), +(115,1114640000,0,0,0,16), +(116,1114640000,0,0,0,16), +(117,1114640000,0,0,0,16), +(118,1114640000,0,0,0,16), +(119,1114640000,0,0,0,16), +(122,1114640000,0,0,0,256), +(123,1114640000,0,0,0,32), +(124,1114640000,0,0,0,64), +(125,1114640000,0,0,0,16), +(126,1114640000,0,0,0,16), +(127,1114640000,0,0,0,16), +(128,1114640000,0,0,0,16), +(130,1114640000,0,0,0,256), +(131,1114640000,0,0,0,256), +(132,1114640000,0,0,0,256), +(133,1114640000,0,0,0,64), +(134,1114640000,0,0,0,16384), +(135,1114640000,0,0,0,16384), +(136,1114640000,0,0,0,16384), +(137,1114640000,0,0,0,16), +(138,1114640000,0,0,64,0), +(140,1114640000,0,0,0,256), +(141,1114640000,0,0,0,256), +(142,1114640000,0,0,0,16384), +(143,1114640000,0,0,0,16384), +(145,1114640000,0,0,0,16), +(146,1114640000,0,0,0,16), +(147,1114640000,0,0,0,16384), +(148,1114640000,0,0,0,16384), +(149,1114640000,0,0,0,256), +(150,1114640000,0,0,0,64), +(152,1114640000,0,0,0,64), +(153,1114640000,0,0,0,256), +(154,1114640000,0,0,0,256), +(155,1114640000,0,0,0,256), +(156,1114640000,0,0,0,16), +(157,1114640000,0,0,0,16), +(158,1114640000,0,0,0,16), +(159,1114640000,0,0,0,256), +(160,1114640000,0,0,0,256), +(161,1114640000,0,0,0,256), +(162,1114640000,0,0,0,64), +(163,1114640000,0,0,0,64), +(164,1114640000,0,0,0,64), +(165,1114640000,0,0,0,64), +(166,1114640000,0,0,0,64), +(167,1114640000,0,0,0,64), +(168,1114640000,0,0,0,64), +(169,1114640000,0,0,0,64), +(170,1114640000,0,0,0,64), +(171,1114640000,0,0,0,64), +(172,1114640000,0,0,0,64), +(173,1114640000,0,0,0,256), +(174,1114640000,0,0,0,256), +(175,1114640000,0,0,0,256), +(176,1114640000,0,0,0,64), +(177,1114640000,0,0,0,16384), +(178,1114640000,0,0,0,256), +(179,1114640000,0,0,0,64), +(180,1114640000,0,0,0,64), +(181,1114640000,0,0,0,256), +(182,1114640000,0,0,0,256), +(183,1114640000,0,0,0,256), +(184,1112800000,0,0,0,0), +(185,1114640000,0,0,0,64), +(186,1114640000,0,0,0,256), +(187,1114640000,0,0,0,256), +(188,1114640000,0,0,0,256), +(189,1114640000,0,0,0,16384), +(190,1112800000,0,0,0,64), +(191,1114640000,0,0,0,16384), +(192,1114640000,0,0,0,64), +(193,1112800000,0,0,0,0), +(194,1114640000,0,0,0,16384), +(195,1114640000,0,0,1,64), +(196,1114640000,0,0,0,16384), +(197,1114640000,0,0,0,16384), +(198,1114640000,0,0,0,16384), +(199,1114640000,5,0,0,0), +(201,1114640000,5,0,0,0), +(202,1114640000,0,0,0,256), +(203,1114640000,0,0,0,256), +(204,1114640000,0,0,0,16384), +(205,1114640000,0,0,0,64), +(206,1114640000,0,0,0,256), +(207,1114640000,0,0,0,256), +(208,1114640000,0,0,0,256), +(209,1116600000,0,0,0,0), +(210,1114640000,0,0,0,64), +(211,1114640000,0,0,0,16), +(212,1114640000,0,0,0,64), +(213,1114640000,0,0,0,256), +(214,1114640000,0,0,0,256), +(215,1114640000,0,0,0,256), +(216,1114640000,0,0,0,64), +(217,1114640000,0,0,0,256), +(218,1114640000,0,0,0,256), +(219,1114640000,0,0,0,256), +(220,1114640000,0,0,0,256), +(221,1114640000,0,0,0,64), +(222,1114640000,0,0,0,256), +(223,1114640000,0,0,0,256), +(224,1114640000,0,0,0,64), +(225,1114640000,0,0,0,64), +(226,1114640000,0,0,0,16384), +(227,1114640000,0,0,0,16384), +(228,1114640000,0,0,0,16384), +(229,1114640000,0,0,0,16384), +(230,1114640000,0,0,0,16384), +(231,1114640000,0,0,0,16384), +(232,1114640000,0,0,0,64), +(233,1114640000,0,0,0,16), +(234,1114640000,0,0,0,64), +(235,1114640000,0,0,0,64), +(236,1114640000,0,0,0,256), +(237,1114640000,0,0,0,256), +(238,1114640000,0,0,64,0), +(239,1114640000,0,0,0,64), +(240,1114640000,0,0,0,256), +(241,1114640000,0,0,0,16), +(242,1114640000,0,0,0,16384), +(243,1114640000,0,0,0,16384), +(244,1114640000,0,0,0,16384), +(245,1114640000,0,0,0,16384), +(246,1114640000,0,0,0,64), +(247,1114640000,0,0,0,64), +(248,1114640000,0,0,0,16384), +(249,1114640000,0,0,0,64), +(250,1114640000,0,0,0,256), +(251,1114640000,0,0,0,256), +(252,1114640000,0,0,0,256), +(253,1114640000,0,0,0,256), +(255,1114640000,0,0,0,64), +(256,1114640000,0,0,0,64), +(257,1114640000,0,0,71,0), +(258,1114640000,0,0,0,16384), +(259,1114640000,0,0,0,16384), +(260,1114640000,0,0,0,16384), +(262,1114640000,0,0,0,16384), +(263,1114640000,0,0,0,16), +(264,1114640000,0,0,0,16), +(265,1114640000,0,0,0,16), +(266,1114640000,0,0,0,16384), +(267,1114640000,0,0,0,32768), +(268,1114640000,0,0,0,256), +(269,1112800000,0,0,0,0), +(271,1114640000,0,0,0,16), +(275,1114640000,0,0,0,16), +(276,1114640000,0,0,0,16), +(277,1114640000,0,0,0,16), +(278,1114640000,0,0,0,16), +(279,1114640000,0,0,0,16), +(280,1114640000,0,0,0,16), +(281,1114640000,0,0,0,16), +(282,1112800000,0,0,0,0), +(283,1112800000,0,0,0,0), +(284,1112800000,0,0,0,0), +(285,1114640000,0,0,0,256), +(286,1114640000,0,0,0,16), +(287,1114640000,0,0,0,16), +(288,1114640000,0,0,0,256), +(289,1114640000,0,0,0,16), +(290,1119090000,1,0,0,0), +(291,1114640000,0,0,0,16), +(292,1114640000,0,0,0,16), +(293,1114640000,0,0,0,16), +(294,1114640000,0,0,0,16), +(295,1114640000,0,0,0,16), +(296,1114640000,0,0,0,16), +(297,1114640000,0,0,0,16), +(298,1114640000,0,0,0,256), +(299,1114640000,0,0,0,16), +(300,1114640000,0,0,0,16), +(301,1114640000,0,0,0,16), +(302,1114640000,0,0,0,16), +(303,1114640000,0,0,0,16), +(304,1114640000,0,0,0,256), +(305,1114640000,0,0,0,256), +(306,1114640000,0,0,0,256), +(307,1114640000,0,0,0,256), +(309,1114640000,0,0,0,64), +(310,1114640000,0,0,0,16384), +(311,1114640000,0,0,0,16), +(312,1114640000,0,0,0,16), +(313,1114640000,0,0,0,16), +(314,1114640000,0,0,0,16), +(315,1114640000,0,0,0,16), +(316,1114640000,0,0,0,16), +(317,1114640000,0,0,0,16), +(318,1114640000,0,0,0,256), +(319,1114640000,5,0,0,0), +(320,1114640000,0,0,0,16), +(321,1114640000,0,0,0,64), +(322,1114640000,0,0,0,64), +(323,1114640000,0,0,0,64), +(324,1114640000,0,0,0,32768), +(325,1114640000,0,0,256,0), +(326,1114640000,0,0,256,0), +(327,1114640000,0,0,256,0), +(328,1114640000,0,0,256,0), +(331,1116600000,0,0,0,0), +(332,1114640000,0,0,0,16), +(333,1114640000,0,0,0,16384), +(334,1114640000,0,0,0,256), +(335,1114640000,0,0,0,256), +(336,1114640000,0,0,0,256), +(337,1114640000,0,0,0,256), +(338,1114640000,0,0,0,256), +(339,1112800000,0,0,0,0), +(340,1114640000,0,0,0,256), +(341,1114640000,0,0,0,256), +(342,1114640000,0,0,0,256), +(343,1114640000,0,0,0,256), +(344,1114640000,0,0,0,256), +(345,1114640000,0,0,0,256), +(346,1114640000,0,0,0,256), +(347,1114640000,0,0,0,256), +(348,1114640000,0,0,0,256), +(349,1114640000,0,0,0,256), +(350,1114640000,0,0,0,256), +(351,1114640000,0,0,0,256), +(352,1114640000,0,0,0,256), +(353,1114640000,0,0,0,256), +(354,1114640000,0,0,0,256), +(355,1114640000,0,0,0,256), +(356,1114640000,0,0,0,16384), +(357,1114640000,0,0,0,16), +(358,1114640000,0,0,0,1026), +(360,1114640000,0,0,0,256), +(361,1114640000,0,0,0,1026), +(362,1114640000,0,0,0,1026), +(365,1114640000,0,0,0,16), +(366,1114640000,0,0,0,64), +(367,1114640000,0,0,0,64), +(369,1112800000,0,0,0,0), +(370,1114640000,0,0,0,64), +(371,1114640000,0,0,0,16), +(372,1114640000,0,0,0,64), +(373,1114640000,0,0,0,16384), +(375,1114640000,0,0,1,0), +(376,1114640000,0,0,0,64), +(377,1114640000,0,0,32,0), +(378,1114640000,0,0,0,64), +(379,1112800000,0,0,0,0), +(380,1114640000,0,0,0,16384), +(381,1114640000,0,0,2,0), +(382,1114640000,0,100,0,0), +(383,1114640000,0,255,0,0), +(384,1114640000,0,255,0,0), +(385,1114640000,0,0,0,16), +(386,1114640000,0,0,0,16), +(387,1114640000,0,0,0,256), +(388,1114640000,0,0,0,16), +(389,1114640000,0,0,0,16), +(390,1114640000,0,60,0,0), +(391,1114640000,0,60,0,0), +(392,1114640000,0,60,0,0), +(394,1114640000,0,0,0,256), +(395,1114640000,0,0,0,256), +(396,1114640000,0,0,0,64), +(397,1114640000,0,0,0,256), +(398,1114640000,0,0,0,256), +(399,1114640000,0,0,0,256), +(400,1114640000,0,0,0,256), +(402,1114640000,0,0,0,256), +(403,1114640000,0,0,0,256), +(404,1114640000,0,0,0,256), +(405,1114640000,0,0,0,256), +(406,1114640000,0,0,0,256), +(407,1114640000,0,0,0,256), +(408,1114640000,0,0,0,256), +(409,1114640000,0,0,0,256), +(410,1114640000,0,0,0,256), +(411,1114640000,0,0,0,256), +(412,1114640000,0,0,0,256), +(413,1114640000,0,0,0,256), +(414,1114640000,0,0,0,256), +(415,1114640000,0,0,0,256), +(416,1114640000,0,0,0,256), +(417,1114640000,0,0,0,256), +(418,1114640000,0,0,0,256), +(419,1114640000,0,0,0,256), +(420,1114640000,0,0,0,256), +(421,1114640000,0,0,0,256), +(422,1114640000,0,0,0,256), +(423,1114640000,0,0,0,256), +(424,1114640000,0,0,0,256), +(425,1114640000,0,0,0,256), +(426,1114640000,0,0,0,256), +(427,1114640000,0,0,0,256), +(428,1114640000,0,0,0,256), +(429,1114640000,0,0,0,256), +(430,1114640000,0,0,0,256), +(431,1114640000,0,0,0,256), +(432,1114640000,0,0,0,256), +(433,1114640000,0,0,0,256), +(434,1114640000,0,0,0,256), +(435,1114640000,0,0,0,16384), +(436,1114640000,0,50,0,0), +(437,1114640000,0,80,0,0), +(438,1114640000,0,0,0,256), +(439,1114640000,0,0,36,0), +(440,1114640000,0,0,0,16), +(442,1114640000,0,0,0,16), +(443,1114640000,0,60,0,0), +(444,1112800000,0,0,0,0), +(445,1114640000,0,0,0,16384), +(446,1114640000,0,0,0,1026), +(448,1112800000,0,0,0,0), +(449,1114640000,0,0,0,256), +(450,1114640000,0,0,0,256), +(451,1114640000,0,0,0,32768), +(454,1114640000,0,0,0,256), +(455,1114640000,0,0,0,256), +(456,1114640000,0,0,0,256), +(457,1116600000,0,0,0,0), +(458,1112800000,0,0,0,0), +(459,1114640000,0,0,0,256), +(460,1114640000,0,0,0,256), +(461,1114640000,0,0,0,256), +(462,1114640000,0,0,0,256), +(463,1114640000,0,0,0,64), +(464,1114640000,0,0,0,16384), +(465,1114640000,0,0,0,16384), +(466,1114640000,0,0,32,0), +(467,1114640000,0,0,0,256), +(468,1114640000,0,0,0,256), +(469,1114640000,0,0,0,256), +(470,1114640000,0,0,0,256), +(471,1114640000,0,0,0,256), +(472,1114640000,0,0,0,256), +(473,1114640000,0,0,0,16384), +(474,1114640000,0,0,0,256), +(475,1114640000,0,0,0,256), +(477,1114640000,3,0,0,0), +(478,1114640000,0,0,0,16384), +(479,1112800000,0,0,0,0), +(480,1114640000,0,0,0,64), +(481,1112800000,0,0,0,0), +(482,1114640000,0,0,0,64), +(483,1114640000,0,0,0,16384), +(485,1114640000,0,0,0,256), +(486,1114640000,0,0,0,256), +(487,1114640000,0,0,0,256), +(488,1114640000,0,0,0,256), +(489,1114640000,0,0,0,256), +(490,1114640000,0,0,0,256), +(492,1114640000,0,0,0,16384), +(493,1112800000,0,0,0,0), +(494,1114640000,0,0,0,16384), +(495,1114640000,0,60,0,0), +(496,1114640000,0,0,0,64), +(497,1114640000,0,0,0,64), +(498,1114640000,0,0,0,16), +(499,1114640000,0,0,0,16), +(500,1114640000,0,0,0,64), +(501,1112800000,0,0,0,0), +(502,1114640000,0,0,0,16384), +(503,1114640000,0,0,0,64), +(504,1112800000,0,0,0,0), +(505,1112800000,0,0,0,0), +(506,1114640000,0,0,0,64), +(507,1114640000,0,0,0,256), +(508,1112800000,0,0,0,0), +(509,1114640000,0,0,0,256), +(510,1114640000,0,0,0,64), +(511,1114640000,0,0,0,256), +(512,1116600000,0,0,0,0), +(513,1112800000,0,0,0,0), +(514,1116600000,0,0,0,0), +(515,1112800000,0,0,0,0), +(516,1114640000,0,0,0,256), +(517,1114640000,0,0,0,256), +(518,1114640000,0,0,0,16384), +(519,1114640000,0,0,64,0), +(520,1114640000,0,0,64,0), +(521,1112800000,0,0,0,0), +(522,1114640000,0,0,0,16), +(523,1114640000,0,0,0,64), +(524,1114640000,0,0,0,16), +(526,1114640000,0,0,0,16), +(527,1114640000,0,0,0,16), +(528,1114640000,0,0,0,16), +(529,1114640000,0,0,0,16), +(530,1114640000,0,0,0,16), +(531,1114640000,0,0,0,16384), +(532,1114640000,0,0,1,0), +(533,1114640000,0,0,0,16384), +(534,1114640000,0,0,0,16), +(535,1114640000,0,0,0,64), +(536,1114640000,0,0,0,32), +(537,1114640000,0,0,0,16), +(538,1114640000,0,0,0,16), +(539,1114640000,0,0,0,16), +(540,1114640000,0,0,0,16), +(541,1114640000,4,0,0,0), +(542,1114640000,0,0,0,16), +(543,1114640000,0,0,0,16), +(544,1114640000,0,0,0,16384), +(545,1114640000,0,0,0,16384), +(546,1114640000,0,0,0,16), +(547,1114640000,0,0,0,16), +(548,1114640000,0,0,0,16), +(549,1114640000,0,0,0,16), +(550,1114640000,0,0,0,16), +(551,1114640000,0,0,0,16), +(552,1114640000,0,0,0,16), +(553,1114640000,0,0,0,16), +(554,1114640000,0,0,0,16), +(555,1114640000,0,0,0,16), +(556,1114640000,0,0,0,16), +(557,1114640000,0,0,0,16), +(558,1114640000,0,0,0,16), +(559,1114640000,0,0,0,16), +(560,1114640000,0,0,0,16), +(561,1114640000,0,0,0,16), +(562,1114640000,0,0,0,16), +(563,1114640000,0,0,0,16), +(564,1114640000,0,0,0,16), +(565,1114640000,0,0,0,16), +(566,1114640000,0,0,0,16), +(567,1114640000,0,0,0,16), +(568,1114640000,0,0,0,16), +(569,1114640000,0,0,0,16), +(570,1114640000,0,0,0,16), +(571,1114640000,0,0,0,16), +(573,1114640000,0,0,0,16), +(574,1114640000,0,0,0,16), +(575,1114640000,0,0,0,64), +(576,1114640000,0,0,0,64), +(577,1114640000,0,0,0,64), +(578,1114640000,0,0,0,16), +(579,1114640000,0,0,0,16), +(580,1114640000,0,0,0,16), +(581,1114640000,0,0,0,16), +(582,1114640000,0,0,0,16), +(583,1114640000,0,0,0,16), +(584,1114640000,0,0,0,16), +(585,1114640000,0,0,0,16), +(586,1114640000,0,0,0,16), +(587,1114640000,0,0,0,16), +(588,1114640000,0,0,0,16), +(589,1114640000,0,0,0,64), +(590,1114640000,0,0,0,16), +(591,1114640000,0,0,0,64), +(592,1114640000,0,0,0,64), +(593,1114640000,0,0,0,16), +(594,1114640000,0,0,4,0), +(595,1114640000,10,0,0,0), +(596,1114640000,0,0,0,32), +(597,1114640000,0,0,0,16), +(598,1114640000,0,0,0,16), +(600,1114640000,0,0,0,16), +(601,1114640000,0,0,0,16), +(602,1114640000,0,0,0,16), +(603,1114640000,0,0,0,16), +(604,1114640000,0,0,0,16), +(605,1114640000,0,0,0,16), +(606,1114640000,0,0,0,16), +(607,1114640000,0,0,0,16), +(608,1114640000,0,0,0,16), +(609,1114640000,0,0,0,16), +(610,1114640000,0,0,0,64), +(611,1114640000,0,0,0,16384), +(612,1114640000,0,0,0,64), +(613,1114640000,0,0,0,16), +(614,1114640000,0,0,0,256), +(615,1114640000,0,0,0,64), +(616,1114640000,0,0,0,64), +(617,1114640000,0,0,256,0), +(618,1114640000,0,0,0,256), +(619,1114640000,0,0,0,64), +(620,1114640000,0,0,0,256), +(621,1114640000,0,0,0,32), +(622,1114640000,0,0,0,256), +(623,1114640000,0,0,0,256), +(625,1112800000,0,0,0,0), +(626,1114640000,0,0,0,64), +(627,1114640000,0,0,0,16384), +(628,1114640000,0,0,0,16), +(629,1114640000,0,0,0,256), +(630,1114640000,0,0,0,256), +(631,1114640000,0,0,0,256), +(632,1114640000,0,0,0,16), +(633,1114640000,0,0,0,16), +(634,1114640000,0,0,0,16), +(635,1114640000,0,0,0,16), +(636,1114640000,1,0,0,0), +(637,1114640000,0,0,0,16), +(638,1114640000,0,0,0,16), +(639,1114640000,0,0,0,16), +(640,1114640000,0,0,0,16), +(641,1114640000,0,0,0,16), +(642,1114640000,0,0,0,16), +(643,1114640000,0,0,0,16), +(644,1114640000,0,0,0,16), +(645,1114640000,0,0,0,16), +(646,1114640000,0,0,0,16), +(647,1114640000,0,0,0,16), +(648,1114640000,0,0,0,16), +(649,1114640000,0,0,0,16), +(650,1114640000,0,0,0,16), +(651,1114640000,0,0,211,0), +(652,1114640000,0,0,0,64), +(653,1114640000,0,0,0,16384), +(654,1114640000,0,0,0,64), +(655,-1029440000,0,0,0,0), +(656,1112800000,0,0,0,0), +(657,1114640000,0,0,0,64), +(658,1114640000,0,0,0,128), +(659,1114640000,0,0,0,16384), +(660,1114640000,0,0,0,256), +(661,1114640000,0,0,0,32), +(662,1114640000,0,0,2,0), +(663,1112800000,0,0,0,0), +(664,1116600000,0,0,0,0), +(665,1116600000,0,0,0,0), +(666,1114640000,0,0,0,64), +(667,1112800000,0,0,0,0), +(668,1114640000,0,0,0,16), +(669,1116600000,0,0,0,0), +(670,1116600000,0,0,0,0), +(671,1116600000,0,0,0,0), +(672,1114640000,0,0,0,256), +(673,1116600000,0,0,0,0), +(674,1116600000,0,0,0,0), +(675,1118040000,0,0,0,0), +(676,1114640000,0,0,0,64), +(678,1114640000,0,0,0,2), +(679,1114640000,0,0,0,64), +(680,1114640000,0,0,0,16), +(681,1114640000,0,0,0,16), +(683,1114640000,0,0,0,64), +(684,1114640000,0,0,0,16384), +(685,1114640000,0,0,0,16384), +(687,1114640000,0,0,32,0), +(688,1114640000,0,0,32,0), +(689,1114640000,0,0,0,16384), +(690,1114640000,0,0,0,16384), +(691,1114640000,0,0,0,16384), +(692,1112800000,0,0,0,0), +(693,1114640000,0,0,32,64), +(694,1112800000,0,0,0,0), +(695,1114640000,0,0,0,16384), +(696,1114640000,0,0,0,64), +(697,1112800000,0,0,0,0), +(698,1114640000,0,0,0,256), +(699,1114640000,0,0,0,256), +(700,1114640000,0,0,0,16384), +(701,1114640000,0,0,0,64), +(703,1114640000,0,0,0,16384), +(704,1114640000,0,0,0,256), +(705,1114640000,0,0,0,64), +(707,1114640000,0,0,0,256), +(708,1116600000,0,0,0,0), +(709,1114640000,0,0,4,0), +(710,1112800000,0,0,0,0), +(711,1114640000,0,0,0,64), +(712,1118040000,0,0,0,0), +(713,1114640000,0,0,0,16384), +(714,1114640000,0,0,0,256), +(715,1114640000,0,0,0,256), +(716,1114640000,0,0,0,16384), +(717,1114640000,0,0,0,16384), +(718,1114640000,0,0,0,256), +(719,1114640000,0,0,0,256), +(720,1114640000,0,0,4,0), +(721,1114640000,0,0,0,16), +(722,1114640000,0,0,0,256), +(724,1114640000,0,0,0,256), +(725,1114640000,0,0,0,16384), +(726,1114640000,0,0,0,64), +(727,1114640000,0,0,0,256), +(728,1114640000,5,0,0,0), +(729,1114640000,0,0,0,64), +(730,1114640000,0,0,1,0), +(731,1114640000,0,0,0,64), +(732,1114640000,0,0,1,0), +(733,1114640000,0,0,1,0), +(734,1118040000,0,0,0,0), +(735,1118040000,0,0,0,0), +(736,1114640000,0,0,1,0), +(737,1114640000,0,0,1,0), +(738,1114640000,0,0,1,0), +(739,1114640000,0,0,1,0), +(740,1114640000,0,0,1,0), +(741,1114640000,0,0,1,0), +(742,1114640000,0,0,1,0), +(743,1114640000,0,0,1,0), +(744,1114640000,0,0,1,0), +(745,1114640000,0,0,1,0), +(746,1114640000,0,0,1,0), +(747,1114640000,0,0,0,64), +(748,1114640000,0,0,32,0), +(749,1114640000,0,0,0,64), +(750,1114640000,0,0,0,256), +(751,1114640000,0,0,0,64), +(752,1114640000,0,0,0,256), +(753,1114640000,0,0,0,64), +(754,1127480000,0,0,0,0), +(755,1114640000,0,0,0,64), +(756,1114640000,0,0,2,0), +(757,1114640000,0,0,0,16), +(758,1114640000,0,0,0,16), +(759,1114640000,0,0,0,16), +(760,1114640000,0,0,0,16), +(761,1114640000,0,0,0,16), +(762,1114640000,0,0,0,16), +(763,1114640000,0,0,0,16), +(764,1114640000,0,0,0,16), +(765,1114640000,0,0,0,16), +(766,1114640000,0,0,0,16), +(767,1114640000,0,0,0,16), +(768,1114640000,0,0,0,16), +(769,1114640000,0,0,0,16), +(770,1114640000,0,0,0,16), +(771,1114640000,0,0,0,16), +(772,1114640000,0,0,0,16), +(773,1114640000,0,0,0,16), +(774,1114640000,0,0,0,16), +(775,1114640000,0,0,0,16), +(776,1114640000,0,0,0,16), +(777,1114640000,0,0,0,16), +(778,1114640000,0,0,0,16), +(779,1114640000,0,0,0,16), +(780,1114640000,0,0,0,16), +(781,1114640000,0,0,0,16), +(782,1114640000,0,0,0,16), +(783,1114640000,0,0,118,0), +(784,1114640000,0,0,0,256), +(785,1114640000,0,0,0,256), +(786,1114640000,0,0,0,16384), +(787,1114640000,0,0,0,16384), +(788,1114640000,0,0,0,64), +(789,1112800000,0,0,0,0), +(790,1114640000,0,0,0,64), +(791,1114640000,0,0,0,16384), +(792,1114640000,0,0,0,32768), +(793,1114640000,0,0,0,16384), +(794,1114640000,5,0,0,0), +(795,1114640000,0,0,96,0), +(798,1114640000,0,0,0,64), +(800,1114640000,0,0,0,256), +(801,1118040000,0,0,0,0), +(802,1114640000,0,0,0,64), +(804,1116600000,0,0,0,0), +(805,1114640000,0,0,2,0), +(807,1114640000,0,0,0,64), +(808,1114640000,0,0,0,64), +(809,1114640000,0,0,0,64), +(810,1114640000,0,0,0,64), +(811,1112800000,0,0,0,0), +(812,1114640000,0,0,4,0), +(813,1114640000,0,0,1,0), +(814,1118040000,0,0,0,0), +(815,1114640000,0,0,0,32768), +(816,1114640000,0,0,0,64), +(817,1114640000,0,0,0,64), +(818,1118040000,0,0,0,0), +(819,1114640000,0,0,0,256), +(820,1114640000,0,0,0,64), +(821,1114640000,0,0,0,256), +(822,1114640000,0,0,0,64), +(823,1116600000,0,0,0,0), +(824,1114640000,0,0,0,16384), +(825,1114640000,0,0,0,16384), +(826,1127480000,0,0,0,0), +(827,1114640000,0,0,0,256), +(828,1114640000,0,0,0,256), +(829,1114640000,0,0,0,16384), +(830,1114640000,0,0,0,64), +(831,1114640000,0,0,0,256), +(832,1114640000,0,0,0,256), +(833,1114640000,0,0,0,256), +(834,1114640000,0,0,0,256), +(835,1114640000,0,0,0,256), +(836,1114640000,0,0,0,256), +(837,1114640000,0,0,0,256), +(838,1114640000,0,60,0,0), +(840,1114640000,0,0,256,0), +(841,1112800000,0,0,0,0), +(842,1114640000,0,60,0,0), +(843,1114640000,0,0,256,0), +(844,1114640000,0,0,0,16384), +(845,1114640000,0,0,0,16384), +(846,1114640000,0,0,0,256), +(847,1114640000,0,0,0,64), +(848,1114640000,0,0,0,256), +(849,1114640000,0,0,0,256), +(850,1114640000,0,0,0,256), +(851,1114640000,0,0,0,256), +(853,1114640000,0,0,0,64), +(856,1114640000,0,0,0,16), +(857,1114640000,0,0,16,0), +(858,1114640000,0,0,0,256), +(859,1114640000,0,0,0,256), +(860,1114640000,0,0,0,1024), +(861,1114640000,0,0,0,512), +(862,1114640000,0,0,0,16), +(863,1114640000,0,0,0,16), +(864,1114640000,0,0,0,16), +(865,1114640000,0,0,0,16), +(866,1114640000,0,0,0,16), +(867,1114640000,0,0,0,16), +(868,1114640000,0,0,0,16), +(869,1114640000,0,0,0,16), +(870,1114640000,0,0,0,16), +(871,1114640000,0,0,0,16), +(872,1114640000,1,0,0,0), +(873,1114640000,0,0,0,16), +(874,1114640000,0,0,0,16), +(875,1114640000,0,0,0,16), +(876,1114640000,0,0,0,16), +(877,1114640000,0,0,0,16), +(878,1114640000,0,0,0,16), +(879,1114640000,0,0,0,16), +(880,1114640000,0,0,0,16), +(881,1114640000,0,0,0,16), +(882,1114640000,0,0,0,256), +(883,1114640000,0,0,0,256), +(884,1114640000,0,0,0,256), +(885,1114640000,0,0,0,256), +(886,1114640000,0,0,0,256), +(887,1114640000,0,0,0,256), +(888,1114640000,0,0,0,256), +(889,1114640000,0,0,0,256), +(890,1114640000,0,0,0,256), +(891,1114640000,0,0,0,256), +(892,1114640000,0,0,0,256), +(893,1114640000,0,0,0,256), +(895,1114640000,0,0,0,256), +(900,1114640000,0,0,0,256), +(901,1114640000,0,0,0,32768), +(902,1114640000,0,0,211,0), +(903,1114640000,0,0,0,64), +(904,1114640000,0,0,0,64), +(905,1116600000,0,0,0,0), +(906,1118040000,0,0,0,0), +(907,1116600000,0,0,0,0), +(908,1116600000,0,0,0,0), +(909,1116600000,0,0,0,0), +(910,1116600000,0,0,0,0), +(911,1114640000,0,0,0,256), +(912,1114640000,0,0,0,16), +(913,1114640000,0,0,0,16), +(914,1114640000,0,0,0,16), +(915,1114640000,0,0,0,16), +(916,1114640000,0,0,0,16), +(917,1114640000,0,0,0,16), +(918,1116600000,0,0,0,0), +(919,1114640000,0,0,0,64), +(920,1114640000,0,0,0,64), +(921,1114640000,0,0,0,16), +(922,1112800000,0,0,0,0), +(923,1112800000,0,0,0,0), +(924,1114640000,0,0,0,16), +(925,1114640000,0,0,0,16), +(926,1114640000,0,0,0,256), +(927,1114640000,0,0,0,16), +(928,1114640000,0,0,0,16), +(929,1114640000,0,0,0,256), +(930,1114640000,0,0,0,256), +(931,1114640000,0,0,0,16384), +(932,1114640000,0,0,0,256), +(933,1114640000,0,0,0,256), +(936,1114640000,0,0,0,16), +(937,1114640000,0,0,0,16), +(938,1114640000,0,0,0,16), +(939,1114640000,0,0,0,256), +(940,1114640000,5,0,0,0), +(941,1114640000,0,0,0,64), +(950,1114640000,0,0,0,32768), +(951,1114640000,0,0,0,64), +(952,1112800000,0,0,0,0), +(953,1112800000,4,0,0,0), +(954,1114640000,0,0,0,64), +(955,1114640000,0,0,0,16384), +(956,1114640000,0,0,0,256), +(957,1114640000,0,0,0,16384), +(958,1114640000,0,0,0,16384), +(959,1114640000,0,0,0,64), +(960,1114640000,0,0,0,64), +(961,1114640000,0,0,0,16), +(962,1114640000,0,0,0,16), +(963,1114640000,0,0,0,16), +(964,1114640000,0,0,0,16), +(965,1114640000,0,0,0,64), +(966,1114640000,0,0,1023,0), +(967,1118040000,0,0,0,0), +(968,1114640000,0,0,0,16), +(969,1114640000,0,0,1,0), +(970,-1029440000,0,0,0,0), +(971,1114640000,0,0,0,256), +(972,1118040000,0,0,0,0), +(973,1114640000,0,0,0,64), +(974,1114640000,0,0,0,256), +(975,1114640000,0,0,0,256), +(976,1114640000,0,0,0,256), +(977,1114640000,0,0,0,256), +(978,1114640000,0,0,0,256), +(979,1114640000,0,0,0,256), +(980,1114640000,0,0,0,256), +(981,1114640000,0,0,0,256), +(982,1114640000,0,0,0,64), +(983,1114640000,0,0,0,16), +(984,1114640000,0,0,0,16), +(985,1114640000,0,0,0,16), +(986,1114640000,0,0,0,16), +(987,1114640000,0,0,0,16), +(988,1114640000,0,0,0,16), +(989,1118040000,0,0,0,0), +(990,1114640000,0,0,2,0), +(999,1112800000,0,0,0,0), +(1012,1114640000,5,0,0,0), +(1029,1114640000,4,0,0,0), +(1030,1114640000,0,0,0,16), +(1031,1114640000,0,0,0,16), +(1032,1114640000,0,0,0,16), +(1033,1114640000,0,0,0,16), +(1034,1114640000,0,0,0,16), +(1035,1114640000,0,0,0,16), +(1036,1114640000,0,0,0,16), +(1037,1114640000,0,0,0,16), +(1038,1114640000,0,0,0,16), +(1039,1118040000,0,0,0,0), +(1040,1114640000,0,0,0,16384), +(1041,1114640000,0,0,0,256), +(1042,1114640000,0,0,0,16), +(1043,1112800000,0,0,0,0), +(1044,1114640000,0,0,0,64), +(1045,1114640000,0,0,0,32768), +(1046,1114640000,10,0,0,0), +(1047,1114640000,0,0,0,16), +(1048,1114640000,0,0,0,16), +(1049,1114640000,0,0,0,16), +(1050,1114640000,0,0,0,64), +(1051,1114640000,0,0,0,64), +(1052,1114640000,0,0,0,64), +(1054,1118040000,0,0,0,0), +(1055,1114640000,0,0,0,64), +(1056,1114640000,0,0,0,64), +(1057,1114640000,0,0,0,256), +(1059,1118040000,0,0,0,0), +(1061,1110700000,0,0,0,0), +(1062,1124530000,0,0,0,0), +(1063,1119090000,0,0,0,0), +(1064,1127480000,0,0,0,0), +(1065,1130430000,0,0,0,0), +(1066,1132920000,0,0,0,0), +(1067,1134400000,0,0,0,0), +(1068,1118040000,0,0,0,0), +(1069,1114640000,0,0,0,256), +(1070,1114640000,0,0,0,256), +(1071,1114640000,0,0,0,256), +(1072,1088420000,1,0,0,0), +(1073,1114640000,0,0,0,256), +(1074,1114640000,0,0,0,256), +(1075,1114640000,0,0,0,256), +(1076,1114640000,0,0,0,256), +(1077,1114640000,0,0,0,256), +(1078,1114640000,0,0,0,256), +(1079,1114640000,0,0,0,256), +(1080,1114640000,0,0,0,64), +(1081,1114640000,1,0,0,0), +(1082,1114640000,1,0,0,0), +(1083,1114640000,1,0,0,0), +(1084,1112800000,0,0,0,0), +(1085,1116600000,1,0,0,0), +(1086,1114640000,1,0,0,0), +(1087,1114640000,1,0,0,0), +(1088,1114640000,0,0,0,64), +(1089,1112800000,0,0,0,0), +(1090,1114640000,0,0,0,16), +(1091,1114640000,0,0,0,16), +(1092,1114640000,0,0,0,16), +(1093,1114640000,0,0,0,16), +(1094,1114640000,0,0,0,16), +(1095,1114640000,0,0,0,16), +(1096,1114640000,0,0,0,16), +(1097,1114640000,0,0,0,16), +(1098,1114640000,0,0,0,16), +(1099,1114640000,0,0,0,16), +(1100,1114640000,0,0,0,16), +(1101,1114640000,0,0,0,16), +(1102,1114640000,0,0,0,16), +(1103,1114640000,0,0,0,16), +(1104,1114640000,0,0,0,16), +(1105,1114640000,0,0,0,16), +(1106,1114640000,0,0,0,16), +(1107,1114640000,0,0,0,16), +(1108,1114640000,0,0,0,256), +(1109,1116600000,0,0,0,0), +(1110,1116600000,0,0,0,0), +(1111,1116600000,0,0,0,0), +(1112,1114640000,0,0,0,256), +(1113,1114640000,0,0,0,256), +(1114,1114640000,5,0,0,0), +(1115,1116600000,0,0,0,0), +(1117,-1029440000,0,0,0,0), +(1118,1114640000,0,0,0,256), +(1119,1114640000,0,0,0,64), +(1125,1112800000,0,0,0,0), +(1126,1114640000,5,0,0,0), +(1127,1114640000,0,0,0,64), +(1128,1114640000,0,0,0,64), +(1129,1114640000,0,0,0,32768), +(1130,1114640000,0,0,0,16384), +(1131,1114640000,0,0,0,16384), +(1147,1114640000,0,0,0,256), +(1148,1118040000,0,0,0,0), +(1149,1114640000,0,0,0,256), +(1150,1114640000,0,0,0,256), +(1151,1114640000,0,0,0,16), +(1152,1114640000,0,0,0,16), +(1153,1084230000,0,0,0,0), +(1154,1114640000,5,0,0,0), +(1155,1114640000,0,0,0,32), +(1156,1114640000,15,0,0,0), +(1157,1114640000,0,0,0,64), +(1158,1114640000,0,0,0,256), +(1160,1114640000,10,0,0,0), +(1161,1114640000,0,40,0,0), +(1162,1114640000,0,50,0,0), +(1163,1114640000,0,70,0,0), +(1164,1114640000,0,0,0,32), +(1166,1114640000,1,0,0,0), +(1167,1114640000,0,30,0,0), +(1168,1114640000,0,20,0,0), +(1169,1114640000,0,0,0,64), +(1170,1114640000,1,0,0,0), +(1172,1114640000,0,0,0,64), +(1173,1114640000,0,0,0,64), +(1174,1114640000,0,0,0,64), +(1175,1114640000,0,0,0,64), +(1176,1114640000,0,0,0,16384), +(1177,1114640000,0,0,0,16384), +(1178,1114640000,0,0,0,64), +(1179,1114640000,0,0,0,32768), +(1180,1114640000,0,0,64,0), +(1181,1114640000,0,0,0,16), +(1182,1114640000,0,0,0,16), +(1183,1114640000,0,0,0,256), +(1184,1114640000,0,0,0,16), +(1185,1114640000,0,0,0,16), +(1186,1114640000,0,0,0,256), +(1187,1114640000,0,0,0,256), +(1188,1114640000,0,0,0,256), +(1189,1114640000,0,0,0,16384), +(1190,1114640000,0,0,0,16), +(1191,1114640000,0,0,0,16), +(1192,1114640000,0,0,0,16), +(1193,1114640000,0,0,0,16), +(1194,1114640000,0,0,0,16), +(1195,1114640000,0,0,0,16), +(1196,1114640000,0,0,0,16), +(1197,1114640000,0,0,0,16), +(1198,1114640000,0,0,0,16), +(1199,1114640000,0,0,0,16), +(1200,1114640000,0,0,0,16), +(1201,1114640000,0,0,0,16), +(1202,1114640000,0,0,0,16), +(1203,1114640000,0,0,0,16), +(1204,1114640000,0,0,0,16), +(1205,1114640000,0,0,0,16), +(1206,1114640000,0,0,0,16), +(1207,1114640000,0,0,0,16), +(1208,1114640000,0,0,0,16), +(1209,1114640000,0,0,0,64), +(1210,1114640000,0,0,0,256), +(1211,1114640000,0,0,0,256), +(1212,1114640000,0,0,0,256), +(1213,1114640000,0,0,0,256), +(1214,1114640000,0,0,0,256), +(1215,1114640000,0,0,0,256), +(1216,1114640000,0,0,0,256), +(1217,1114640000,0,0,0,256), +(1218,1114640000,0,0,0,256), +(1219,1114640000,0,0,0,256), +(1220,1114640000,0,0,0,256), +(1221,1114640000,0,0,0,256), +(1222,1114640000,0,0,0,256), +(1223,1114640000,0,0,0,256), +(1225,1114640000,0,0,0,256), +(1226,1114640000,0,0,0,256), +(1227,1114640000,0,0,0,256), +(1228,1114640000,0,0,0,256), +(1229,1114640000,0,0,0,64), +(1230,1112800000,0,0,0,0), +(1231,1114640000,5,0,0,0), +(1232,1114640000,0,0,0,64), +(1233,1114640000,0,0,0,64), +(1234,1114640000,0,0,0,64), +(1235,1114640000,0,0,0,256), +(1236,1114640000,0,0,0,256), +(1237,1114640000,0,0,0,256), +(1238,1114640000,0,0,0,256), +(1239,1114640000,0,0,211,0), +(1240,1116600000,0,0,0,0), +(1241,1114640000,0,0,0,16), +(1242,1114640000,3,0,0,0), +(1243,1114640000,0,0,0,16), +(1244,1114640000,0,0,0,16), +(1245,1114640000,0,0,0,16), +(1246,1114640000,0,0,0,16), +(1247,1114640000,0,0,0,16), +(1248,1114640000,0,0,0,16), +(1249,1114640000,0,0,0,16), +(1250,1114640000,0,0,0,16), +(1251,1114640000,0,0,0,16), +(1252,1114640000,0,0,0,16), +(1253,1114640000,0,0,0,16), +(1254,1114640000,0,0,0,16), +(1255,1114640000,0,0,0,16), +(1256,1114640000,0,0,0,16), +(1257,1114640000,0,0,0,16), +(1258,1114640000,0,0,0,16), +(1259,1114640000,0,0,0,16), +(1260,1114640000,0,0,0,16), +(1261,1114640000,0,0,0,16), +(1262,1114640000,0,0,0,16), +(1263,1114640000,0,0,0,16), +(1264,1114640000,0,0,0,16), +(1265,1114640000,0,0,0,16), +(1266,1114640000,0,0,0,16), +(1267,1114640000,0,0,0,16), +(1268,1114640000,0,0,0,16), +(1269,1114640000,0,0,0,16), +(1270,1114640000,0,0,0,16), +(1271,1114640000,0,0,0,16), +(1272,1114640000,0,0,0,16), +(1273,1114640000,0,0,0,16), +(1274,1114640000,0,0,0,16), +(1275,1114640000,0,0,0,16), +(1276,1114640000,0,0,0,16), +(1278,1114640000,0,0,0,16), +(1279,1114640000,0,0,0,16), +(1280,1114640000,0,0,0,16), +(1281,1114640000,0,0,0,16), +(1282,1114640000,0,0,0,64), +(1284,1114640000,0,0,0,16384), +(1285,1116600000,0,0,0,0), +(1286,1114640000,0,0,0,256), +(1287,1114640000,10,0,0,0), +(1288,1114640000,0,0,0,256), +(1289,1109920000,0,0,0,0), +(1290,1114640000,0,0,0,16), +(1291,1114640000,0,0,0,16), +(1292,1114640000,0,0,0,16), +(1293,1118040000,0,0,0,0), +(1295,1114640000,0,0,0,16384), +(1297,1114640000,0,0,0,256), +(1298,1114640000,0,0,0,256), +(1299,1114640000,0,0,0,256), +(1300,1114640000,0,0,0,256), +(1301,1114640000,0,0,0,256), +(1302,1114640000,0,0,0,256), +(1303,1114640000,0,0,0,256), +(1304,1114640000,0,0,0,256), +(1305,1114640000,0,0,0,256), +(1306,1114640000,0,0,0,256), +(1307,1114640000,0,0,0,256), +(1308,1114640000,0,0,0,256), +(1309,1114640000,0,0,0,256), +(1310,1114640000,0,0,36,0), +(1311,1114640000,0,0,193,0), +(1312,1114640000,0,0,193,0), +(1313,1114640000,0,0,0,256), +(1314,1114640000,15,0,0,0), +(1315,1114640000,0,0,0,32), +(1316,1114640000,0,0,0,32), +(1317,1114640000,5,0,0,0), +(1318,1114640000,0,0,0,256), +(1319,1114640000,0,0,0,256), +(1320,1114640000,0,0,0,256), +(1321,1114640000,0,0,0,256), +(1322,1127480000,5,0,0,0), +(1323,1127480000,0,0,0,0), +(1324,1114640000,0,0,0,256), +(1325,1114640000,0,0,0,16384), +(1326,1116600000,0,0,0,0), +(1329,1114640000,0,0,0,256), +(1330,1114640000,0,0,0,256), +(1331,1114640000,0,0,0,256), +(1332,1114640000,0,0,0,16384), +(1334,1114640000,0,0,0,16384), +(1335,1119090000,0,0,0,0), +(1337,1105720000,0,0,0,0), +(1338,1114640000,0,0,0,64), +(1339,1114640000,0,0,0,16384), +(1341,1114640000,0,0,0,256), +(1342,1114640000,0,0,0,64), +(1345,1114640000,0,0,0,16), +(1346,1114640000,0,0,0,256), +(1347,1114640000,0,0,0,16), +(1348,1114640000,0,0,0,256), +(1349,1114640000,0,0,0,256), +(1402,1114640000,0,0,0,16384), +(1403,1114640000,0,0,0,32), +(1404,1114640000,0,0,0,64), +(1405,1112800000,0,0,0,0), +(1406,1114640000,5,0,0,0), +(1407,1114640000,0,0,0,256), +(1409,1114640000,3,0,0,0), +(1410,1114640000,0,0,0,16384), +(1411,1114640000,0,0,0,16384), +(1412,1114640000,1,0,0,0), +(1413,1114640000,0,0,1,64), +(1414,1114640000,0,0,0,16384), +(1415,1114640000,0,0,0,16), +(1416,1114640000,0,0,0,16), +(1417,1114640000,0,0,0,16), +(1418,1114640000,0,0,0,16), +(1419,1114640000,0,0,0,16), +(1420,1112800000,0,0,0,0), +(1421,1114640000,0,0,0,16), +(1422,1114640000,0,0,0,16), +(1423,1114640000,0,0,96,0), +(1424,1114640000,0,0,0,16384), +(1425,1114640000,0,0,96,0), +(1426,1114640000,0,0,0,64), +(1427,1114640000,0,0,0,16), +(1428,1112800000,0,0,0,0), +(1429,1114640000,0,0,0,16384), +(1430,1114640000,0,0,0,16384), +(1431,1114640000,0,0,0,32768), +(1432,1114640000,0,0,0,256), +(1433,1114640000,0,0,211,0), +(1435,1114640000,0,0,0,64), +(1436,1118040000,0,0,0,0), +(1437,1127480000,0,0,0,0), +(1438,1127480000,0,0,0,0), +(1439,1114640000,0,0,0,64), +(1440,1114640000,0,0,256,0), +(1441,1114640000,0,0,0,16384), +(1442,1114640000,0,0,256,0), +(1443,1114640000,1,0,0,64), +(1444,1116600000,0,0,0,0), +(1445,1127480000,0,0,0,0), +(1446,1114640000,0,0,0,64), +(1447,1114640000,0,0,0,64), +(1448,1112800000,0,0,0,0), +(1449,1114640000,0,0,1,0), +(1450,1114640000,0,0,1,0), +(1451,1114640000,0,0,1,0), +(1452,1114640000,0,0,0,64), +(1453,1114640000,0,0,0,64), +(1454,1114640000,0,0,0,16), +(1455,1114640000,0,0,0,16), +(1456,1114640000,0,0,0,16), +(1457,1118040000,0,0,0,0), +(1458,1114640000,0,0,0,16384), +(1459,1114640000,0,0,0,64), +(1460,1114640000,0,0,0,64), +(1461,1114640000,0,0,0,16), +(1462,1114640000,0,0,0,16), +(1463,1114640000,0,0,0,16), +(1464,1114640000,0,0,0,16), +(1465,1114640000,0,0,0,16), +(1466,1114640000,0,0,0,16), +(1467,1114640000,0,0,0,64), +(1468,1114640000,0,0,0,64), +(1469,1114640000,0,0,0,64), +(1470,1114640000,0,0,0,64), +(1473,1114640000,0,0,0,64), +(1474,1114640000,1,0,0,64), +(1475,1114640000,0,0,0,256), +(1476,1114640000,0,0,0,128), +(1477,1114640000,1,0,0,0), +(1478,1114640000,1,0,0,0), +(1479,1114640000,1,0,0,0), +(1480,1114640000,0,0,0,16384), +(1481,1114640000,0,0,0,16384), +(1482,1128460000,1,0,0,0), +(1483,1114640000,0,0,128,0), +(1484,1114640000,0,0,0,64), +(1485,1114640000,1,0,0,0), +(1486,1114640000,1,0,0,0), +(1487,1114640000,1,0,0,0), +(1488,1084230000,0,0,0,0), +(1489,1116600000,0,0,0,0), +(1490,1114640000,1,0,0,0), +(1491,1114640000,0,0,0,64), +(1492,1114640000,1,0,0,0), +(1494,1114640000,0,0,1,0), +(1495,1114640000,0,0,1,0), +(1496,1114640000,0,0,1,0), +(1497,1114640000,0,0,0,256), +(1498,1127480000,0,0,0,0), +(1499,1114640000,0,0,0,32), +(1501,1114640000,0,0,0,64), +(1502,1112800000,0,0,0,0), +(1503,1114640000,0,0,0,16384), +(1504,1127480000,1,0,0,0), +(1505,1114640000,3,0,0,0), +(1506,1114640000,3,0,0,0), +(1507,1114640000,0,0,211,0), +(1508,1114640000,0,0,0,64), +(1509,1109920000,0,0,0,0), +(1510,1114640000,15,0,0,0), +(1511,1114640000,0,0,0,64), +(1512,1118040000,0,0,0,0), +(1513,1116600000,0,0,0,0), +(1514,1114640000,0,0,0,64), +(1518,1114640000,0,0,64,0), +(1519,1114640000,0,0,0,16384), +(1520,1114640000,3,0,0,0), +(1521,1114640000,0,0,0,16), +(1522,1114640000,5,0,0,0), +(1523,1114640000,0,0,0,16), +(1524,1114640000,0,0,0,64), +(1525,1114640000,0,0,0,64), +(1526,1114640000,0,0,0,64), +(1527,1114640000,0,0,0,16384), +(1528,1118040000,0,0,0,0), +(1530,1114640000,0,0,0,64), +(1532,1114640000,0,0,0,64), +(1533,1114640000,0,0,0,16), +(1534,1114640000,0,0,0,16), +(1535,1114640000,0,0,0,16), +(1536,1114640000,0,0,0,16), +(1537,1112800000,0,0,0,0), +(1538,1114640000,2,0,0,0), +(1539,1114640000,0,0,0,256), +(1540,1116600000,0,0,0,0), +(1541,1116600000,0,0,0,0), +(1542,1114640000,0,0,0,64), +(1543,1112800000,0,0,0,0), +(1544,1114640000,0,0,0,32), +(1545,1114640000,0,0,0,64), +(1546,1114640000,0,0,0,64), +(1547,1114640000,0,0,0,64), +(1548,1114640000,0,0,0,256), +(1549,1114640000,0,0,0,16384), +(1550,1114640000,0,0,0,32), +(1551,1114640000,0,0,0,32), +(1552,1114640000,0,0,0,32), +(1553,1119090000,0,0,0,0), +(1554,1114640000,1,0,0,0), +(1555,1114640000,0,0,0,256), +(1556,1114640000,0,0,64,0), +(1557,1114640000,0,0,0,64), +(1558,1112800000,0,0,0,0), +(1559,1116600000,0,0,0,0), +(1563,1114640000,5,0,0,0), +(1564,1114640000,0,0,0,64), +(1565,1112800000,0,0,0,0), +(1566,1112800000,0,0,0,0), +(1567,1114640000,1,0,0,0), +(1568,1114640000,1,0,0,0), +(1569,1112800000,0,0,0,0), +(1571,1114640000,0,0,0,64), +(1572,1114640000,0,0,0,64), +(1573,1114640000,0,0,0,64), +(1574,1114640000,0,0,0,64), +(1576,1114640000,1,0,0,0), +(1577,1114640000,0,0,0,64), +(1578,1114640000,0,0,0,64), +(1579,1115420000,1,0,0,0), +(1580,1115420000,1,0,0,0), +(1581,1114640000,0,0,0,16384), +(1582,1114640000,0,0,0,16384), +(1583,1114640000,0,0,0,16), +(1584,1114640000,0,0,0,16), +(1585,1114640000,0,0,0,16384), +(1586,1114640000,0,0,0,64), +(1587,1114640000,0,0,0,16384), +(1588,1114640000,0,0,0,16), +(1589,1114640000,0,0,0,16), +(1590,1114640000,0,0,0,16), +(1591,1114640000,5,0,0,0), +(1592,1114640000,0,0,0,16), +(1594,1114640000,1,0,0,0), +(1595,1114640000,0,0,0,16384), +(1596,1114640000,0,0,0,16384), +(1597,1114640000,0,0,0,64), +(1598,1114640000,0,0,0,1026), +(1599,1114640000,0,0,0,1026), +(1608,1114640000,0,0,0,16384), +(1609,1114640000,0,0,0,1026), +(1611,1114640000,0,0,0,64), +(1612,1114640000,0,0,0,16384), +(1613,1114640000,0,0,64,0), +(1614,1114640000,0,0,0,64), +(1615,1114640000,0,0,0,256), +(1616,1114640000,0,0,0,64), +(1617,1114640000,0,0,0,16384), +(1618,1118040000,0,0,0,0), +(1619,1114640000,0,100,833,0), +(1620,1114640000,1,0,0,0), +(1621,1114640000,0,0,64,0), +(1622,1114640000,0,0,64,0), +(1623,1114640000,0,0,0,64), +(1624,1114640000,0,0,0,256), +(1625,1114640000,0,0,0,256), +(1626,1112800000,0,0,0,0), +(1627,1114640000,0,0,0,256), +(1628,1114640000,0,0,767,0), +(1629,1112800000,0,0,0,0), +(1630,1114640000,0,0,211,0), +(1632,1114640000,0,0,0,64), +(1633,1114640000,0,0,0,64), +(1635,1114640000,0,0,0,64), +(1636,1114640000,0,0,0,256), +(1638,1114640000,0,0,0,16384), +(1639,1114640000,0,0,0,64), +(1640,1114640000,0,0,0,64), +(1641,1114640000,0,0,0,64), +(1642,1114640000,0,0,64,0), +(1643,1114640000,0,0,64,0), +(1644,1114640000,0,0,0,64), +(1645,1114640000,0,0,0,64), +(1646,1118040000,0,0,0,0), +(1648,1114640000,0,0,0,64), +(1649,1114640000,0,0,0,64), +(1650,1114640000,0,0,0,64), +(1651,1114640000,0,0,36,0), +(1652,1114640000,0,0,0,64), +(1654,1114640000,0,0,0,64), +(1656,1114640000,0,0,0,64), +(1657,1116600000,0,0,0,0), +(1658,1114640000,0,0,0,64), +(1659,1114640000,0,0,0,16384), +(1660,1114640000,0,0,0,64), +(1661,1114640000,0,0,767,0), +(1662,1114640000,0,0,0,64), +(1663,1114640000,0,0,0,64), +(1664,1114640000,0,0,0,64), +(1665,1114640000,0,0,0,64), +(1666,1114640000,0,0,0,64), +(1667,1114640000,0,0,0,256), +(1668,1114640000,0,0,0,64), +(1670,1114640000,0,0,1,0), +(1671,1114640000,0,0,0,16), +(1672,1114640000,0,0,0,16), +(1673,1114640000,0,0,0,16), +(1674,1114640000,0,0,0,16), +(1675,1114640000,0,0,0,16), +(1676,1114640000,0,0,0,16), +(1677,1114640000,0,0,0,16), +(1678,1114640000,0,0,0,16), +(1679,1114640000,0,0,0,16), +(1680,1114640000,0,0,0,16), +(1681,1114640000,0,0,0,16), +(1682,1114640000,0,0,0,16), +(1683,1114640000,0,0,0,16), +(1684,1114640000,0,0,0,16), +(1685,1114640000,0,0,0,16), +(1686,1114640000,0,0,0,16), +(1687,1114640000,0,0,0,16), +(1688,1114640000,0,0,0,16), +(1689,1114640000,0,0,0,16), +(1690,1114640000,0,0,64,0), +(1691,1114640000,0,0,64,0), +(1692,1114640000,0,0,64,0), +(1693,1114640000,0,0,0,64), +(1694,1114640000,0,0,64,0), +(1696,1114640000,0,0,4,0), +(1697,1118040000,0,0,0,0), +(1698,1114640000,0,0,0,64), +(1699,1088420000,1,0,0,0), +(1700,1114640000,0,0,0,64), +(1701,1114640000,0,0,0,64), +(1702,1116600000,0,0,0,0), +(1703,1114640000,0,0,0,64), +(1704,1114640000,0,0,0,64), +(1705,1116600000,0,0,0,0), +(1706,-1029440000,0,0,0,0), +(1707,1112800000,0,0,0,0), +(1708,1114640000,5,0,0,0), +(1709,1112800000,0,0,0,0), +(1710,1114640000,0,0,0,16), +(1711,1114640000,0,0,0,16), +(1712,1112800000,0,0,0,0), +(1713,1114640000,0,0,0,64), +(1714,1114640000,0,0,0,64), +(1715,1112800000,0,0,0,0), +(1716,1114640000,0,0,0,64), +(1718,1114640000,0,0,0,16384), +(1721,1114640000,0,0,0,64), +(1722,1116600000,0,0,0,0), +(1723,1114640000,0,0,0,64), +(1725,1114640000,0,0,64,0), +(1726,1114640000,0,0,0,64), +(1727,1114640000,0,0,211,0), +(1728,1114640000,0,0,0,64), +(1729,1112800000,0,0,0,0), +(1730,1114640000,0,0,1,0), +(1732,1114640000,1,0,0,0), +(1733,1114640000,1,0,0,0), +(1734,1114640000,0,0,0,64), +(1735,1112800000,0,0,0,0), +(1736,1114640000,0,60,0,0), +(1737,1114640000,1,0,0,0), +(1741,1114640000,0,60,0,0), +(1742,1114640000,0,0,0,64), +(1743,1114640000,0,0,0,64), +(1744,1114640000,0,0,0,64), +(1745,1114640000,0,0,0,64), +(1746,1114640000,0,0,0,64), +(1748,1114640000,0,0,0,64), +(1750,1116600000,0,0,0,0), +(1751,1084230000,0,0,0,0), +(1752,1112800000,0,0,0,0), +(1753,1114640000,0,0,0,64), +(1754,1112800000,0,0,0,0), +(1755,1114640000,0,0,0,16384), +(1756,1116600000,0,0,0,0), +(1757,1114640000,4,0,0,0), +(1758,1114640000,0,0,0,16), +(1760,1114640000,0,0,0,64), +(1761,1114640000,0,0,0,16), +(1762,1114640000,0,0,0,16), +(1763,1114640000,0,0,0,16), +(1764,1114640000,0,0,0,16), +(1765,1114640000,0,0,0,16), +(1766,1114640000,0,0,0,16), +(1767,1114640000,0,0,0,16), +(1768,1114640000,0,0,0,16), +(1769,1114640000,0,0,0,16), +(1770,1114640000,0,0,0,16), +(1771,1114640000,0,0,0,16), +(1772,1114640000,0,0,0,16), +(1774,1114640000,0,0,0,16), +(1775,1114640000,0,0,0,16), +(1776,1114640000,0,0,0,16), +(1777,1114640000,0,0,0,16), +(1778,1114640000,0,0,0,16), +(1779,1114640000,0,0,0,16), +(1780,1114640000,0,0,0,16), +(1781,1114640000,0,0,0,16), +(1782,1114640000,0,0,0,16), +(1783,1114640000,0,0,0,16), +(1784,1114640000,0,0,0,16), +(1785,1114640000,0,0,0,16), +(1786,1114640000,0,0,0,16), +(1787,1114640000,0,0,0,16), +(1788,1114640000,0,0,0,16), +(1789,1114640000,0,0,0,16), +(1790,1114640000,0,0,0,16), +(1791,1114640000,0,0,0,16), +(1792,1114640000,0,0,0,16), +(1793,1114640000,5,0,0,0), +(1794,1114640000,0,0,0,16), +(1795,1114640000,0,0,0,16), +(1796,1114640000,0,0,0,16), +(1797,1114640000,0,0,0,16), +(1798,1114640000,5,0,0,0), +(1799,1114640000,0,0,0,32), +(1801,1114640000,0,0,0,16384), +(1802,1114640000,0,0,0,16384), +(1803,1114640000,0,0,0,16384), +(1804,1114640000,0,0,0,16384), +(1805,1114640000,0,0,0,64), +(1807,1114640000,0,0,0,64), +(1808,1114640000,0,0,0,16), +(1809,1114640000,0,0,0,16), +(1810,1114640000,0,0,0,16), +(1811,1114640000,0,0,0,16), +(1812,1114640000,0,0,0,16), +(1813,1114640000,0,0,0,16), +(1814,1114640000,0,0,0,16), +(1815,1114640000,0,0,0,16), +(1816,1114640000,0,0,0,16), +(1817,1114640000,0,0,0,16), +(1818,1114640000,0,0,0,16), +(1819,1114640000,0,0,0,16), +(1820,1114640000,0,0,0,16), +(1821,1114640000,0,0,0,16), +(1822,1114640000,0,0,0,16), +(1823,1114640000,0,0,0,16), +(1824,1114640000,0,0,0,16), +(1825,1114640000,0,0,0,16), +(1826,1114640000,0,0,0,16), +(1827,1114640000,0,0,0,16), +(1828,1114640000,0,0,0,16), +(1829,1114640000,0,0,0,16), +(1830,1114640000,0,0,0,16), +(1831,1114640000,0,0,0,16), +(1832,1114640000,0,0,0,16), +(1833,1114640000,0,0,0,16), +(1834,1114640000,0,0,0,16), +(1835,1114640000,0,0,0,16), +(1836,1114640000,0,0,0,16), +(1837,1114640000,0,0,0,16), +(1838,1114640000,0,0,0,16), +(1839,1114640000,0,0,0,16), +(1840,1114640000,0,0,0,16), +(1841,1114640000,0,0,0,16), +(1842,1114640000,0,0,0,16), +(1843,1114640000,0,0,0,16), +(1844,1114640000,0,0,0,16), +(1845,1114640000,0,0,0,64), +(1846,1114640000,0,0,0,16384), +(1847,1114640000,0,0,0,64), +(1848,1118040000,0,0,0,0), +(1849,1114640000,1,0,0,0), +(1850,1114640000,0,0,0,16384), +(1851,1116600000,0,0,0,0), +(1854,1114640000,0,0,0,16384), +(1855,1114640000,0,0,0,64), +(1857,1114640000,0,0,0,64), +(1858,1114640000,0,0,64,0), +(1859,1118040000,0,0,0,0), +(1860,1118040000,0,0,0,0), +(1861,1114640000,0,0,0,16), +(1862,1114640000,0,0,0,16), +(1863,1114640000,0,0,0,16), +(1864,1114640000,0,0,0,16), +(1865,1114640000,0,0,0,16), +(1866,1114640000,0,0,0,16), +(1867,1114640000,1,0,0,0), +(1868,1084230000,0,0,0,0), +(1869,1114640000,0,0,256,0), +(1870,1114640000,0,0,0,64), +(1871,1114640000,0,0,0,16384), +(1872,1116600000,0,0,0,0), +(1873,1118040000,0,0,0,0), +(1874,1114640000,0,0,0,16), +(1875,1114640000,0,0,0,16384), +(1877,1114640000,0,0,0,16384), +(1879,1127480000,0,0,0,0), +(1880,1127480000,0,0,0,0), +(1882,1116600000,0,0,0,0), +(1883,1116600000,0,0,0,0), +(1884,1116600000,0,0,0,0), +(1885,1116600000,0,0,0,0), +(1886,1116600000,0,0,0,0), +(1887,1116600000,0,0,0,0), +(1888,1116600000,0,0,0,0), +(1889,1116600000,0,0,0,0), +(1890,1114640000,0,0,0,64), +(1891,1114640000,0,0,0,64), +(1892,1114640000,1,0,0,0), +(1893,1118040000,0,0,0,0), +(1894,1114640000,0,0,0,64), +(1895,1114640000,0,0,0,64), +(1896,1112800000,0,0,0,0), +(1897,1114640000,0,0,0,64), +(1898,1114640000,0,0,211,0), +(1899,1114640000,0,0,0,64), +(1901,1118040000,0,0,0,0), +(1902,1114640000,0,0,64,0), +(1903,1118040000,0,0,0,0), +(1904,1114640000,0,0,2047,0), +(1905,1114640000,5,0,0,0), +(1907,1114640000,0,0,0,256), +(1908,1114640000,0,0,0,256), +(1909,1116600000,0,0,0,0), +(1910,1112800000,0,0,0,0), +(1911,1114640000,0,0,0,16384), +(1912,1114640000,0,0,0,64), +(1913,1114640000,0,0,0,64), +(1914,1114640000,0,0,0,64), +(1915,1114640000,0,0,0,64), +(1916,1114640000,0,0,0,64), +(1917,1114640000,0,0,0,64), +(1918,1114640000,100,0,0,0), +(1919,1114640000,0,0,0,64), +(1920,1114640000,0,0,0,64), +(1921,1115420000,1,0,0,0), +(1922,1115420000,1,0,0,0), +(1923,1114640000,1,0,0,64), +(1924,1114640000,1,0,0,64), +(1925,1115420000,1,0,0,0), +(1926,1114640000,1,0,0,64), +(1927,1115420000,1,0,0,0), +(1928,1115420000,1,0,0,0), +(1929,1114640000,1,0,0,64), +(1930,1114640000,1,0,0,64), +(1931,1114640000,1,0,0,64), +(1932,1115420000,1,0,0,0), +(1933,1114640000,0,0,0,64), +(1934,1112800000,0,0,0,0), +(1935,1114640000,0,0,0,64), +(1936,1112800000,0,0,0,0), +(1937,1112800000,0,0,0,0), +(1938,1127480000,0,0,0,0), +(1939,1118040000,0,0,0,0), +(1940,1115420000,1,0,0,0), +(1941,1115420000,1,0,0,0), +(1942,1115420000,1,0,0,0), +(1943,1115420000,1,0,0,0), +(1945,1115420000,1,0,0,0), +(1946,1115420000,1,0,0,0), +(1947,1114640000,1,0,0,0), +(1948,1114640000,1,0,0,0), +(1949,1114640000,0,0,0,256), +(1950,1114640000,8,0,0,0), +(1951,1114640000,8,0,0,0), +(1952,1112800000,0,0,0,0), +(1953,1114640000,1,0,0,0), +(1954,1092620000,0,0,0,0), +(1955,1114640000,1,0,0,0), +(1957,1114640000,0,0,0,32), +(1958,1114640000,0,0,0,16384), +(1959,1115420000,1,0,0,0), +(1960,1115420000,1,0,0,0), +(1961,1114640000,1,0,0,0), +(1962,1114640000,1,0,0,0), +(1963,1101000000,3,0,0,0), +(1964,1101000000,3,0,0,0), +(1965,1114640000,3,0,0,0), +(1966,1114640000,3,0,0,0), +(1967,1114640000,5,0,0,64), +(1968,1114640000,5,0,0,64), +(1969,1114640000,9,0,0,0), +(1970,1114640000,9,0,0,0), +(1971,1114640000,3,0,0,0), +(1972,1114640000,3,0,0,0), +(1973,1118040000,0,0,0,0), +(1974,1118040000,3,0,0,0), +(1975,1118040000,3,0,0,0), +(1977,1114640000,0,0,1,0), +(1978,1116600000,0,0,0,0), +(1979,1114640000,0,0,0,64), +(1980,1112800000,0,0,0,0), +(1981,1114640000,0,0,0,32), +(1984,1114640000,0,0,0,64), +(1985,1114640000,0,0,0,64), +(1986,1114640000,0,0,0,64), +(1987,1112800000,0,0,0,0), +(1993,1114640000,4,0,0,0), +(2000,1114640000,0,0,0,64), +(2001,1123020000,0,0,0,0), +(2002,1112800000,0,0,0,0), +(2007,1114640000,1,0,0,0), +(2008,1116600000,0,0,0,0), +(2011,1114640000,1,0,0,0), +(2012,1114640000,0,0,0,64), +(2013,1114640000,0,0,0,16384), +(2014,1114640000,0,0,0,64), +(2015,1114640000,0,0,0,64), +(2016,1114640000,0,0,2047,0), +(2017,1114640000,0,0,0,16), +(2018,1114640000,0,0,0,16), +(2019,1114640000,0,0,2047,0), +(2020,1114640000,0,0,2047,0), +(2022,1112800000,0,0,0,0), +(2023,1112800000,0,0,0,0), +(2025,1112800000,0,0,0,0), +(2026,1114640000,0,0,2047,0), +(2027,1114640000,0,0,4,0), +(2028,1112800000,0,0,0,0), +(2029,1114640000,0,0,0,256), +(2030,1114640000,10,0,0,0), +(2031,1118040000,0,0,0,0), +(2032,1114640000,0,0,2047,0), +(2033,1114640000,0,0,2047,0), +(2034,1114640000,0,0,2047,0), +(2035,1114640000,0,0,2047,0), +(2036,1114640000,0,0,2047,0), +(2037,1112800000,0,0,0,0), +(2038,1118040000,0,0,0,0), +(2039,1114640000,0,0,0,16384), +(2040,1114640000,0,0,0,64), +(2041,1114640000,0,0,0,16384), +(2042,1114640000,0,0,211,0), +(2043,1114640000,0,0,0,16384), +(2044,1112800000,0,0,0,0), +(2045,1118040000,0,0,0,0), +(2047,1112800000,0,0,0,0), +(2048,1112800000,0,0,0,0), +(2049,1114640000,0,0,1,0), +(2050,1112800000,0,0,0,0), +(2051,1109920000,0,0,0,0), +(2052,1114640000,15,0,0,0), +(2053,1112800000,0,0,0,0), +(2054,1114640000,0,0,1,0), +(2055,1118040000,0,0,0,0), +(2056,1114640000,0,0,0,64), +(2057,1110700000,0,0,0,0), +(2058,1127480000,0,0,0,0), +(2059,1114640000,0,0,0,64), +(2060,1114640000,0,0,0,16), +(2061,1114640000,0,0,0,64), +(2062,1112800000,0,0,0,0), +(2063,1114640000,0,0,0,64), +(2064,1114640000,0,0,0,64), +(2065,-1029440000,0,0,0,0), +(2066,1114640000,0,0,0,64), +(2067,1114640000,0,0,0,16384), +(2068,1116600000,0,0,0,0), +(2069,1114640000,0,0,0,16384), +(2070,1112800000,0,0,0,0), +(2071,1114640000,0,0,0,16384), +(2072,1127480000,0,0,0,0), +(2073,1127480000,0,0,0,0), +(2075,1127480000,0,0,0,0), +(2077,1114640000,0,0,211,0), +(2078,1114640000,0,0,0,64), +(2079,1114640000,0,0,0,64), +(2080,1114640000,0,0,0,64), +(2081,1116600000,12,0,0,0), +(2082,1112800000,0,0,0,0), +(2083,1114640000,0,0,0,64), +(2084,1116600000,0,0,0,0), +(2085,1116600000,0,0,0,0), +(2086,1116600000,0,0,0,0), +(2087,1116600000,0,0,0,0), +(2088,1114640000,0,0,0,16384), +(2089,1116600000,0,0,0,0), +(2090,1114640000,0,0,0,256), +(2091,1114640000,0,0,0,256), +(2092,1114640000,0,0,0,64), +(2093,1112800000,0,0,0,0), +(2094,1114640000,0,0,0,64), +(2095,1118040000,0,0,0,0), +(2096,1114640000,0,0,0,16384), +(2097,1116600000,0,0,0,0), +(2098,1112800000,0,0,0,0), +(2099,1114640000,0,0,0,16384), +(2101,1114640000,1,0,0,0), +(2102,1114640000,4,0,0,0), +(2103,1114640000,0,0,0,64), +(2104,1114640000,0,0,0,64), +(2105,1118040000,0,0,0,0), +(2106,1114640000,0,0,0,16), +(2107,1114640000,0,0,0,16), +(2108,1114640000,0,0,0,16), +(2109,1114640000,0,0,0,16), +(2110,1114640000,0,0,0,16), +(2111,1114640000,0,0,0,16), +(2112,1114640000,0,0,0,16), +(2113,1114640000,0,0,0,16), +(2114,1114640000,0,0,0,16), +(2115,1114640000,0,0,0,64), +(2116,1114640000,0,0,0,64), +(2117,1112800000,0,0,0,0), +(2120,1114640000,0,200,2047,0), +(2121,1112800000,0,0,0,0), +(2122,1114640000,3,0,0,0), +(2124,1114640000,0,0,0,16384), +(2125,1127480000,0,0,0,0), +(2127,1112800000,0,0,0,0), +(2128,1114640000,0,0,0,16384), +(2129,1114640000,3,0,0,0), +(2130,1114640000,5,0,0,0), +(2131,1114640000,0,0,0,64), +(2132,1114640000,0,0,0,16384), +(2133,1114640000,1,0,0,0), +(2134,1112800000,0,0,0,0), +(2135,1114640000,1,0,0,0), +(2136,1114640000,0,0,0,64), +(2137,1088420000,1,0,0,0), +(2138,1114640000,1,0,0,0), +(2139,1114640000,1,0,0,0), +(2140,1114640000,0,200,2047,64), +(2141,1114640000,0,0,0,2), +(2142,0,3,0,0,0), +(2143,1114640000,5,0,0,0), +(2144,1114640000,0,0,0,32), +(2145,1112800000,0,0,0,0), +(2147,1114640000,10,0,0,64), +(2148,1114640000,0,0,0,64), +(2149,1114640000,0,0,0,64), +(2150,1116600000,0,0,0,0), +(2151,1114640000,0,0,0,64), +(2152,1114640000,0,0,0,64), +(2153,1114640000,0,0,0,64), +(2154,1114640000,0,0,0,64), +(2156,-1029440000,0,0,0,0), +(2157,1114640000,10,0,0,0), +(2158,1114640000,5,0,0,0), +(2159,1114640000,0,0,0,64), +(2160,1114640000,10,0,0,0), +(2161,1114640000,0,0,0,16384), +(2162,1114640000,0,0,0,256), +(2163,1114640000,0,0,32,0), +(2165,1114640000,0,0,0,64), +(2166,1114640000,1,0,0,0), +(2167,1114640000,0,0,0,64), +(2168,1114640000,0,0,0,64), +(2169,1114640000,1,0,0,0), +(2170,1118040000,0,0,0,0), +(2171,1118040000,0,0,0,0), +(2172,1119090000,0,0,0,0), +(2173,1118040000,0,0,0,0), +(2174,1114640000,0,0,2176,0), +(2175,1114640000,0,0,0,64), +(2176,1119090000,0,0,0,0), +(2177,1114640000,0,0,128,0), +(2178,1114640000,0,0,0,64), +(2179,1114640000,0,0,0,64), +(2180,1114640000,0,0,0,64), +(2181,1112800000,0,0,0,0), +(2183,1114640000,1,0,0,0), +(2184,1092620000,0,0,0,0), +(2186,1118040000,0,0,0,0), +(2187,1114640000,0,0,0,64), +(2188,1114640000,0,0,0,64), +(2189,1114640000,1,0,0,0), +(2190,1114640000,0,0,0,64), +(2191,1114640000,0,0,0,64), +(2192,1114640000,5,0,0,0), +(2198,1114640000,3,0,0,0), +(2199,1114640000,0,0,0,64), +(2200,1114640000,0,0,0,64), +(2201,1127480000,0,0,0,0), +(2202,1114640000,0,0,0,64), +(2203,1114640000,0,100,0,0), +(2204,1114640000,10,0,0,0), +(2205,1114640000,0,0,0,256), +(2206,1114640000,0,0,0,256), +(2207,1114640000,0,0,0,16384), +(2208,1114640000,0,0,0,64), +(2209,1114640000,0,0,0,64), +(2211,1114640000,1,0,0,0), +(2212,1114640000,0,0,211,0), +(2213,1114640000,0,0,0,64), +(2214,1114640000,0,0,0,64), +(2215,1114640000,0,0,0,256), +(2216,1112800000,0,0,0,0), +(2217,1114640000,0,0,0,64), +(2218,1118040000,0,0,0,0), +(2219,1118040000,0,0,0,0), +(2220,1112800000,0,0,0,0), +(2221,1114640000,1,0,0,0), +(2222,1114640000,0,0,0,64), +(2223,1114640000,0,0,0,64), +(2224,1114640000,2,0,0,0), +(2225,1118040000,0,0,0,0), +(2226,1114640000,0,0,0,64), +(2227,1112800000,0,0,0,0), +(2228,1114640000,0,0,0,16384), +(2230,1114640000,0,0,0,16), +(2231,1114640000,0,0,0,64), +(2232,1114640000,0,0,0,64), +(2233,1114640000,0,0,0,64), +(2234,1114640000,0,0,0,64), +(2235,1114640000,0,0,0,64), +(2236,1114640000,0,0,0,64), +(2237,1114640000,0,0,0,64), +(2238,1114640000,0,0,0,64), +(2239,1114640000,0,0,0,64), +(2240,1114640000,1,0,0,0), +(2241,1125520000,1,0,0,0), +(2242,1114640000,0,0,0,64), +(2243,1114640000,0,0,2047,0), +(2244,1114640000,0,0,0,64), +(2245,1114640000,1,0,0,0), +(2246,1114640000,1,0,0,0), +(2247,1114640000,0,0,0,64), +(2248,1114640000,0,0,0,16384), +(2249,1114640000,0,0,0,64), +(2250,1114640000,0,0,0,64), +(2251,1114640000,0,0,0,64), +(2252,1114640000,0,0,0,64), +(2253,1114640000,1,0,0,0), +(2254,1114640000,1,0,0,0), +(2255,1114640000,1,0,0,0), +(2256,1114640000,0,0,0,64), +(2257,1114640000,0,0,0,64), +(2258,1114640000,0,0,0,64), +(2259,1114640000,0,0,0,64), +(2260,1114640000,0,0,0,64), +(2261,1114640000,1,0,0,0), +(2262,1114640000,0,0,0,64), +(2263,1114640000,0,0,0,64), +(2264,1114640000,0,0,0,16384), +(2265,1109390000,1,0,0,0), +(2266,1114640000,1,0,0,0), +(2267,1114640000,0,0,0,64), +(2268,1092620000,0,0,0,0), +(2269,1114640000,0,0,0,64), +(2270,1114640000,0,0,0,64), +(2271,1114640000,0,0,0,16), +(2273,1125520000,1,0,0,0), +(2274,1114640000,5,0,0,0), +(2275,1114640000,0,0,0,64), +(2276,1114640000,0,0,0,32), +(2277,1114640000,0,0,0,32), +(2278,1114640000,0,0,0,16), +(2279,1112800000,0,0,0,0), +(2280,1114640000,2,0,0,64), +(2281,1114640000,0,0,0,32), +(2282,1114640000,0,0,0,64), +(2283,1114640000,1,0,0,0), +(2284,1106250000,0,0,0,0), +(2285,1114640000,0,0,0,64), +(2286,1114640000,0,0,0,64), +(2287,1112800000,0,0,0,0), +(2288,1112800000,0,0,0,0), +(2289,1135870000,0,0,0,0), +(2290,1114640000,0,0,0,64), +(2292,1114640000,0,0,0,16384), +(2293,1092620000,0,0,0,0), +(2294,1114640000,0,0,0,16384), +(2295,1114640000,0,0,0,256), +(2296,1114640000,0,0,0,16), +(2297,1114640000,0,0,0,256), +(2298,1114640000,0,0,0,16384), +(2302,1114640000,0,0,0,16), +(2303,1114640000,5,0,0,0), +(2304,1112800000,0,0,0,0), +(2305,1114640000,0,0,0,64), +(2306,1114640000,0,0,0,64), +(2307,1114640000,0,0,0,16384), +(2309,1119090000,0,0,0,0), +(2310,1065350000,1,0,0,0), +(2311,1119090000,0,0,0,0), +(2312,1114640000,5,0,0,64), +(2313,1114640000,0,0,0,64), +(2314,1112800000,0,0,0,0), +(2315,1114640000,0,0,1,0), +(2316,1114640000,0,0,211,0), +(2319,1114640000,0,0,0,64), +(2320,1114640000,0,0,0,64), +(2321,1114640000,5,0,0,0), +(2322,1114640000,0,0,0,64), +(2323,1114640000,0,0,0,256), +(2324,1114640000,0,0,0,256), +(2325,1114640000,0,0,0,256), +(2326,1114640000,1,0,0,0), +(2327,1114640000,1,0,0,0), +(2328,1114640000,0,0,0,64), +(2329,1114640000,0,0,64,0), +(2330,1114640000,0,0,64,0), +(2331,1114640000,0,0,0,64), +(2332,1114640000,0,73,0,0), +(2333,1109390000,1,0,0,0), +(2334,1109390000,1,0,0,0), +(2335,1127480000,1,0,0,0), +(2336,1112800000,0,0,0,0), +(2337,1114640000,0,0,0,16), +(2338,1125520000,1,0,0,0), +(2339,1127480000,1,0,0,0), +(2340,1114640000,1,0,0,0), +(2341,1114640000,2,0,0,0), +(2342,1114640000,1,0,128,0), +(2343,1114640000,2,0,0,0), +(2344,1114640000,3,0,0,0), +(2345,1114640000,1,0,0,0), +(2346,1114640000,0,0,0,64), +(2347,1114640000,0,0,0,64), +(2348,1114640000,0,0,0,64), +(2349,1127480000,0,0,0,0), +(2350,1114640000,0,0,465,64), +(2351,1106250000,0,0,0,0), +(2352,1114640000,0,0,64,0), +(2353,1127480000,0,0,0,0), +(2354,1114640000,0,0,2047,0), +(2355,1114640000,0,0,0,64), +(2356,1114640000,0,0,0,64), +(2357,1114640000,0,0,0,64), +(2358,1112800000,0,0,0,0), +(2359,1114640000,0,0,0,16384), +(2360,1114640000,0,0,0,64), +(2361,1114640000,0,0,0,64), +(2362,1114640000,0,0,0,64), +(2363,1114640000,0,0,0,64), +(2364,1114640000,0,0,0,64), +(2365,1114640000,0,0,0,64), +(2366,1114640000,0,0,0,64), +(2367,1114640000,0,0,0,64), +(2368,1114640000,0,0,0,64), +(2369,1114640000,1,0,0,0), +(2370,1114640000,0,0,0,16), +(2371,1114640000,0,0,0,64), +(2372,1114640000,0,0,0,64), +(2373,1114640000,0,0,0,64), +(2374,1112800000,0,0,0,0), +(2375,1114640000,1,0,0,0), +(2376,1114640000,0,0,0,64), +(2377,1114640000,0,0,0,64), +(2378,1114640000,0,0,2047,0), +(2379,1114640000,0,0,0,64), +(2380,1112800000,0,0,0,0), +(2381,1114640000,0,0,0,64), +(2382,1114640000,0,0,0,64), +(2383,1114640000,0,0,0,32), +(2384,1114640000,0,0,0,16), +(2385,1114640000,0,0,0,64), +(2386,1114640000,0,0,0,64), +(2387,1114640000,0,0,0,64), +(2388,1114640000,0,0,0,64), +(2389,1114640000,0,0,0,2), +(2390,1114640000,0,0,0,16), +(2391,1114640000,0,0,0,16), +(2392,1114640000,0,0,0,16), +(2393,1114640000,0,0,0,16), +(2394,1114640000,0,0,0,16), +(2395,1114640000,0,0,0,16), +(2396,1114640000,0,0,0,16), +(2397,1114640000,0,0,0,16), +(2398,1114640000,0,0,0,16), +(2399,1114640000,0,0,0,16), +(2400,1114640000,0,0,0,16), +(2401,1114640000,0,0,0,16), +(2402,1114640000,0,0,0,16), +(2403,1114640000,0,0,0,16), +(2404,1114640000,0,0,0,16), +(2405,1114640000,10,0,0,0), +(2406,1114640000,0,0,64,0), +(2407,1114640000,0,0,0,2), +(2408,1114640000,0,0,0,16), +(2409,1114640000,0,0,0,16), +(2410,1114640000,0,0,0,2), +(2411,1114640000,0,0,0,16), +(2412,1114640000,0,0,0,16), +(2413,1114640000,0,0,0,16), +(2414,1114640000,0,0,0,16), +(2415,1114640000,0,0,0,16), +(2416,1114640000,0,0,0,16), +(2417,1114640000,0,0,0,16), +(2418,1114640000,0,0,0,16), +(2419,1114640000,0,0,0,16), +(2420,1114640000,0,0,0,16), +(2421,1114640000,0,0,0,16), +(2422,1114640000,0,0,0,16), +(2423,1114640000,0,0,0,16), +(2424,1114640000,0,0,0,2), +(2425,1114640000,0,0,0,16), +(2426,1114640000,0,0,0,16), +(2427,1114640000,0,0,0,16), +(2428,1114640000,0,0,16,0), +(2429,1114640000,0,0,0,16), +(2430,1114640000,0,0,0,16), +(2431,1114640000,0,0,0,16), +(2432,1114640000,0,0,0,16), +(2433,1114640000,0,0,0,16), +(2434,1114640000,0,0,0,16), +(2435,1114640000,0,0,0,16), +(2436,1114640000,0,0,0,16), +(2437,1114640000,0,0,0,16), +(2438,1114640000,0,0,0,2048), +(2439,1114640000,0,0,0,16), +(2440,1114640000,0,0,0,32), +(2441,1114640000,0,0,0,64), +(2444,1119090000,0,0,0,0), +(2445,1114640000,5,0,0,0), +(2446,1114640000,0,0,0,64), +(2447,1114640000,0,0,0,32), +(2448,1114640000,0,0,0,32), +(2449,1114640000,255,0,0,0), +(2450,1114640000,0,0,0,16), +(2451,1114640000,0,0,0,256), +(2452,1114640000,0,0,0,32), +(2453,1114640000,0,0,0,16384), +(2454,1114640000,0,0,0,64), +(2455,1114640000,0,0,0,64), +(2456,1114640000,0,0,0,16), +(2457,1114640000,0,0,0,64), +(2458,1114640000,0,0,0,64), +(2459,1114640000,0,0,0,64), +(2460,1114640000,0,0,0,64), +(2461,-1032850000,0,0,0,0), +(2462,1114640000,0,0,0,16384), +(2463,1123020000,0,0,0,0), +(2464,1114640000,0,0,0,64), +(2465,1114640000,0,0,0,64), +(2466,1114640000,0,0,0,32), +(2467,1119090000,0,0,0,0), +(2468,1114640000,0,0,0,32), +(2469,1114640000,0,0,0,64), +(2471,1124530000,0,0,0,0), +(2473,1112800000,0,0,0,0), +(2474,1114640000,0,0,0,64), +(2475,1112800000,0,0,0,0), +(2476,1114640000,0,0,0,16), +(2477,1114640000,0,0,0,16), +(2478,1114640000,3,0,0,0), +(2481,1114640000,0,0,0,16384), +(2482,1114640000,0,0,193,0), +(2483,1114640000,0,0,0,64), +(2484,1114640000,0,0,1023,0), +(2485,1114640000,0,0,0,64), +(2486,1114640000,0,0,0,64), +(2487,1114640000,1,0,0,64), +(2488,1114640000,0,0,0,64), +(2489,1114640000,0,0,0,64), +(2490,1114640000,0,0,0,64), +(2491,1119090000,0,0,0,0), +(2492,1114640000,0,0,0,64), +(2493,1114640000,0,0,0,16), +(2495,1114640000,0,0,0,64), +(2496,1114640000,0,0,0,64), +(2497,1114640000,0,0,0,16), +(2498,1065350000,1,0,0,64), +(2499,1119090000,0,0,0,0), +(2500,1119090000,0,0,0,0), +(2501,1119090000,0,0,0,0), +(2502,1114640000,0,0,0,64), +(2503,1114640000,0,0,0,64), +(2504,1114640000,1,0,0,0), +(2505,1114640000,1,0,0,0), +(2506,1114640000,1,0,0,0), +(2507,1114640000,1,0,0,0), +(2508,1114640000,1,0,0,0), +(2509,1114640000,1,0,0,0), +(2510,1114640000,1,0,0,0), +(2511,1114640000,1,0,0,64), +(2512,1114640000,0,0,0,64), +(2513,1114640000,0,0,0,64), +(2514,1114640000,0,0,0,16384), +(2515,1114640000,0,0,0,64), +(2516,1114640000,0,0,0,64), +(2517,1119090000,0,0,0,0), +(2518,1114640000,1,0,0,0), +(2519,1119090000,0,0,0,0), +(2520,1114640000,0,0,0,64), +(2521,1114640000,0,0,128,0), +(2522,1114640000,0,0,2176,0), +(2523,1114640000,0,0,0,16384), +(2524,1114640000,0,0,0,16384), +(2525,1114640000,0,0,0,64), +(2526,1114640000,0,0,0,64), +(2527,1114640000,0,0,0,64), +(2528,1114640000,0,0,0,64), +(2530,1123020000,0,0,0,0), +(2531,1123020000,0,0,0,0), +(2532,1123020000,0,0,0,0), +(2533,1114640000,0,0,0,32), +(2534,1114640000,0,0,0,64), +(2535,1114640000,5,0,0,0), +(2536,1065350000,1,0,0,64), +(2537,1114640000,0,0,0,64), +(2538,1114640000,0,0,0,64), +(2539,1114640000,0,0,0,64), +(2540,1114640000,0,0,0,64), +(2541,1114640000,0,0,0,64), +(2542,1112800000,0,0,0,0), +(2543,1114640000,1,0,0,0), +(2544,1112800000,0,0,0,0), +(2545,1114640000,0,0,0,64), +(2546,1112800000,0,0,0,0), +(2547,1114640000,0,0,0,64), +(2548,1114640000,0,0,0,64), +(2549,1114640000,0,0,0,64), +(2550,1114640000,0,0,211,0), +(2551,1116600000,0,0,0,0), +(2552,1116600000,0,0,0,0), +(2553,1116600000,0,0,0,0), +(2554,1116600000,0,0,0,0), +(2555,1116600000,0,0,0,0), +(2556,1116600000,0,0,0,0), +(2557,1116600000,0,0,0,0), +(2558,1116600000,0,0,0,0), +(2559,1112800000,0,0,0,0), +(2560,1114640000,0,0,0,64), +(2561,1114640000,0,0,0,64), +(2562,1114640000,5,0,0,0), +(2563,1117130000,8,0,0,0), +(2564,1114640000,10,0,0,0), +(2565,1114640000,1,0,0,0), +(2567,1114640000,0,0,0,16), +(2569,1114640000,0,0,0,16), +(2570,1114640000,1,0,0,0), +(2571,1114640000,20,0,0,0), +(2572,1114640000,6,0,0,0), +(2573,1114640000,0,0,0,16384), +(2574,1116600000,0,0,0,0), +(2576,1114640000,0,0,0,256), +(2578,1114640000,0,0,0,2), +(2579,1114640000,0,0,0,64), +(2580,1114640000,0,0,0,64), +(2581,1114640000,0,0,0,64), +(2583,1119090000,0,0,0,0), +(2584,1114640000,0,0,0,64), +(2585,1112800000,0,0,0,0), +(2586,1114640000,0,0,0,64), +(2587,0,0,0,0,64), +(2588,1114640000,0,0,0,2), +(2589,1114640000,0,0,0,16), +(2590,1114640000,0,0,0,16384), +(2591,1114640000,0,0,0,2), +(2592,1114640000,0,0,0,16), +(2593,1114640000,0,0,0,16), +(2594,1114640000,0,0,0,16), +(2595,0,0,0,4,0), +(2596,1114640000,0,0,0,64), +(2597,1114640000,0,0,0,64), +(2599,1114640000,0,0,0,16), +(2600,1114640000,0,0,0,64), +(2601,1114640000,0,0,0,16384), +(2602,1117780000,0,0,0,0), +(2604,1114640000,0,0,0,16384), +(2607,1114640000,0,0,0,16384), +(2608,1114640000,0,0,0,16384), +(2609,1114640000,0,0,0,64), +(2610,1119090000,0,0,0,64), +(2611,1114640000,0,0,0,64), +(2612,1114640000,0,0,0,64), +(2613,1119090000,0,0,0,0), +(2614,1114640000,0,0,0,64), +(2615,1114640000,0,0,0,64), +(2616,1119090000,1,0,0,0), +(2617,1119090000,1,0,0,0), +(2618,1114640000,0,0,0,64), +(2619,1114640000,0,0,0,64), +(2620,1114640000,0,0,0,16), +(2621,1114640000,0,0,0,16), +(2622,1114640000,1,0,0,0), +(2623,1114640000,0,0,211,0), +(2624,1114640000,0,0,0,16), +(2625,1114640000,0,0,0,64), +(2626,1114640000,0,0,0,64), +(2627,1114640000,0,0,0,64), +(2628,1114640000,0,0,0,64), +(2629,1118040000,0,0,0,0), +(2630,1119090000,0,0,0,0), +(2631,1114640000,0,0,0,16), +(2632,1114640000,0,0,0,16), +(2633,1114640000,0,0,0,16), +(2634,1114640000,0,0,0,16), +(2635,1114640000,0,0,0,16), +(2636,1114640000,0,0,0,16), +(2637,1119090000,0,0,0,0), +(2638,1114640000,3,0,0,0), +(2639,1114640000,0,0,0,64), +(2640,1119090000,0,0,0,0), +(2641,1114640000,0,0,0,16384), +(2642,1114640000,0,0,0,32), +(2643,1114640000,0,0,0,64), +(2644,1114640000,0,0,0,64), +(2645,1114640000,0,0,0,16), +(2647,1116600000,0,0,0,0), +(2648,1116600000,0,0,0,0), +(2649,1114640000,0,0,0,32), +(2650,1112800000,0,0,0,0), +(2651,1114640000,0,0,0,64), +(2652,1114640000,0,0,0,64), +(2653,1112800000,0,0,0,0), +(2654,1116600000,0,0,0,0), +(2655,1114640000,0,0,0,64), +(2656,1114640000,0,0,0,32), +(2657,1114640000,0,0,0,64), +(2658,1114640000,0,0,0,16), +(2659,1114640000,0,0,0,64), +(2660,1114640000,0,0,0,64), +(2661,1114640000,0,0,0,64), +(2662,1114640000,1,0,0,64), +(2663,1114640000,1,0,0,0), +(2664,1114640000,1,0,0,0), +(2665,1114640000,0,0,0,64), +(2666,1114640000,0,0,0,16), +(2667,1114640000,0,0,0,16), +(2668,1114640000,0,0,0,16), +(2669,1117130000,0,0,0,0), +(2670,1117130000,0,0,0,0), +(2671,1112800000,0,0,0,64), +(2672,1118040000,0,0,0,0), +(2673,1114640000,0,0,0,16384), +(2674,1123020000,0,0,0,0), +(2675,1114640000,0,0,0,32), +(2677,1114640000,0,0,0,64), +(2678,1114640000,0,0,0,64), +(2679,1114640000,0,0,0,64), +(2680,1114640000,0,0,0,256), +(2681,1114640000,0,0,0,64), +(2682,1114640000,0,0,0,256), +(2683,1114640000,0,0,0,64), +(2684,1114640000,0,0,0,64), +(2685,1114640000,0,0,0,64), +(2686,1114640000,1,0,0,0), +(2687,1127480000,0,0,0,0), +(2689,1114640000,0,0,0,64), +(2690,1114640000,0,0,0,64), +(2691,1114640000,0,0,0,64), +(2692,1118040000,0,0,0,0), +(2693,1118040000,0,0,0,0), +(2694,1114640000,0,0,0,64), +(2695,1114640000,0,0,0,32), +(2696,1118040000,0,0,0,0), +(2697,1114640000,0,0,0,64), +(2698,1114640000,0,0,0,64), +(2699,1114640000,0,0,0,64), +(2700,1127480000,0,0,0,0), +(2701,1114640000,0,0,0,64), +(2702,1114640000,0,0,0,64), +(2703,1106250000,1,0,0,0), +(2704,1114640000,0,0,0,64), +(2705,1114640000,0,0,0,256), +(2706,1114640000,0,0,0,64), +(2707,1114640000,0,0,0,64), +(2708,1114640000,0,0,0,64), +(2709,1114640000,0,0,0,64), +(2710,1114640000,0,0,0,64), +(2711,1114640000,0,0,0,64), +(2712,1114640000,0,0,0,64), +(2713,1114640000,0,0,0,64), +(2714,1114640000,0,0,0,64), +(2715,1118040000,0,0,0,0), +(2716,1114640000,0,0,0,64), +(2717,1114640000,0,0,0,1026), +(2718,1127480000,0,0,0,0), +(2719,1127480000,0,0,0,0), +(2720,1114640000,0,0,0,64), +(2722,1117130000,5,0,0,0), +(2723,1114640000,0,0,0,64), +(2724,1114640000,0,0,0,64), +(2725,1114640000,0,0,0,64), +(2726,1114640000,0,0,0,64), +(2727,1101000000,0,0,0,64), +(2728,1114640000,0,0,0,64), +(2729,1114640000,0,0,0,64), +(2730,1114640000,0,0,0,32), +(2731,1119090000,0,0,0,0), +(2732,1114640000,0,0,0,64), +(2733,1110700000,0,0,0,0), +(2734,1114640000,0,0,0,64), +(2735,1114640000,0,0,0,64), +(2736,1106250000,0,0,0,64), +(2737,1114640000,0,0,0,64), +(2738,1114640000,0,0,0,64), +(2740,1114640000,0,0,0,64), +(2741,1114640000,0,0,0,64), +(2742,1114640000,0,0,0,64), +(2743,1114640000,0,0,0,32), +(2744,1114640000,0,0,0,64), +(2745,1114640000,0,0,0,64), +(2746,1110700000,4,0,0,0), +(2747,1110700000,5,0,0,0), +(2748,1114640000,2,0,0,0), +(2749,1114640000,0,0,0,64), +(2750,1112800000,0,0,0,0), +(2751,1114640000,0,0,0,64), +(2752,1114640000,0,0,0,64), +(2753,1114640000,0,0,0,64), +(2754,1114640000,0,0,0,64), +(2755,1112800000,0,0,0,0), +(2756,1110700000,4,0,0,0), +(2757,1114640000,0,0,0,64), +(2758,-1029440000,0,0,0,0), +(2759,1114640000,0,0,0,64), +(2760,1114640000,0,0,0,64), +(2761,1114640000,0,0,0,64), +(2762,1114640000,0,0,0,64), +(2764,1114640000,0,0,0,64), +(2765,1114640000,0,0,0,16), +(2766,1114640000,0,0,0,256), +(2767,1114640000,0,0,0,16384), +(2769,1119090000,0,0,0,0), +(2770,1114640000,0,0,0,1026), +(2772,1114640000,0,0,0,16384), +(2773,1114640000,0,0,0,64), +(2774,1101000000,0,0,0,0), +(2775,1114640000,0,0,0,64), +(2776,1114640000,0,0,0,64), +(2777,1127480000,0,0,0,0), +(2778,1114640000,0,0,0,16), +(2779,1114640000,0,0,0,64), +(2780,1114640000,0,0,0,64), +(2781,1101000000,0,0,0,0), +(2782,1114640000,0,0,0,16), +(2783,1116600000,0,0,0,0), +(2784,1119090000,0,0,0,64), +(2785,1118040000,0,0,0,0), +(2786,1114640000,5,0,0,0), +(2787,1114640000,255,0,0,0), +(2788,1114640000,0,0,0,64), +(2789,1119090000,0,0,0,0), +(2790,1123020000,0,0,0,0), +(2791,1114640000,0,0,0,64), +(2792,1114640000,0,0,0,64), +(2793,1123020000,0,0,0,0), +(2794,1114640000,1,0,0,0), +(2795,1114640000,0,0,0,64), +(2796,1114640000,0,0,0,64), +(2797,1114640000,0,0,0,32), +(2798,1114640000,1,0,0,0), +(2799,1114640000,0,0,0,64), +(2800,1119090000,0,0,0,0), +(2801,1114640000,0,0,0,32768), +(2802,1114640000,0,0,0,64), +(2806,1114640000,0,0,0,64), +(2807,1114640000,0,0,0,64), +(2808,1114640000,0,0,0,16), +(2809,1114640000,0,0,0,16), +(2810,1114640000,0,0,0,16), +(2811,1114640000,0,0,0,16), +(2812,1114640000,0,0,0,16), +(2813,1114640000,0,0,0,16), +(2814,1114640000,0,0,0,16), +(2815,1114640000,0,0,0,16), +(2816,1114640000,0,0,0,64), +(2818,1114640000,0,0,0,64), +(2819,1114640000,0,0,0,16), +(2820,1114640000,1,0,0,0), +(2821,1114640000,0,0,0,32768), +(2822,1118040000,0,0,0,0), +(2823,1112800000,0,0,0,0), +(2824,1112800000,0,0,0,0), +(2825,1114640000,0,0,0,64), +(2826,1114640000,1,0,0,0), +(2827,1114640000,0,0,0,64), +(2828,1112800000,0,0,0,0), +(2829,1114640000,0,0,0,256), +(2830,1114640000,0,0,0,256), +(2831,1116600000,0,0,0,0), +(2832,1114640000,0,0,0,256), +(2833,1114640000,0,0,0,256), +(2834,1114640000,0,0,0,16), +(2835,1112800000,0,0,0,0), +(2836,1114640000,0,0,0,16384), +(2837,1114640000,0,0,0,64), +(2838,1114640000,0,0,0,64), +(2839,1114640000,3,0,0,0), +(2840,1114640000,0,0,0,16384), +(2841,1112800000,1,0,0,0), +(2842,1114640000,0,0,0,64), +(2843,1114640000,0,0,0,64), +(2844,1114640000,0,0,0,32), +(2845,1114640000,0,0,0,64), +(2847,1114640000,0,0,65,0), +(2849,1127480000,0,0,0,0), +(2850,1114640000,0,0,0,64), +(2851,1114640000,0,0,0,64), +(2852,1114640000,0,0,0,64), +(2853,1119090000,0,0,0,0), +(2854,1114640000,1,0,0,64), +(2855,1114640000,0,0,0,64), +(2856,1127480000,0,0,0,32768), +(2857,1114640000,0,0,0,16), +(2858,1112800000,0,0,0,0), +(2859,1118040000,0,0,0,0), +(2860,1114640000,0,0,0,64), +(2861,1109390000,0,0,0,0), +(2862,1114640000,0,0,0,64), +(2863,1114640000,0,0,0,64), +(2864,1114640000,0,0,0,32768), +(2865,1114640000,0,0,0,64), +(2866,1114640000,0,0,0,64), +(2867,1114640000,0,0,0,96), +(2868,1114640000,0,0,0,64), +(2869,1114640000,0,0,0,64), +(2870,1127480000,0,0,0,0), +(2871,1114640000,0,0,0,64), +(2872,1114640000,0,0,0,64), +(2873,1114640000,0,0,0,64), +(2874,1114640000,0,0,0,64), +(2875,1114640000,1,0,0,0), +(2876,1114640000,0,0,0,64), +(2878,1114640000,0,0,0,64), +(2879,1114640000,0,0,0,64), +(2880,1114640000,0,0,0,64), +(2881,1114640000,0,0,0,64), +(2882,1101000000,0,0,0,64), +(2883,1101000000,0,0,0,64), +(2884,1114640000,0,0,0,64), +(2885,1119090000,0,0,0,0), +(2887,1119090000,0,0,0,64), +(2889,1127480000,0,0,0,0), +(2890,1128790000,0,0,0,0), +(2891,1114640000,0,0,0,64), +(2892,1114640000,0,0,0,64), +(2893,1114640000,0,0,0,64), +(2894,1114640000,0,0,0,64), +(2895,1114640000,5,0,0,0), +(2896,1114640000,0,0,0,64), +(2897,1114640000,0,0,0,64), +(2898,1114640000,0,0,36,0), +(2899,1114640000,0,0,0,64), +(2900,1114640000,0,0,0,64), +(2901,1114640000,0,0,0,64), +(2902,1114640000,0,0,0,64), +(2903,1114640000,0,0,0,64), +(2904,1112800000,0,0,0,0), +(2905,1114640000,0,0,0,64), +(2906,1114640000,0,0,0,64), +(2907,1114640000,4,0,0,0), +(2908,1114640000,0,0,0,64), +(2909,1114640000,0,0,0,64), +(2910,1114640000,0,0,0,16), +(2911,1112800000,0,0,0,0), +(2912,1112800000,0,0,0,0), +(2913,1119090000,0,0,0,0), +(2914,1114640000,0,0,227,0), +(2915,1114640000,0,0,0,64), +(2916,1114640000,0,0,0,256), +(2917,1114640000,0,0,0,256), +(2918,1112800000,0,0,0,0), +(2919,1114640000,0,0,0,16384), +(2920,1114640000,0,0,0,64), +(2921,1114640000,0,0,36,0), +(2922,1118040000,0,0,0,0), +(2923,1114640000,0,0,0,64), +(2924,1114640000,0,0,0,64), +(2925,1119090000,0,0,0,0), +(2927,1114640000,0,0,0,64), +(2928,1114640000,0,0,0,64), +(2929,1114640000,0,0,0,64), +(2930,1112800000,0,0,0,0), +(2931,1114640000,0,0,0,64), +(2932,1114640000,0,0,0,64), +(2933,1114640000,0,0,0,16), +(2934,1114640000,0,0,193,0), +(2935,1114640000,0,0,32,0), +(2936,1114640000,0,0,0,16), +(2937,1114640000,0,0,0,16), +(2938,1114640000,0,0,0,16), +(2939,1114640000,0,0,0,16), +(2940,1114640000,0,0,0,16), +(2941,1114640000,0,0,0,64), +(2942,1114640000,0,0,0,64), +(2943,1118040000,0,0,0,0), +(2944,1114640000,255,0,0,0), +(2945,1116600000,0,0,0,0), +(2946,1114640000,0,0,0,64), +(2947,1114640000,0,0,65,0), +(2948,1123020000,0,0,0,0), +(2949,1123020000,0,0,0,0), +(2950,1123020000,0,0,0,0), +(2951,1123020000,0,0,0,0), +(2952,1114640000,0,0,1023,0), +(2953,1114640000,1,0,0,0), +(2954,1123020000,0,0,0,0), +(2955,1114640000,0,0,631,0), +(2956,1114640000,0,0,0,64), +(2957,1114640000,0,0,119,0), +(2959,1114640000,0,0,0,32), +(2960,1114640000,0,0,0,64), +(2961,1119090000,0,0,0,0), +(2962,1119090000,0,0,0,0), +(2963,1114640000,0,0,0,64), +(2964,1119090000,0,0,0,0), +(2965,1114640000,0,0,0,64), +(2967,1114640000,0,0,0,64), +(2968,1116600000,0,0,0,0), +(2969,1114640000,15,0,0,0), +(2970,1114640000,0,0,0,64), +(2971,1109920000,0,0,0,0), +(2972,1114640000,2,0,0,0), +(2973,1114640000,0,0,0,64), +(2974,1114640000,0,0,0,64), +(2975,1065350000,0,0,0,0), +(2976,1114640000,0,0,0,64), +(2977,1109390000,0,0,0,0), +(2978,1114640000,0,0,0,64), +(2979,1114640000,0,0,0,64), +(2980,1114640000,0,0,0,64), +(2981,1114640000,0,0,0,16), +(2982,1114640000,0,0,0,16), +(2983,1114640000,0,0,0,64), +(2984,1114640000,0,0,0,64), +(2985,1114640000,0,0,0,64), +(2986,1114640000,0,0,0,16384), +(2987,1109390000,0,0,0,0), +(2988,1114640000,0,0,0,16384), +(2989,1114640000,0,0,0,64), +(2990,1114640000,0,0,0,64), +(2991,1114640000,0,0,0,16384), +(2993,1119090000,0,0,0,64), +(2994,1114640000,0,0,0,64), +(2995,1114640000,0,0,0,64), +(2996,1114640000,0,0,0,64), +(2997,1114640000,0,0,0,32), +(2998,1114640000,0,0,0,64), +(2999,1114640000,0,0,0,32), +(3000,1127480000,0,0,0,0), +(3001,1114640000,0,0,0,32768), +(3002,1114640000,0,0,256,0), +(3003,1114640000,0,0,0,16), +(3004,1114640000,0,0,0,32), +(3005,1114640000,0,0,0,32), +(3006,1114640000,0,0,0,64), +(3007,1114640000,0,0,0,16), +(3008,1114640000,0,0,0,64), +(3009,0,0,0,0,64), +(3010,1092620000,0,0,0,0), +(3011,1112800000,0,0,0,0), +(3012,1112800000,0,0,0,0), +(3013,1114640000,0,0,0,131072), +(3014,1114640000,0,0,0,131072), +(3015,1114640000,0,0,0,131072), +(3016,1114640000,0,0,0,131072), +(3017,1114640000,0,0,0,131072), +(3018,1114640000,0,0,0,131072), +(3019,1114640000,0,0,0,131072), +(3020,1114640000,0,0,0,131072), +(3021,1114640000,0,0,0,131072), +(3022,1114640000,0,0,0,131072), +(3023,1114640000,0,0,0,131072), +(3024,1114640000,0,0,0,131072), +(3025,1114640000,0,0,0,131072), +(3026,1114640000,0,0,0,131072), +(3027,1114640000,0,0,0,131072), +(3028,1114640000,0,0,0,131072), +(3029,1114640000,0,0,0,131072), +(3030,1114640000,0,0,0,131072), +(3031,1114640000,0,0,0,131072), +(3032,1114640000,0,0,0,131072), +(3033,1114640000,0,0,0,131072), +(3034,1114640000,0,0,0,64), +(3035,1114640000,0,0,0,64), +(3037,1114640000,0,0,0,64), +(3038,1114640000,0,0,0,64), +(3039,1114640000,5,0,0,0), +(3040,1114640000,0,0,0,64), +(3041,1114640000,0,0,0,64), +(3042,1114640000,0,0,0,16), +(3043,1114640000,0,0,0,16), +(3044,1114640000,0,0,0,16), +(3045,1114640000,0,0,0,131072), +(3046,1114640000,0,0,0,16), +(3047,1114640000,0,0,0,16), +(3048,1109390000,0,0,0,0), +(3049,1114640000,0,0,0,2048), +(3050,1114640000,0,0,0,131072), +(3051,1114640000,0,0,0,131072), +(3052,1114640000,0,0,0,131072), +(3053,1114640000,0,0,0,131072), +(3054,1114640000,0,0,0,131072), +(3055,1114640000,0,0,0,131072), +(3056,1114640000,0,0,0,131072), +(3057,1114640000,0,0,0,131072), +(3058,1114640000,0,0,0,131072), +(3059,1114640000,0,0,0,131072), +(3060,1114640000,0,0,0,131072), +(3061,1114640000,0,0,0,131072), +(3062,1114640000,0,0,0,131072), +(3063,1114640000,0,0,0,131072), +(3064,1114640000,0,0,0,131072), +(3065,1114640000,0,0,0,131072), +(3066,1114640000,0,0,0,131072), +(3067,1114640000,0,0,0,16), +(3068,1117130000,1,0,0,0), +(3069,1114640000,0,0,0,16), +(3070,1114640000,0,0,0,16), +(3071,1114640000,0,0,32,0), +(3072,1114640000,0,0,0,64), +(3073,1114640000,1,0,0,0), +(3074,1114640000,1,0,0,0), +(3075,1114640000,0,0,0,64), +(3076,1127480000,0,0,0,0), +(3077,1114640000,0,0,0,64), +(3078,1114640000,0,0,0,64), +(3079,1114640000,0,0,0,16), +(3080,1114640000,0,0,0,16384), +(3081,1114640000,0,0,0,131072), +(3082,1114640000,0,0,0,131072), +(3083,1114640000,0,0,0,131072), +(3084,1114640000,0,0,0,131072), +(3085,1114640000,0,0,0,131072), +(3086,1114640000,0,0,0,131072), +(3087,1114640000,0,0,0,131072), +(3088,1114640000,0,0,0,131072), +(3089,1114640000,0,0,0,131072), +(3090,1114640000,0,0,0,131072), +(3091,1114640000,0,0,0,131072), +(3092,1114640000,0,0,0,131072), +(3093,1114640000,0,0,0,131072), +(3094,1114640000,0,0,0,131072), +(3095,1114640000,0,0,0,131072), +(3096,1114640000,0,0,0,131072), +(3097,1114640000,0,0,0,131072), +(3098,1114640000,0,0,0,131072), +(3099,1114640000,0,0,0,131072), +(3100,1114640000,0,0,0,131072), +(3101,1114640000,0,0,0,131072), +(3102,1114640000,0,0,0,16384), +(3103,1114640000,0,0,0,16384), +(3104,1114640000,0,0,0,64), +(3105,1092620000,0,0,0,0), +(3107,1114640000,0,0,0,16), +(3108,1114640000,0,0,0,16), +(3109,1114640000,0,0,0,16), +(3110,1114640000,0,0,0,16), +(3111,1119090000,0,0,0,0), +(3114,1114640000,0,0,0,64), +(3116,-1029440000,0,0,0,0), +(3117,-1029440000,0,0,0,0), +(3118,1114640000,0,0,0,16384), +(3119,1114640000,0,0,0,64), +(3120,1114640000,0,0,0,64), +(3121,1116600000,0,0,0,0), +(3124,1114640000,0,0,0,64), +(3125,1106250000,0,0,0,0), +(3126,1114640000,0,0,0,16), +(3127,1114640000,0,0,0,64), +(3128,1114640000,0,0,0,64), +(3129,1114640000,0,0,0,64), +(3130,1114640000,0,0,0,64), +(3131,1114640000,0,0,0,64), +(3132,1114640000,0,0,0,64), +(3133,1119090000,0,0,0,0), +(3134,1114640000,0,0,0,64), +(3135,1114640000,0,0,0,64), +(3136,1116600000,0,0,0,0), +(3139,1119090000,0,0,0,0), +(3140,1135870000,4,0,0,0), +(3141,1105720000,0,0,0,0), +(3142,1114640000,1,0,0,0), +(3143,1114640000,0,0,0,131072), +(3144,1114640000,0,0,0,131072), +(3145,1114640000,0,0,0,131072), +(3146,1114640000,0,0,0,131072), +(3147,1114640000,0,0,0,131072), +(3148,1114640000,0,0,0,131072), +(3149,1114640000,0,0,0,131072), +(3150,1114640000,0,0,0,131072), +(3151,1114640000,0,0,0,131072), +(3152,1114640000,0,0,0,131072), +(3153,1114640000,0,0,0,131072), +(3154,1114640000,0,0,0,131072), +(3155,1114640000,0,0,0,131072), +(3156,1114640000,0,0,0,131072), +(3157,1114640000,0,0,0,131072), +(3158,1114640000,0,0,0,131072), +(3159,1114640000,0,0,0,131072), +(3160,1114640000,0,0,0,131072), +(3161,1114640000,0,0,0,131072), +(3162,1114640000,0,0,0,131072), +(3163,1114640000,0,0,0,131072), +(3164,1114640000,0,0,0,16384), +(3165,1114640000,0,0,0,64), +(3167,1114640000,0,0,0,64), +(3168,1114640000,0,0,0,64), +(3169,1114640000,0,0,0,131072), +(3170,1114640000,0,0,0,131072), +(3171,1114640000,0,0,0,131072), +(3172,1114640000,0,0,0,131072), +(3173,1114640000,0,0,0,131072), +(3174,1114640000,0,0,0,131072), +(3175,1114640000,0,0,0,131072), +(3176,1114640000,0,0,0,131072), +(3177,1114640000,0,0,0,131072), +(3178,1114640000,0,0,0,131072), +(3179,1114640000,0,0,0,131072), +(3180,1114640000,0,0,0,131072), +(3181,1114640000,0,0,0,131072), +(3182,1114640000,0,0,0,131072), +(3183,1114640000,0,0,0,131072), +(3184,1114640000,0,0,0,131072), +(3186,1114640000,0,0,0,131072), +(3187,1114640000,0,0,0,131072), +(3188,1114640000,0,0,0,131072), +(3189,1114640000,0,0,0,131072), +(3190,1114640000,0,0,0,16), +(3191,1114640000,0,0,0,64), +(3192,1114640000,0,0,0,64), +(3193,1114640000,0,0,0,64), +(3194,1114640000,0,0,0,16), +(3195,1114640000,0,0,0,64), +(3196,1114640000,0,0,0,64), +(3197,1114640000,0,0,0,64), +(3198,1114640000,0,0,0,64), +(3199,1114640000,0,0,0,64), +(3200,1114640000,0,0,0,64), +(3201,1114640000,0,0,0,64), +(3203,1114640000,0,0,0,131072), +(3204,1114640000,0,0,64,0), +(3205,1114640000,0,0,0,131072), +(3206,1114640000,0,0,0,131072), +(3207,1114640000,0,0,0,131072), +(3208,1114640000,0,0,0,64), +(3209,1114640000,0,0,0,64), +(3210,1114640000,0,0,0,131072), +(3212,1114640000,0,0,0,131072), +(3213,1114640000,0,0,0,131072), +(3214,1114640000,0,0,0,131072), +(3215,1114640000,0,0,0,131072), +(3216,1114640000,0,0,0,131072), +(3217,1114640000,0,0,0,131072), +(3218,1114640000,0,0,0,131072), +(3219,1114640000,0,0,0,131072), +(3220,1114640000,0,0,0,131072), +(3222,1114640000,0,0,0,131072), +(3223,1114640000,0,0,0,131072), +(3224,1114640000,0,0,0,131072), +(3225,1114640000,0,0,0,131072), +(3226,1114640000,0,0,0,64), +(3227,1114640000,0,0,0,64), +(3228,1114640000,0,0,0,64), +(3229,1127480000,0,0,0,0), +(3230,1114640000,0,0,0,64), +(3231,1114640000,0,0,0,64), +(3232,1109390000,0,0,0,0), +(3233,1114640000,0,0,0,131072), +(3234,1114640000,0,0,0,131072), +(3235,1114640000,0,0,0,131072), +(3236,1114640000,0,0,0,131072), +(3237,1114640000,0,0,0,131072), +(3238,1114640000,0,0,0,131072), +(3239,1114640000,0,0,0,131072), +(3240,1114640000,0,0,0,131072), +(3241,1114640000,0,0,0,131072), +(3242,1114640000,0,0,0,131072), +(3243,1114640000,0,0,0,131072), +(3244,1114640000,0,0,0,131072), +(3245,1114640000,0,0,0,131072), +(3246,1114640000,0,0,0,131072), +(3247,1114640000,0,0,0,131072), +(3248,1114640000,0,0,0,131072), +(3249,1114640000,0,0,0,131072), +(3250,1114640000,0,0,0,131072), +(3251,1114640000,0,0,0,131072), +(3253,1114640000,0,0,0,131072), +(3254,1114640000,0,0,0,64), +(3255,1114640000,0,0,0,64), +(3256,1109390000,0,0,0,0), +(3257,1118040000,0,0,0,0), +(3258,-1029440000,0,0,0,0), +(3259,1114640000,0,0,0,64), +(3260,1119090000,0,0,0,0), +(3261,1114640000,0,0,0,131072), +(3262,1114640000,0,0,0,131072), +(3263,1114640000,0,0,0,131072), +(3264,1114640000,0,0,0,131072), +(3265,1114640000,0,0,0,131072), +(3266,1114640000,0,0,0,131072), +(3267,1114640000,0,0,0,131072), +(3268,1114640000,0,0,0,131072), +(3269,1114640000,0,0,0,131072), +(3270,1114640000,0,0,0,131072), +(3271,1114640000,0,0,0,131072), +(3272,1114640000,0,0,0,131072), +(3273,1114640000,0,0,0,131072), +(3274,1114640000,0,0,0,131072), +(3275,1114640000,0,0,0,131072), +(3276,1114640000,0,0,0,131072), +(3277,1114640000,0,0,0,131072), +(3278,1114640000,0,0,0,131072), +(3279,1114640000,0,0,0,64), +(3280,1114640000,0,0,0,131072), +(3281,1114640000,0,0,0,131072), +(3282,1114640000,0,0,0,131072), +(3284,1114640000,0,0,0,64), +(3285,1114640000,0,0,0,64), +(3286,1114640000,0,0,0,64), +(3287,1101000000,0,0,0,64), +(3288,1114640000,0,0,0,64), +(3289,1114640000,0,0,128,0), +(3290,1101000000,0,0,0,64), +(3291,1114640000,0,0,0,64), +(3292,1114640000,0,0,0,64), +(3293,1114640000,0,0,0,64), +(3294,1114640000,0,0,0,64), +(3295,1114640000,0,0,0,64), +(3296,1114640000,0,0,0,64), +(3297,1119090000,0,0,0,0), +(3298,1114640000,0,0,0,64), +(3299,1114640000,0,0,0,64), +(3300,1114640000,0,0,0,64), +(3301,1114640000,0,0,36,0), +(3302,1114640000,0,0,0,64), +(3303,1114640000,1,0,0,0), +(3304,1114640000,0,0,0,64), +(3305,1114640000,0,0,0,64), +(3306,1114640000,0,0,0,64), +(3308,1114640000,0,0,0,64), +(3309,1114640000,0,0,0,64), +(3310,1114640000,0,0,0,64), +(3311,1114640000,0,0,0,64), +(3312,1114640000,2,0,0,0), +(3313,1114640000,1,0,0,0), +(3314,1114640000,0,0,0,64), +(3315,1114640000,1,0,0,0), +(3316,1114640000,0,0,0,16), +(3317,1114640000,0,0,0,16), +(3318,1114640000,0,0,0,16), +(3319,1114640000,0,0,0,16), +(3320,1114640000,0,0,0,16), +(3321,1114640000,0,0,0,16), +(3322,1114640000,0,0,0,16), +(3323,1114640000,0,0,0,16), +(3324,1119090000,0,0,0,0), +(3325,1114640000,3,0,0,0), +(3326,1114640000,1,0,0,0), +(3327,1114640000,1,0,0,0), +(3328,1119090000,0,0,0,0), +(3329,1114640000,0,0,0,64), +(3330,1114640000,0,0,0,64), +(3331,1118040000,0,0,0,0), +(3332,1114640000,1,0,0,0), +(3333,1114640000,4,0,0,0), +(3334,1114640000,0,0,0,64), +(3335,1114640000,1,0,0,0), +(3336,1106250000,1,0,0,0), +(3337,1114640000,1,0,0,0), +(3338,1114640000,0,0,0,64), +(3339,1114640000,0,0,0,64), +(3340,1114640000,0,0,0,16384), +(3341,1114640000,0,0,0,16384), +(3342,1114640000,1,0,0,0), +(3343,1114640000,0,0,0,64), +(3344,1114640000,0,0,0,16384), +(3345,1114640000,5,0,0,0), +(3346,1114640000,1,0,0,0), +(3347,1114640000,0,0,0,64), +(3349,1106250000,5,0,0,0), +(3350,1114640000,0,0,0,16), +(3351,1114640000,5,0,0,0), +(3352,1114640000,0,0,0,16), +(3353,1114640000,0,0,0,16), +(3354,1119090000,0,0,0,0), +(3355,1114640000,0,0,0,131072), +(3356,1114640000,0,0,0,131072), +(3357,1114640000,0,0,0,131072), +(3358,1114640000,0,0,0,131072), +(3359,1114640000,0,0,0,131072), +(3362,1114640000,0,0,0,131072), +(3363,1114640000,0,0,0,131072), +(3364,1114640000,0,0,0,131072), +(3365,1114640000,0,0,0,131072), +(3367,1114640000,0,0,0,131072), +(3368,1114640000,0,0,0,131072), +(3370,1114640000,0,0,0,131072), +(3371,1114640000,0,0,0,131072), +(3372,1114640000,0,0,0,131072), +(3373,1114640000,0,0,0,131072), +(3374,1114640000,0,0,0,131072), +(3375,1114640000,0,0,0,131072), +(3376,1114640000,0,0,0,131072), +(3377,1114640000,0,0,0,131072), +(3378,1114640000,0,0,0,131072), +(3379,1114640000,0,0,0,131072), +(3380,1114640000,0,0,0,131072), +(3381,1114640000,0,0,0,131072), +(3382,1114640000,0,0,0,131072), +(3383,1114640000,0,0,0,131072), +(3384,1114640000,0,0,0,131072), +(3385,1114640000,0,0,0,131072), +(3386,1114640000,0,0,0,131072), +(3387,1114640000,0,0,0,131072), +(3388,1114640000,0,0,0,131072), +(3389,1114640000,0,0,0,131072), +(3390,1114640000,0,0,0,131072), +(3391,1114640000,0,0,0,131072), +(3392,1114640000,0,0,0,131072), +(3393,1114640000,0,0,0,131072), +(3394,1114640000,0,0,0,131072), +(3396,1114640000,0,0,0,131072), +(3397,1114640000,0,0,0,131072), +(3398,1114640000,0,0,0,131072), +(3400,1114640000,0,0,0,131072), +(3401,1114640000,0,0,0,131072), +(3402,1114640000,0,0,0,131072), +(3403,1114640000,0,0,0,131072), +(3404,1114640000,0,0,0,131072), +(3405,1114640000,0,0,0,131072), +(3406,1114640000,0,0,0,131072), +(3407,1114640000,0,0,0,131072), +(3408,1114640000,0,0,0,131072), +(3409,1114640000,0,0,0,131072), +(3410,1114640000,0,0,0,131072), +(3411,1114640000,0,0,0,131072), +(3412,1114640000,5,0,0,0), +(3413,1114640000,0,0,0,131072), +(3414,1114640000,0,0,0,131072), +(3415,1114640000,0,0,0,131072), +(3416,1114640000,0,0,0,131072), +(3418,1114640000,0,0,0,131072), +(3419,1114640000,0,0,0,131072), +(3421,1114640000,0,0,0,131072), +(3422,1114640000,0,0,0,131072), +(3423,1114640000,0,0,0,131072), +(3424,1114640000,0,0,0,131072), +(3425,1114640000,0,0,0,131072), +(3426,1114640000,0,0,0,131072), +(3427,1114640000,0,0,0,131072), +(3428,1114640000,0,0,0,131072), +(3429,1114640000,0,0,0,131072), +(3430,1114640000,0,0,0,131072), +(3431,1114640000,0,0,0,131072), +(3432,1114640000,0,0,0,131072), +(3433,1114640000,0,0,0,131072), +(3434,1112800000,0,0,0,0), +(3435,1115820000,0,0,0,0), +(3436,1115820000,0,0,0,0), +(3437,1114640000,0,0,0,64), +(3438,1114640000,0,0,0,64), +(3439,1114640000,0,0,0,64), +(3442,1114640000,0,0,211,0), +(3443,1114640000,0,0,0,64), +(3444,1114640000,0,0,0,64), +(3446,-1028390000,0,0,0,0), +(3447,1114640000,0,0,0,64), +(3448,1114640000,0,0,0,131072), +(3449,1114640000,0,0,0,131072), +(3450,1114640000,0,0,0,131072), +(3451,1114640000,0,0,0,131072), +(3452,1114640000,0,0,0,131072), +(3453,1114640000,0,0,0,131072), +(3454,1114640000,0,0,0,131072), +(3455,1114640000,0,0,0,131072), +(3456,1114640000,0,0,0,131072), +(3457,1114640000,0,0,0,131072), +(3459,1114640000,0,0,0,131072), +(3460,1114640000,0,0,0,131072), +(3461,1114640000,0,0,0,131072), +(3462,1114640000,0,0,0,131072), +(3463,1114640000,0,0,0,131072), +(3464,1114640000,0,0,0,131072), +(3465,1114640000,0,0,0,131072), +(3466,1114640000,0,0,0,131072), +(3467,1114640000,0,0,0,131072), +(3468,1114640000,0,0,36,0), +(3469,1119090000,0,0,0,0), +(3470,1114640000,10,0,0,64), +(3471,1114640000,0,0,1,0), +(3472,1114640000,0,0,0,64), +(3473,1114640000,0,0,0,32), +(3474,1119090000,0,0,0,0), +(3475,1114640000,3,0,0,0), +(3476,1118040000,0,0,0,0), +(3477,-1029440000,0,0,0,0), +(3478,1119090000,0,0,0,0), +(3479,1092620000,0,0,0,0), +(3480,1114640000,0,0,0,32), +(3481,1117130000,5,0,0,0), +(3482,1114640000,0,0,0,64), +(3483,1114640000,0,0,0,64), +(3484,1112800000,0,0,0,0), +(3485,1112800000,0,0,0,0), +(3486,1112800000,0,0,0,0), +(3487,1112800000,0,0,0,0), +(3488,1114640000,0,0,0,131072), +(3489,1114640000,0,0,0,64), +(3490,1114640000,0,0,0,32), +(3491,1114640000,0,0,0,64), +(3492,-1028390000,0,0,0,0), +(3493,1114640000,0,0,0,16384), +(3494,1114640000,0,0,0,131072), +(3495,1114640000,0,0,0,64), +(3496,1114640000,0,0,0,64), +(3497,1114640000,0,0,0,131072), +(3498,1114640000,0,0,0,131072), +(3499,1114640000,0,0,0,131072), +(3500,1114640000,0,0,0,131072), +(3501,1114640000,0,0,0,131072), +(3502,1114640000,0,0,0,131072), +(3503,1114640000,1,0,0,0), +(3504,1114640000,0,0,0,64), +(3506,1114640000,0,0,0,131072), +(3507,1114640000,0,0,0,131072), +(3508,1114640000,0,0,0,131072), +(3509,1123020000,0,0,0,0), +(3510,1123020000,0,0,0,0), +(3511,1118040000,0,0,0,0), +(3512,1114640000,0,0,0,16), +(3513,1114640000,0,0,0,16), +(3514,1106250000,0,0,0,64), +(3515,1114640000,0,0,0,64), +(3516,1114640000,0,0,0,64), +(3517,1114640000,0,0,0,16), +(3518,1114640000,0,0,193,0), +(3519,1114640000,0,0,0,16), +(3520,1114640000,0,0,0,64), +(3521,1114640000,0,0,0,64), +(3522,1123020000,0,0,0,0), +(3523,1114640000,0,0,0,64), +(3524,1114640000,0,0,0,64), +(3525,1114640000,0,0,0,64), +(3526,1114640000,0,0,0,16), +(3527,1114640000,0,0,0,16), +(3528,1114640000,0,0,0,16), +(3529,1114640000,0,0,0,16), +(3530,1114640000,0,0,0,16), +(3531,1127480000,0,0,0,0), +(3532,1114640000,0,0,0,64), +(3533,1114640000,0,0,0,64), +(3534,1114640000,0,0,0,64), +(3536,1114640000,0,0,0,16), +(3537,1114640000,0,0,0,16), +(3538,1114640000,0,0,0,16), +(3539,1114640000,0,0,0,64), +(3540,1114640000,0,0,0,16), +(3541,1114640000,0,0,0,16), +(3542,1114640000,0,0,0,16), +(3543,1114640000,0,0,0,16), +(3544,1114640000,0,0,0,16), +(3545,1114640000,0,0,0,16), +(3546,1114640000,0,0,0,16), +(3547,1114640000,0,0,0,16), +(3548,1114640000,0,0,0,16), +(3549,1114640000,0,0,0,16), +(3550,1114640000,0,0,0,16), +(3551,1114640000,0,0,0,16), +(3552,1114640000,0,0,0,16), +(3553,1114640000,0,0,0,16), +(3554,1114640000,0,0,0,64), +(3555,1114640000,4,0,0,0), +(3556,1114640000,0,0,0,32), +(3557,1114640000,0,0,0,64), +(3559,1114640000,0,0,0,64), +(3560,1114640000,0,0,0,64), +(3561,1114640000,0,0,0,64), +(3562,1106250000,0,0,0,64), +(3563,1114640000,1,0,0,0), +(3564,1114640000,0,0,0,131072), +(3565,1114640000,1,0,0,64), +(3567,1119090000,0,0,0,0), +(3568,1114640000,0,0,0,64), +(3569,1101000000,1,0,0,0), +(3570,1114640000,5,0,0,32), +(3571,1114640000,0,0,0,16), +(3572,1114640000,0,0,0,16), +(3573,1114640000,0,0,0,16), +(3574,1114640000,0,0,0,16), +(3575,1114640000,0,0,0,16), +(3576,1114640000,0,0,0,16), +(3577,1114640000,0,0,0,16), +(3578,1114640000,0,0,0,16), +(3579,1114640000,0,0,0,16), +(3580,1114640000,0,0,0,16), +(3581,1114640000,0,0,0,16), +(3582,1114640000,0,0,0,16), +(3583,1114640000,0,0,0,16), +(3584,1114640000,0,0,0,16), +(3585,1114640000,0,0,0,2), +(3586,1114640000,0,0,0,16), +(3587,1114640000,0,0,0,16), +(3588,1114640000,0,0,0,16), +(3589,1114640000,0,0,0,16), +(3590,1114640000,0,0,0,64), +(3591,1114640000,0,0,0,32), +(3592,1114640000,0,0,0,64), +(3593,1114640000,0,0,0,64), +(3594,1114640000,0,0,0,64), +(3595,1114640000,0,0,0,64), +(3596,1114640000,0,0,0,64), +(3597,1114640000,0,0,0,64), +(3598,1114640000,0,0,0,64), +(3599,1114640000,0,0,0,64), +(3600,1114640000,0,0,0,64), +(3601,1114640000,0,0,0,16384), +(3602,1114640000,0,0,0,16384), +(3603,1114640000,0,0,0,64), +(3604,1114640000,0,0,193,0), +(3605,1114640000,0,0,0,64), +(3606,1106250000,1,0,0,0), +(3607,1114640000,0,0,0,64), +(3608,1114640000,0,0,0,64), +(3609,1114640000,0,0,0,64), +(3610,1114640000,0,0,0,64), +(3611,1114640000,0,0,0,64), +(3612,1114640000,0,0,0,64), +(3613,1114640000,0,0,0,64), +(3614,1114640000,0,0,0,64), +(3615,1114640000,0,0,0,64), +(3616,1114640000,0,0,0,64), +(3617,1114640000,0,0,0,64), +(3618,1114640000,0,0,0,64), +(3619,1114640000,0,0,0,64), +(3620,1114640000,0,0,0,64), +(3621,1114640000,0,0,0,64), +(3622,1114640000,0,0,0,64), +(3623,1114640000,0,0,0,16), +(3624,1114640000,0,0,0,16), +(3625,1114640000,0,0,0,16), +(3626,1114640000,0,0,0,16), +(3627,1114640000,0,0,0,64), +(3628,1116600000,0,0,0,0), +(3629,1114640000,0,0,0,131072), +(3630,1117130000,0,0,0,0), +(3631,1114640000,0,0,0,32), +(3632,1114640000,0,0,0,64), +(3633,1114640000,0,0,0,16), +(3634,1114640000,0,0,193,0), +(3635,1119090000,0,0,0,0), +(3636,1114640000,0,0,0,64), +(3637,1119090000,0,0,0,0), +(3638,1114640000,0,0,0,16384), +(3639,1114640000,0,0,0,16), +(3640,1114640000,0,0,0,32), +(3643,1106250000,0,0,0,0), +(3656,1114640000,0,0,0,64), +(3668,1114640000,0,0,0,64), +(3674,1114640000,0,0,0,64), +(3675,1114640000,0,0,0,32), +(3676,1114640000,0,0,0,64), +(3677,1114640000,0,0,193,0), +(3678,1114640000,0,0,0,64), +(3679,1114640000,0,0,0,64), +(3680,1119090000,0,0,0,0), +(3681,1114640000,0,0,0,64), +(3682,1114640000,0,0,193,0), +(3683,1114640000,0,0,0,64), +(3684,1114640000,0,0,0,64), +(3685,1092620000,1,0,0,0), +(3686,1114640000,1,0,0,0), +(3687,1117130000,0,0,0,0), +(3688,1114640000,0,0,0,64), +(3689,1114640000,0,0,0,64), +(3690,1114640000,0,0,0,64), +(3691,1114640000,0,0,0,64), +(3692,1114640000,0,0,0,64), +(3693,1114640000,0,0,0,131072), +(3694,1114640000,0,0,0,131072), +(3695,1114640000,0,0,0,131072), +(3697,1114640000,0,0,0,16), +(3698,1114640000,0,0,0,131072), +(3699,1119090000,0,0,0,0), +(3700,1114640000,1,0,0,0), +(3701,1114640000,0,0,0,16), +(3702,1114640000,0,0,0,64), +(3703,1114640000,0,0,0,16), +(3704,1114640000,0,0,0,16), +(3705,1114640000,3,0,0,0), +(3706,1114640000,0,0,0,64), +(3707,1114640000,0,0,0,64), +(3708,1114640000,0,0,0,64), +(3709,1114640000,0,0,0,64), +(3710,1114640000,0,0,0,64), +(3711,1120400000,0,0,0,0), +(3712,1114640000,0,0,0,64), +(3713,1114640000,0,0,0,64), +(3714,1120400000,0,0,0,0), +(3715,1114640000,0,0,0,131072), +(3716,1119090000,0,0,0,0), +(3717,1114640000,0,0,0,64), +(3718,1114640000,0,0,0,64), +(3719,1106250000,0,0,0,64), +(3720,1114640000,0,0,0,64), +(3721,1114640000,0,0,0,64), +(3722,1114640000,0,0,0,16), +(3724,1114640000,0,0,0,32), +(3725,1114640000,0,0,0,64), +(3726,1112800000,0,0,0,0), +(3727,1114640000,0,0,0,64), +(3728,1114640000,0,0,0,64), +(3729,1114640000,0,0,0,16), +(3730,1117130000,0,0,0,0), +(3731,1114640000,0,0,0,64), +(3732,1114640000,0,0,0,64), +(3733,1114640000,0,0,0,64), +(3734,1114640000,0,0,0,64), +(3735,1114640000,0,0,0,64), +(3736,1114640000,0,0,0,64), +(3737,1114640000,0,0,0,64), +(3738,1114640000,0,0,0,64), +(3739,1101000000,0,0,0,64), +(3740,1114640000,0,0,0,64), +(3741,1114640000,0,0,0,64), +(3742,1101000000,0,0,0,64), +(3743,1101000000,0,0,0,0), +(3744,1114640000,0,0,0,64), +(3745,1114640000,0,0,256,0), +(3746,1112800000,0,0,0,0), +(3747,1114640000,0,0,0,64), +(3748,1114640000,0,0,0,64), +(3749,1114640000,0,0,0,64), +(3750,1114640000,0,0,0,64), +(3751,1114640000,0,0,0,64), +(3752,1114640000,0,0,0,64), +(3753,1114640000,0,0,0,64), +(3754,1114640000,0,0,0,64), +(3755,1114640000,0,0,0,64), +(3756,1114640000,0,0,0,64), +(3757,1114640000,0,0,0,64), +(3758,1114640000,0,0,0,64), +(3759,1114640000,0,0,0,64), +(3760,1114640000,0,0,0,64), +(3761,1127480000,0,0,0,0), +(3762,1114640000,0,0,0,64), +(3763,1114640000,0,0,0,64), +(3764,1114640000,0,0,0,64), +(3765,1114640000,0,0,0,64), +(3766,1101000000,0,0,0,0), +(3767,1114640000,2,0,0,0), +(3768,1114640000,0,0,0,64), +(3769,1114640000,0,0,0,16), +(3770,1114640000,0,0,0,16), +(3771,1092620000,0,0,0,0), +(3772,1112010000,0,0,0,0), +(3773,1114640000,0,0,0,64), +(3774,1092620000,0,0,0,0), +(3775,1114640000,0,0,0,64), +(3776,1114640000,0,0,0,32), +(3777,1114640000,0,0,0,64), +(3778,1114640000,0,0,0,64), +(3779,1114640000,0,0,0,64), +(3780,1114640000,0,0,0,16384), +(3781,1123020000,0,0,0,0), +(3782,1109390000,0,0,0,0), +(3783,1114640000,0,0,0,64), +(3784,1114640000,0,0,0,64), +(3785,1114640000,0,0,0,64), +(3786,1112800000,0,0,0,0), +(3787,1114640000,0,0,0,64), +(3788,1092620000,0,0,0,0), +(3789,1084230000,0,0,0,0), +(3790,1084230000,0,0,0,0), +(3791,1114640000,0,0,0,64), +(3792,1117130000,0,0,0,0), +(3793,1114640000,0,0,0,64), +(3794,1114640000,0,0,0,64), +(3795,1114640000,0,0,0,64), +(3796,1114640000,0,0,0,64), +(3797,1112800000,0,0,0,0), +(3798,1123020000,0,0,0,0), +(3799,1114640000,0,0,0,64), +(3800,1114640000,0,0,0,64), +(3801,1114640000,0,0,32,0), +(3802,1109390000,0,0,0,0), +(3804,1114640000,0,0,0,131072), +(3805,1114640000,0,0,0,131072), +(3806,1114640000,0,0,0,131072), +(3807,1114640000,0,0,0,131072), +(3808,1114640000,0,0,0,64), +(3809,1114640000,0,0,0,131072), +(3810,1114640000,0,0,0,131072), +(3811,1114640000,0,0,0,131072), +(3812,1114640000,0,0,0,16), +(3813,1114640000,0,0,0,16), +(3814,1114640000,0,0,0,16), +(3815,1114640000,0,0,0,64), +(3816,1114640000,0,0,0,64), +(3817,1135870000,4,0,0,0), +(3818,1135870000,4,0,0,0), +(3819,1114640000,0,0,0,131072), +(3820,1114640000,0,0,0,131072), +(3821,1114640000,0,0,0,131072), +(3822,1114640000,0,0,0,131072), +(3823,1114640000,0,0,0,131072), +(3824,1114640000,0,0,0,131072), +(3825,1114640000,0,0,0,131072), +(3826,1114640000,0,0,0,131072), +(3827,1114640000,0,0,0,131072), +(3828,1114640000,0,0,0,131072), +(3829,1114640000,0,0,0,131072), +(3830,1114640000,0,0,0,131072), +(3831,1114640000,0,0,0,131072), +(3832,1114640000,0,0,0,131072), +(3833,1114640000,0,0,0,131072), +(3834,1114640000,0,0,0,131072), +(3835,1114640000,0,0,0,131072), +(3836,1114640000,0,0,0,131072), +(3837,1114640000,0,0,0,131072), +(3838,1114640000,0,0,0,131072), +(3839,1114640000,0,0,0,131072), +(3840,1114640000,0,0,0,131072), +(3841,1114640000,0,0,0,131072), +(3842,1114640000,0,0,0,131072), +(3843,1114640000,0,0,0,131072), +(3844,1114640000,0,0,0,131072), +(3845,1114640000,0,0,0,131072), +(3846,1114640000,0,0,0,131072), +(3847,1114640000,0,0,0,131072), +(3848,1114640000,0,0,0,131072), +(3849,1114640000,0,0,0,131072), +(3850,1114640000,0,0,0,131072), +(3851,1114640000,0,0,0,131072), +(3852,1114640000,0,0,0,131072), +(3853,1114640000,0,0,0,131072), +(3854,1114640000,0,0,0,131072), +(3855,1114640000,0,0,0,131072), +(3856,1114640000,0,0,0,131072), +(3857,1114640000,0,0,0,131072), +(3858,1114640000,0,0,0,131072), +(3859,1114640000,0,0,0,131072), +(3860,1114640000,0,0,0,131072), +(3861,1114640000,0,0,0,131072), +(3862,1114640000,0,0,0,131072), +(3863,1114640000,0,0,0,131072), +(3864,1114640000,0,0,0,131072), +(3865,1114640000,0,0,0,131072), +(3866,1114640000,0,0,0,131072), +(3867,1114640000,0,0,0,131072), +(3868,1114640000,0,0,0,131072), +(3869,1114640000,0,0,0,131072), +(3870,1114640000,0,0,0,131072), +(3872,1114640000,0,0,0,131072), +(3874,1114640000,0,0,0,131072), +(3875,1117130000,0,0,0,0), +(3876,1084230000,0,0,0,0), +(3877,1114640000,0,0,0,64), +(3878,1092620000,0,0,0,0), +(3881,1127480000,5,0,0,0), +(3882,1114640000,0,0,767,0), +(3883,1114640000,0,0,0,16), +(3884,1123020000,0,0,0,0), +(3885,1114640000,0,0,0,64), +(3886,1114640000,0,0,0,16), +(3887,1114640000,0,0,0,64), +(3888,1114640000,1,0,0,0), +(3889,1114640000,0,0,0,16), +(3890,1114640000,0,0,0,64), +(3891,1110700000,0,0,0,0), +(3892,1114640000,0,0,0,64), +(3893,1112800000,0,0,0,0), +(3894,1114640000,0,0,0,64), +(3895,1112800000,0,0,0,0), +(3896,1123020000,0,0,0,0), +(3897,1114640000,0,0,0,64), +(3898,1108080000,0,0,0,0), +(3899,1084230000,0,0,0,0), +(3900,1084230000,0,0,0,0), +(3901,1114640000,0,0,0,64), +(3902,1114640000,0,0,0,64), +(3903,1114640000,0,0,0,64), +(3904,1119090000,0,0,0,0), +(3905,1114640000,0,0,0,64), +(3906,1106250000,0,0,0,64), +(3907,1114640000,0,0,0,64), +(3908,1112800000,0,0,0,0), +(3909,1114640000,0,0,0,64), +(3910,1114640000,0,0,0,64), +(3911,1114640000,0,0,0,64), +(3912,1114640000,0,0,0,64), +(3913,1114640000,0,0,0,64), +(3914,1108080000,0,0,0,0), +(3916,1116600000,0,0,0,0), +(3917,1114640000,0,0,0,32), +(3918,1114640000,0,0,0,64), +(3919,1114640000,1,0,0,0), +(3920,1114640000,0,0,0,64), +(3921,1114640000,0,0,0,64), +(3922,1114640000,0,0,0,64), +(3923,1114640000,0,0,193,0), +(3924,1114640000,0,0,0,64), +(3925,1112010000,0,0,0,0), +(3926,1110700000,4,0,0,0), +(3927,1114640000,5,0,0,0), +(3928,1114640000,0,0,1023,0), +(3929,1114640000,0,0,211,0), +(3930,1114640000,0,0,65,0), +(3931,1092620000,0,0,0,0), +(3932,1114640000,0,0,0,64), +(3933,1114640000,0,0,0,64), +(3934,1114640000,0,0,0,64), +(3935,1114640000,0,0,0,64), +(3936,1114640000,0,0,0,64), +(3937,1114640000,0,0,0,64), +(3938,1114640000,0,0,0,64), +(3939,1114640000,0,0,0,64), +(3940,1114640000,0,0,0,64), +(3942,1135870000,20,0,0,0), +(3943,1135870000,20,0,0,0), +(3944,1135870000,20,0,0,0), +(3945,1135870000,20,0,0,0), +(3946,1135870000,20,0,0,0), +(3947,1135870000,20,0,0,0), +(3948,1135870000,20,0,0,0), +(3949,1135870000,20,0,0,0), +(3950,1135870000,20,0,0,0), +(3951,1135870000,20,0,0,0), +(3952,1135870000,20,0,0,0), +(3953,1135870000,20,0,0,0), +(3954,1114640000,0,0,0,64), +(3955,1114640000,0,0,0,64), +(3956,1108080000,0,0,0,0), +(3957,1114640000,0,0,0,64), +(3958,1114640000,0,0,0,64), +(3959,1114640000,0,0,0,16384), +(3960,1114640000,0,0,0,64), +(3961,1114640000,0,0,0,64), +(3962,1114640000,0,0,0,64), +(3963,1114640000,0,0,0,64), +(3964,1114640000,5,0,0,0), +(3965,1114640000,0,0,0,256), +(3967,1116600000,0,0,0,0), +(3968,1114640000,0,0,0,64), +(3969,1114640000,0,0,0,64), +(3970,1114640000,0,0,0,64), +(3971,1114640000,0,0,64,0), +(3972,1114640000,0,0,256,0), +(3973,1114640000,0,0,0,64), +(3974,1114640000,0,0,0,64), +(3975,1114640000,0,0,0,64), +(3976,1114640000,0,0,0,64), +(3977,1114640000,0,0,0,64), +(3978,1114640000,0,0,0,64), +(3979,1092620000,0,0,0,0), +(3980,1114640000,0,0,0,64), +(3981,1114640000,0,0,0,64), +(3982,1114640000,0,0,0,64), +(3983,1114640000,0,0,0,64), +(3984,1114640000,0,0,0,64), +(3985,1114640000,0,0,0,64), +(3986,1114640000,0,0,0,64), +(3987,1114640000,0,0,0,64), +(3988,1114640000,0,0,0,64), +(3989,1092620000,1,0,0,0), +(3990,1101000000,1,0,0,0), +(3991,1108080000,0,0,0,0), +(3992,1108080000,0,0,0,0), +(3993,1114640000,0,0,0,64), +(3994,1114640000,0,0,0,131072), +(3996,1114640000,0,0,0,64), +(3997,1114640000,0,0,0,64), +(3998,1119090000,0,0,0,0), +(3999,1119090000,0,0,0,0), +(4000,1114640000,0,0,64,0), +(4001,1114640000,0,0,0,64), +(4002,1119090000,0,0,0,0), +(4003,1119090000,0,0,0,0), +(4004,1114640000,0,0,0,16), +(4005,1112010000,0,0,0,0), +(4006,1112010000,0,0,0,0), +(4007,1112010000,0,0,0,0), +(4008,1114640000,0,0,0,64), +(4009,1114640000,0,0,0,64), +(4010,1114640000,0,0,1,0), +(4011,1114640000,0,0,0,131072), +(4012,1114640000,0,0,0,64), +(4013,1114640000,0,0,0,64), +(4014,1112800000,0,0,0,0), +(4015,1114640000,0,0,211,0), +(4016,1114640000,0,0,0,64), +(4017,1114640000,0,0,0,16384), +(4018,1114640000,0,0,0,64), +(4019,1114640000,0,0,0,64), +(4020,1114640000,0,0,0,64), +(4021,1114640000,0,0,0,64), +(4022,1106250000,0,0,0,0), +(4023,1114640000,0,0,0,64), +(4024,1114640000,0,0,0,64), +(4025,1114640000,0,0,0,64), +(4026,1114640000,0,0,0,64), +(4027,1114640000,0,0,0,64), +(4028,1114640000,0,0,0,64), +(4029,1114640000,0,0,0,64), +(4030,1114640000,0,0,0,64), +(4031,1114640000,0,0,0,64), +(4032,1114640000,3,0,0,0), +(4033,-1029440000,0,0,0,0), +(4034,1084230000,0,0,0,0), +(4035,1114640000,0,0,0,32), +(4036,1106250000,0,0,0,0), +(4037,1114640000,0,0,0,64), +(4039,1114640000,2,0,0,0), +(4040,1114640000,0,0,0,64), +(4041,1116600000,0,0,0,0), +(4042,0,0,0,0,64), +(4044,1114640000,0,0,0,64), +(4046,1114640000,0,0,0,64), +(4047,-1029440000,0,0,0,0), +(4048,1118040000,0,0,0,0), +(4049,1135870000,0,0,0,0), +(4050,1135870000,0,0,0,0), +(4051,1135870000,20,0,0,0), +(4052,1114640000,0,0,0,64), +(4053,1114640000,0,0,0,64), +(4054,1114640000,0,0,0,64), +(4055,1114640000,0,0,0,64), +(4056,1114640000,0,0,64,0), +(4057,1114640000,0,0,64,0), +(4058,1114640000,0,0,64,0), +(4059,1114640000,0,0,0,64), +(4060,1114640000,0,0,0,64), +(4061,1103630000,0,0,0,0), +(4062,1116600000,0,0,0,0), +(4063,1114640000,1,0,0,0), +(4064,1114640000,1,0,0,0), +(4065,1114640000,0,0,64,0), +(4066,1114640000,1,0,0,0), +(4067,1114640000,1,0,0,0), +(4068,1114640000,0,0,0,64), +(4069,1114640000,0,0,0,64), +(4070,1117130000,0,0,0,0), +(4071,1114640000,0,0,0,64), +(4072,1114640000,0,0,0,64), +(4073,1114640000,0,0,0,64), +(4074,1114640000,0,0,2176,0), +(4075,1114640000,0,0,128,0), +(4076,1114640000,0,0,0,64), +(4077,1114640000,0,0,0,64), +(4078,1114640000,0,0,0,64), +(4079,1114640000,0,0,0,64), +(4080,1109390000,0,0,0,0), +(4081,1109390000,0,0,0,0), +(4082,1114640000,0,0,0,64), +(4083,1114640000,0,0,0,64), +(4087,1114640000,0,0,0,64), +(4089,1116600000,0,0,0,0), +(4090,1114640000,0,0,0,64), +(4091,1135870000,20,0,0,0), +(4092,1114640000,0,0,0,16), +(4093,1114640000,0,0,0,64), +(4094,1114640000,0,0,0,64), +(4095,1114640000,0,0,0,64), +(4096,1114640000,0,0,0,64), +(4097,1116600000,0,0,0,0), +(4098,1116600000,0,0,0,0), +(4099,1084230000,0,0,0,0), +(4100,1114640000,1,0,0,0), +(4101,1114640000,0,0,0,64), +(4103,1114640000,2,0,0,0), +(4104,1114640000,0,0,0,64), +(4105,1116600000,0,0,0,0), +(4107,0,0,0,0,64), +(4109,1114640000,0,0,0,64), +(4111,1101000000,0,0,0,0), +(4113,1097860000,0,0,0,0), +(4115,1114640000,3,0,0,0), +(4116,1114640000,3,0,0,0), +(4118,1135870000,0,0,0,0), +(4119,1114640000,0,0,0,64), +(4120,1114640000,0,0,0,64), +(4121,1135870000,0,0,0,0), +(4122,1114640000,0,0,0,64), +(4123,1114640000,1,0,0,0), +(4124,1114640000,0,0,0,131072), +(4125,1114640000,0,0,0,131072), +(4127,1101000000,0,0,0,0), +(4128,1117130000,0,0,0,0), +(4129,1117130000,0,0,0,0), +(4130,1117130000,0,0,0,0), +(4131,0,0,0,0,64), +(4132,1114640000,0,0,0,64), +(4133,1114640000,0,0,0,64), +(4134,1114640000,0,0,0,64), +(4135,1103630000,0,0,0,0), +(4136,1127480000,0,0,0,0), +(4137,1114640000,0,0,0,64), +(4139,1097860000,0,0,0,0), +(4140,1114640000,0,0,0,64), +(4141,1114640000,0,0,0,64), +(4142,1114640000,0,0,0,64), +(4143,1114640000,5,0,0,0), +(4144,1114640000,1,0,0,0), +(4145,1114640000,0,0,193,0), +(4147,-1029440000,0,0,0,0), +(4148,-1029440000,0,0,0,0), +(4149,1114640000,0,0,0,64), +(4150,1114640000,0,0,0,64), +(4151,1114640000,0,0,0,64), +(4153,1114640000,0,0,0,64), +(4154,1112800000,0,0,0,0), +(4155,1114640000,0,0,0,64), +(4156,1114640000,0,0,0,16), +(4157,1114640000,0,0,0,32), +(4158,1114640000,0,0,0,64), +(4159,1114640000,0,0,0,64), +(4160,1114640000,0,0,128,0), +(4161,1114640000,0,0,0,64), +(4162,1114640000,0,0,0,64), +(4163,1114640000,0,0,0,64), +(4164,1097860000,0,0,0,0), +(4165,1097860000,0,0,0,0), +(4166,1114640000,3,0,0,0), +(4167,1114640000,5,0,0,0), +(4168,1103630000,0,0,0,0), +(4169,1119090000,0,0,0,0), +(4170,1114640000,0,0,0,64), +(4171,1114640000,0,0,0,64), +(4172,1114640000,0,0,0,64), +(4173,1114640000,0,0,0,64), +(4174,1114640000,0,0,0,64), +(4175,1114640000,0,0,0,32768), +(4176,1114640000,1,0,0,0), +(4177,1114640000,0,0,0,64), +(4178,1114640000,2,0,0,0), +(4179,1114640000,0,0,0,64), +(4180,1114640000,0,0,0,64), +(4181,1114640000,0,0,0,64), +(4182,1114640000,0,0,0,64), +(4183,1114640000,0,0,0,64), +(4184,1114640000,0,0,0,64), +(4185,1116600000,0,0,0,0), +(4186,1114640000,10,0,0,0), +(4187,1114640000,0,0,0,64), +(4188,1114640000,0,0,0,64), +(4189,1114640000,0,0,0,64), +(4190,1114640000,0,0,0,64), +(4191,1114640000,0,0,0,64), +(4192,1117130000,0,0,0,0), +(4193,1117130000,0,0,0,0), +(4194,1117130000,0,0,0,0), +(4195,1117130000,0,0,0,0), +(4196,1112800000,0,0,0,0), +(4197,1114640000,0,0,0,64), +(4198,1103630000,0,0,0,0), +(4199,1103630000,0,0,0,0), +(4200,1114640000,0,0,0,64), +(4201,1114640000,0,0,0,64), +(4202,1114640000,0,0,0,64), +(4203,1119090000,0,0,0,0), +(4204,1114640000,1,0,0,0), +(4205,1114640000,1,0,0,0), +(4206,1114640000,1,0,0,0), +(4207,1103630000,0,0,0,0), +(4208,1103630000,0,0,0,0), +(4209,1103630000,0,0,0,0), +(4210,1119090000,0,0,0,0), +(4211,1119090000,0,0,0,0), +(4212,1119090000,0,0,0,0), +(4213,1114640000,0,0,0,64), +(4214,1114640000,0,0,0,64), +(4215,1114640000,1,0,0,0), +(4216,1114640000,0,0,0,64), +(4218,1114640000,1,0,0,0), +(4219,1114640000,0,0,64,0), +(4220,1127480000,0,0,0,0), +(4221,1114640000,0,0,0,64), +(4222,1114640000,0,0,0,64), +(4223,1084230000,0,0,0,0), +(4224,1084230000,0,0,0,0), +(4225,1108080000,0,0,0,0), +(4226,-1029440000,0,0,0,0), +(4227,1114640000,0,0,0,64), +(4228,1114640000,0,0,0,64), +(4235,1114640000,0,0,0,64), +(4236,1114640000,0,0,0,64), +(4237,1114640000,0,0,64,0), +(4238,1114640000,0,0,0,64), +(4239,1114640000,0,0,0,64), +(4240,1114640000,1,0,0,0), +(4241,1114640000,0,0,0,64), +(4242,1114640000,0,0,0,64), +(4243,1119090000,0,0,0,0), +(4244,1135840000,0,0,0,0), +(4245,1114640000,10,0,0,0), +(4246,1114640000,10,0,0,0), +(4247,1119090000,0,0,0,0), +(4248,1119090000,0,0,0,0), +(4249,1114640000,0,0,0,64), +(4252,1114640000,0,0,0,64), +(4253,1114640000,0,0,0,64), +(4254,1114640000,0,0,0,64), +(4255,1114640000,0,0,0,64), +(4256,1114640000,0,0,0,64), +(4257,1112800000,0,0,0,0), +(4258,1109390000,0,0,0,0), +(4259,1114640000,0,0,0,64), +(4260,1114640000,0,0,0,64), +(4261,1119090000,0,0,0,0), +(4263,1114640000,0,0,8,0), +(4264,1123020000,0,0,0,0), +(4265,1114640000,0,0,0,64), +(4266,1114640000,0,0,0,64), +(4267,0,0,0,4,0), +(4268,1114640000,1,0,0,0), +(4269,1114640000,0,0,0,64), +(4270,1114640000,0,0,0,64), +(4271,1114640000,0,0,0,64), +(4272,1114640000,0,0,0,64), +(4273,1114640000,2,0,0,0), +(4274,1114640000,6,0,0,0), +(4275,1114640000,5,0,0,0), +(4276,1112800000,0,0,0,0), +(4277,1112800000,0,0,0,0), +(4278,1114640000,0,0,0,64), +(4279,1114640000,0,0,0,64), +(4280,1109390000,0,0,0,0), +(4281,1109390000,0,0,0,0), +(4282,1114640000,1,0,0,0), +(4285,1114640000,0,0,1,0), +(4286,1114640000,0,0,0,64), +(4287,1112800000,0,0,0,0), +(4288,1114640000,0,0,0,64), +(4294,1114640000,0,0,0,64), +(4295,1114640000,0,0,0,64), +(4296,1112800000,0,0,0,0), +(4297,1112800000,0,0,0,0), +(4298,1112800000,0,0,0,0), +(4299,1114640000,0,0,211,0), +(4307,1114640000,5,0,0,0), +(4312,1114640000,0,0,0,64), +(4321,1116600000,0,0,0,0), +(4322,1114640000,0,0,0,64), +(4323,1116600000,0,0,0,0), +(4324,1112800000,0,0,0,0), +(4328,1118040000,0,0,0,0), +(4329,1118040000,0,0,0,0), +(4330,1114640000,0,0,0,64), +(4335,1114640000,0,0,0,64), +(4349,1114640000,0,0,0,64), +(4350,1114640000,0,0,0,64), +(4352,1116600000,0,0,0,0), +(4353,1114640000,0,0,0,16), +(4354,1114640000,0,0,0,64), +(4367,1114640000,0,0,0,64), +(4368,1116600000,0,0,0,0), +(4369,1114640000,0,0,0,16), +(4370,1114640000,0,0,0,16), +(4371,1114640000,0,0,0,16), +(4372,1114640000,0,0,0,16), +(4373,1114640000,0,0,0,16), +(4374,1114640000,0,0,0,16), +(4375,1114640000,0,0,0,16), +(4376,1114640000,0,0,0,16), +(4377,1114640000,0,0,0,64), +(4381,1114640000,0,0,0,64), +(4382,1114640000,0,0,0,64), +(4387,1114640000,0,0,0,16384), +(4388,1114640000,1,0,0,0), +(4389,1114640000,0,0,0,64), +(4390,1123020000,0,0,0,0), +(4391,1119090000,0,0,0,0), +(4393,1127480000,0,0,0,0), +(4394,1114640000,1,0,0,0), +(4395,1119090000,0,0,0,0), +(4396,1116600000,0,0,0,0), +(4397,1110700000,0,0,0,0), +(4400,1114640000,0,0,0,16384), +(4401,1114640000,1,0,0,0), +(4402,1114640000,1,0,0,0), +(4403,1116600000,0,0,0,0), +(4404,1127480000,0,0,0,0), +(4405,1116600000,0,0,0,0), +(4406,1127480000,0,0,0,0), +(4407,1116600000,0,0,0,0), +(4408,1114640000,0,0,0,64), +(4409,1084230000,0,0,0,0), +(4410,1114640000,0,0,0,64), +(4411,1114640000,0,0,0,16384), +(4412,1114640000,0,0,0,32), +(4413,1103630000,0,0,0,64), +(4414,1123020000,0,0,0,0), +(4415,1114640000,0,0,0,64), +(4416,0,0,0,0,64), +(4421,1114640000,0,0,0,64), +(4422,1116600000,0,0,0,0), +(4423,1116600000,0,0,0,0), +(4424,1114640000,12,0,0,0), +(4426,1114640000,0,0,0,64), +(4428,1114640000,0,0,0,64), +(4429,1116600000,0,0,0,0), +(4430,1114640000,0,0,0,64), +(4431,1114640000,0,0,0,64), +(4432,1114640000,1,0,0,64), +(4433,1114640000,1,0,0,64), +(4434,1123020000,0,0,0,0), +(4435,1114640000,0,0,0,64), +(4436,1114640000,0,0,0,64), +(4437,1114640000,0,0,0,64), +(4438,1114640000,0,0,0,64), +(4440,1114640000,0,0,0,64), +(4441,1114640000,0,0,0,64), +(4443,1114640000,0,0,0,64), +(4444,1119090000,0,0,0,0), +(4445,1114640000,0,0,0,64), +(4446,1114640000,0,0,0,64), +(4447,1123020000,0,0,0,0), +(4448,1123020000,0,0,0,0), +(4449,1119090000,0,0,0,0), +(4450,1114640000,0,0,0,16384), +(4451,1114640000,0,0,0,64), +(4452,1114640000,4,0,0,0), +(4453,1114640000,0,0,0,64), +(4454,1119090000,0,0,0,0), +(4455,1090520000,0,0,0,0), +(4456,1114640000,0,0,0,64), +(4457,1090520000,0,0,0,0), +(4458,1114640000,0,0,0,32), +(4459,1110700000,0,0,0,64), +(4460,1114640000,0,0,0,64), +(4461,1110700000,0,0,0,64), +(4462,1114640000,0,0,0,64), +(4463,1119090000,0,0,0,0), +(4464,1119090000,0,0,0,0), +(4465,1114640000,0,0,0,64), +(4466,1114640000,0,0,0,64), +(4467,1114640000,0,0,0,64), +(4468,1114640000,0,0,0,64), +(4469,1114640000,0,0,0,64), +(4470,1114640000,2,0,0,64), +(4471,1135870000,0,0,0,0), +(4472,1114640000,0,0,0,64), +(4473,1114640000,0,0,0,64), +(4474,1114640000,0,0,0,64), +(4475,1114640000,0,0,0,64), +(4476,0,0,0,0,64), +(4477,1114640000,0,0,0,16384), +(4478,1114640000,0,0,0,64), +(4479,1114640000,0,0,0,64), +(4480,1114640000,0,0,0,16), +(4481,1114640000,1,0,0,0), +(4482,1114640000,0,0,0,16384), +(4483,1114640000,0,0,0,64), +(4484,1114640000,0,0,0,64), +(4485,1114640000,0,0,0,64), +(4486,1118040000,0,0,0,0), +(4487,1119090000,0,0,0,0), +(4488,1114640000,0,0,0,64), +(4489,1114640000,0,0,0,64), +(4490,1114640000,0,0,0,64), +(4491,1114640000,0,0,0,64), +(4492,1114640000,0,0,0,64), +(4493,1114640000,0,0,0,64), +(4494,1127480000,5,0,0,0), +(4495,1114640000,1,0,0,0), +(4496,1114640000,1,0,0,0), +(4497,1114640000,1,0,0,0), +(4498,1114640000,0,0,0,64), +(4499,1123020000,0,0,0,0), +(4500,1114640000,0,0,0,64), +(4501,1114640000,0,0,0,64), +(4502,1114640000,0,0,0,16384), +(4503,1114640000,1,0,0,0), +(4504,1114640000,0,0,0,64), +(4505,1114640000,0,0,0,64), +(4506,1114640000,0,0,0,64), +(4507,1114640000,0,0,0,64), +(4508,1114640000,0,0,0,64), +(4509,1114640000,0,0,0,64), +(4510,1114640000,0,0,0,64), +(4511,1114640000,0,0,0,64), +(4512,1114640000,0,0,0,64), +(4513,1114640000,0,0,0,64), +(4514,1114640000,0,0,0,64), +(4515,1114640000,0,0,0,64), +(4516,1114640000,0,0,0,64), +(4517,0,3,0,0,0), +(4518,1114640000,0,0,0,64), +(4519,1114640000,0,0,0,64), +(4520,0,0,0,0,64), +(4521,1114640000,0,0,0,64), +(4522,1114640000,0,0,0,64), +(4523,1114640000,0,0,0,64), +(4524,1114640000,0,0,0,64), +(4525,1114640000,0,0,0,64), +(4526,1097860000,0,0,0,0), +(4527,1114640000,0,0,0,64), +(4528,1114640000,0,0,211,0), +(4529,1114640000,0,0,64,0), +(4530,1114640000,5,0,0,0), +(4531,1114640000,0,0,0,64), +(4532,1114640000,0,0,0,64), +(4533,1114640000,0,0,0,64), +(4534,1114640000,0,0,0,64), +(4535,1114640000,0,0,0,64), +(4536,1114640000,0,0,0,64), +(4537,1114640000,0,0,1,0), +(4538,1114640000,0,0,0,64), +(4539,1114640000,0,0,0,64), +(4540,1114640000,0,0,0,64), +(4541,1114640000,0,0,0,64), +(4542,1114640000,0,0,0,64), +(4543,1114640000,0,0,0,64), +(4544,1114640000,0,0,0,64), +(4545,1114640000,0,0,0,64), +(4546,1114640000,0,0,0,16384), +(4548,1114640000,5,0,0,0), +(4549,1114640000,0,0,0,64), +(4550,1114640000,0,0,0,64), +(4551,1114640000,0,0,0,64), +(4552,1114640000,0,0,0,64), +(4553,1114640000,0,0,0,64), +(4554,1114640000,0,0,64,0), +(4555,1114640000,0,0,0,64), +(4556,1114640000,0,0,0,64), +(4557,1114640000,0,0,0,64), +(4558,1114640000,0,0,0,64), +(4559,1114640000,0,0,0,64), +(4560,1114640000,0,0,0,64), +(4561,1114640000,0,0,0,64), +(4562,1114640000,0,0,0,64), +(4563,1114640000,0,0,0,64), +(4564,1101000000,0,0,0,64), +(4565,1114640000,0,0,0,64), +(4566,1114640000,0,0,0,64), +(4567,1127480000,0,0,0,0), +(4568,1110700000,0,0,0,0), +(4569,1118040000,0,0,0,0), +(4570,0,0,0,64,0), +(4571,1114640000,0,0,0,64), +(4572,1114640000,0,0,0,64), +(4573,1114640000,0,0,0,16384), +(4574,1114640000,0,0,0,64), +(4575,1114640000,0,0,0,64), +(4576,0,0,0,0,64), +(4578,1110700000,0,0,0,64), +(4579,1114640000,0,0,1,0), +(4580,1114640000,0,0,1,0), +(4581,1114640000,0,0,1,0), +(4582,1114640000,1,0,0,0), +(4583,1114640000,0,0,64,0), +(4584,1114640000,1,0,0,0), +(4585,1114640000,1,0,0,0), +(4586,1114640000,0,0,0,64), +(4587,1112800000,0,0,0,0), +(4588,1114640000,0,0,0,64), +(4589,1119090000,0,0,0,0), +(4590,1114640000,0,0,0,16384), +(4591,1114640000,0,0,0,64), +(4592,1110700000,0,0,0,0), +(4593,1114640000,0,0,0,64), +(4594,1114640000,0,0,0,64), +(4595,1114640000,0,0,0,16), +(4596,1114640000,0,0,0,16), +(4597,1114640000,0,0,0,16), +(4598,1114640000,0,0,0,16), +(4599,1114640000,0,0,0,16), +(4600,1114640000,0,0,0,16), +(4601,1114640000,0,0,0,16), +(4602,1114640000,0,0,0,16), +(4603,1114640000,0,0,0,16), +(4604,1114640000,0,0,0,16), +(4605,1114640000,0,0,0,16), +(4606,1114640000,0,0,0,16), +(4607,1114640000,0,0,0,16), +(4608,1114640000,0,0,8,0), +(4609,1114640000,0,0,0,16), +(4610,1114640000,0,0,0,16), +(4611,1114640000,0,0,0,16), +(4612,1114640000,0,0,0,16), +(4613,1114640000,0,0,0,16), +(4614,1114640000,0,0,0,16), +(4615,1114640000,0,0,0,16), +(4616,1114640000,0,0,0,16), +(4617,1114640000,0,0,0,16), +(4618,1114640000,0,0,0,16), +(4619,1114640000,0,0,0,16), +(4620,1114640000,0,0,0,16), +(4621,1114640000,0,0,0,16), +(4622,1114640000,0,0,0,16), +(4623,1114640000,0,0,0,16), +(4624,1114640000,0,0,0,16), +(4625,1114640000,0,0,0,16), +(4626,1114640000,0,0,0,16), +(4627,1114640000,0,0,0,16), +(4628,1114640000,0,0,0,16), +(4629,1114640000,0,0,0,16), +(4630,1114640000,0,0,0,16), +(4631,1114640000,0,0,0,16), +(4632,1114640000,0,0,0,16), +(4633,1114640000,0,0,0,16), +(4634,1114640000,0,0,0,16), +(4635,1114640000,0,0,0,16), +(4636,1114640000,0,0,0,16), +(4637,1114640000,0,0,0,16), +(4638,1114640000,0,0,0,16), +(4639,1114640000,0,0,0,16), +(4640,1114640000,0,0,0,16), +(4641,1114640000,0,0,0,16), +(4642,1114640000,0,0,0,16), +(4643,1114640000,0,0,0,16), +(4647,1114640000,0,0,0,16384), +(4648,1114640000,0,0,0,16384), +(4649,1114640000,0,0,0,1026), +(4650,1114640000,0,0,0,16384), +(4651,1118040000,0,0,0,0), +(4652,1114640000,5,0,0,0), +(4653,1114640000,0,0,0,16384), +(4654,1114640000,0,0,0,16384), +(4655,1114640000,0,0,0,16384), +(4656,1114640000,0,0,0,16384), +(4657,1114640000,0,0,0,16384), +(4658,1114640000,0,0,0,16384), +(4659,1114640000,0,0,0,64), +(4660,1114640000,0,0,0,64), +(4661,1127480000,0,0,0,0), +(4662,1114640000,0,0,0,64), +(4663,1110700000,0,0,0,64), +(4664,1114640000,0,0,0,64), +(4665,1114640000,0,0,0,64), +(4666,1114640000,0,0,0,64), +(4667,1114640000,0,0,0,64), +(4668,1114640000,0,0,0,64), +(4669,1114640000,0,0,0,64), +(4671,1114640000,0,0,0,64), +(4672,1114640000,0,0,0,16), +(4673,1114640000,0,0,0,16), +(4674,1114640000,0,0,0,16), +(4675,1114640000,0,0,0,16), +(4676,1114640000,0,0,0,16), +(4677,1114640000,0,0,0,16), +(4678,1114640000,0,0,0,16), +(4679,1114640000,0,0,0,16), +(4680,1114640000,0,0,0,16), +(4681,1119090000,0,0,0,0), +(4682,1109390000,0,0,0,0), +(4683,0,0,0,0,64), +(4684,1114640000,0,0,0,64), +(4685,1114640000,0,0,0,64), +(4686,1114640000,0,0,0,64), +(4687,1114640000,0,0,0,64), +(4688,1114640000,0,0,0,64), +(4689,1114640000,0,0,0,64), +(4690,-1049620000,0,0,0,0), +(4691,1114640000,0,0,0,64), +(4692,1119090000,0,0,0,0), +(4693,1112800000,1,0,0,0), +(4694,1112800000,0,0,0,0), +(4695,1114640000,0,0,0,64), +(4696,1114640000,0,0,0,64), +(4697,1090520000,0,0,0,0), +(4698,1114640000,0,0,0,64), +(4699,1114640000,0,0,0,64), +(4700,1114640000,0,0,0,64), +(4701,1114640000,0,0,0,64), +(4702,1114640000,0,0,0,64), +(4703,1114640000,0,0,0,64), +(4704,1119090000,0,0,0,0), +(4705,1114640000,0,0,0,64), +(4706,1114640000,1,0,0,0), +(4707,1114640000,0,0,0,64), +(4708,1114640000,0,0,0,64), +(4709,1127480000,0,0,0,0), +(4710,1114640000,0,0,0,64), +(4711,1114640000,0,0,0,64), +(4712,1114640000,0,0,0,64), +(4713,1114640000,0,0,0,16), +(4714,1119090000,0,0,0,0), +(4715,1114640000,0,0,0,64), +(4716,1114640000,0,0,0,64), +(4717,1114640000,0,0,0,64), +(4718,1114640000,0,0,0,64), +(4719,1114640000,0,0,0,64), +(4720,1114640000,0,0,0,64), +(4721,1114640000,0,0,0,64), +(4722,1109390000,0,0,0,0), +(4723,1114640000,0,0,0,64), +(4724,1127480000,0,0,0,0), +(4725,1117130000,0,0,0,0), +(4726,1114640000,0,0,0,64), +(4727,1114640000,0,0,0,64), +(4728,1112800000,1,0,0,0), +(4729,1114640000,0,0,0,16384), +(4730,1112800000,3,0,0,0), +(4731,1114640000,0,0,0,16384), +(4732,1114640000,0,0,0,64), +(4733,1106250000,0,0,0,0), +(4734,1114640000,0,0,211,0), +(4735,1112800000,0,0,0,0), +(4736,1114640000,0,0,0,64), +(4737,1119090000,0,0,0,0), +(4738,1119090000,0,0,0,0), +(4739,1119090000,0,0,0,0), +(4740,1114640000,0,0,0,16384), +(4741,1114640000,0,0,0,16384), +(4742,1119090000,0,0,0,0), +(4743,1114640000,0,0,0,64), +(4744,1114640000,0,0,0,64), +(4745,1097860000,0,0,0,0), +(4746,1114640000,0,0,0,16384), +(4747,1114640000,0,0,0,64), +(4748,1114640000,0,0,0,64), +(4749,1114640000,0,0,0,64), +(4750,1114640000,0,0,0,64), +(4751,1114640000,0,0,0,64), +(4752,1114640000,0,0,0,64), +(4753,1127480000,0,0,0,0), +(4754,1114640000,0,0,0,16384), +(4755,1114640000,0,0,0,16384), +(4756,1109390000,0,0,0,0), +(4757,1116600000,0,0,0,0), +(4758,1114640000,0,0,0,16384), +(4759,1114640000,0,0,0,64), +(4760,1114640000,0,0,0,64), +(4761,1114640000,0,0,0,32), +(4762,1117130000,0,0,0,0), +(4763,1109390000,0,0,0,0), +(4764,1114640000,1,0,0,0), +(4765,1116470000,0,0,0,0), +(4766,1109390000,0,0,0,0), +(4767,1112800000,0,0,0,0), +(4768,1114640000,0,0,0,64), +(4769,1114640000,0,0,0,64), +(4770,1114640000,0,0,0,64), +(4771,1114640000,0,0,0,64), +(4772,1114640000,0,0,0,64), +(4773,1114640000,0,0,0,16384), +(4774,-1029440000,0,0,0,0), +(4775,1119090000,0,0,0,0), +(4776,-1029440000,0,0,0,0), +(4777,1114640000,0,0,0,64), +(4778,1114640000,0,0,0,64), +(4779,-1028390000,0,0,0,0), +(4781,1114640000,0,0,0,64), +(4782,1114640000,0,0,0,64), +(4783,1114640000,0,0,0,16384), +(4784,1097860000,0,0,0,0), +(4785,1114640000,0,0,0,64), +(4786,1114640000,0,0,0,16), +(4787,1114640000,0,0,0,16), +(4788,1114640000,0,0,0,16), +(4789,1114640000,0,0,0,16), +(4790,1114640000,0,0,0,16), +(4791,1114640000,0,0,0,16), +(4792,1119090000,0,0,0,0), +(4793,1119090000,0,0,0,0), +(4794,1119090000,0,0,0,0), +(4795,1119090000,0,0,0,0), +(4796,1114640000,0,0,0,64), +(4797,1114640000,0,0,0,64), +(4798,1135870000,0,0,0,0), +(4799,1106250000,0,0,0,0), +(4800,1114640000,0,0,0,64), +(4801,1114640000,0,0,0,64), +(4802,1114640000,0,0,0,64), +(4803,1114640000,0,0,0,64), +(4804,1120400000,0,0,0,0), +(4805,1114640000,0,0,0,64), +(4806,1114640000,0,0,0,64), +(4807,1112800000,0,0,0,0), +(4808,1114640000,0,0,0,64), +(4809,1114640000,0,0,0,64), +(4810,1127480000,0,0,0,0), +(4811,1114640000,0,0,0,64), +(4813,1114640000,0,0,0,64), +(4814,1112800000,1,0,0,0), +(4815,1109390000,0,0,0,0), +(4816,1114640000,0,0,0,64), +(4817,1110700000,0,0,0,64), +(4818,1110700000,0,0,0,64), +(4820,1114640000,5,0,0,0), +(4821,1114640000,0,0,0,32), +(4822,1114640000,0,0,0,64), +(4823,1114640000,0,0,0,64), +(4826,1114640000,0,0,0,64), +(4827,1114640000,0,0,0,64), +(4828,1101000000,5,0,0,0), +(4829,1114640000,0,0,0,64), +(4830,1114640000,0,0,0,64), +(4831,1114640000,0,0,0,64), +(4832,1114640000,0,0,0,64), +(4833,1116600000,0,0,0,0), +(4835,1114640000,0,0,0,32), +(4837,1114640000,0,0,0,64), +(4839,1114640000,0,0,0,64), +(4841,1114640000,0,0,0,64), +(4842,1114640000,0,0,0,64), +(4843,1114640000,0,0,0,64), +(4844,1123020000,5,0,0,0), +(4845,1114640000,0,0,0,64), +(4847,1103630000,0,0,0,0), +(4848,1109390000,0,0,0,0), +(4849,1112800000,0,0,0,0), +(4850,1114640000,8,0,0,0), +(4851,1114640000,0,0,0,16384), +(4853,1114640000,0,0,0,64), +(4854,1112800000,1,0,0,0), +(4855,1114640000,0,0,0,64), +(4856,1114640000,0,0,0,64), +(4857,1114640000,0,0,0,64), +(4858,1114640000,0,0,0,64), +(4859,1119090000,0,0,0,0), +(4860,1114640000,0,0,0,64), +(4861,1114640000,0,0,1023,0), +(4862,1114640000,0,0,0,64), +(4863,1092620000,0,0,0,0), +(4864,1114640000,0,0,0,64), +(4865,1114640000,0,0,4,0), +(4866,1114640000,5,0,0,0), +(4867,1114640000,0,0,0,64), +(4868,1114640000,0,0,1,0), +(4869,1119090000,0,0,0,0), +(4870,1114640000,0,0,0,64), +(4871,1119090000,0,0,0,0), +(4872,1119090000,0,0,0,0), +(4876,1114640000,0,0,0,64), +(4877,1114640000,0,0,0,64), +(4881,-1029700000,0,0,0,0), +(4882,1114640000,0,0,0,64), +(4883,1114640000,0,0,0,64), +(4885,1116600000,0,0,0,0), +(4886,-1032850000,0,0,0,0), +(4887,-1032850000,0,0,0,0), +(4889,1114640000,0,0,0,64), +(4890,1114640000,0,0,0,64), +(4891,1114640000,0,0,0,64), +(4892,1112010000,0,0,0,0), +(4893,1114640000,0,0,0,64), +(4894,1114640000,0,0,0,32), +(4895,1127480000,5,0,0,0), +(4896,1127480000,0,0,0,0), +(4897,1114640000,0,0,0,64), +(4898,1114640000,0,0,0,16384), +(4899,1114640000,0,0,0,64), +(4900,1114640000,0,0,0,64), +(4901,1112800000,0,0,0,0), +(4902,1112010000,0,0,0,0), +(4903,1114640000,0,0,0,64), +(4904,1114640000,0,0,0,64), +(4905,1114640000,1,0,0,0), +(4906,1114640000,0,0,0,64), +(4907,1114640000,0,0,0,64), +(4908,1114640000,0,0,0,64), +(4909,1114640000,5,0,0,0), +(4910,1114640000,0,0,0,32), +(4911,1114640000,0,0,0,64), +(4912,1114640000,0,0,0,64), +(4913,1114640000,0,0,0,16384), +(4914,1114640000,0,0,0,64), +(4915,1114640000,0,0,0,64), +(4916,1114640000,0,0,0,64), +(4917,1114640000,0,0,0,64), +(4918,1114640000,0,0,0,64), +(4919,1114640000,0,0,0,64), +(4920,1114640000,0,0,0,64), +(4923,-1032850000,0,0,0,0), +(4924,1114640000,0,0,0,64), +(4925,1114640000,0,0,0,64), +(4926,1110700000,0,0,0,0), +(4927,1114640000,0,0,0,16384), +(5087,1114640000,5,0,0,0), +(5088,1114640000,0,0,0,64), +(5090,1114640000,0,0,0,64), +(5091,1114640000,0,0,0,64), +(5093,1119090000,0,0,0,0), +(5094,1106250000,0,0,0,0), +(5095,1101000000,0,0,0,0), +(5096,1114640000,0,0,0,64), +(5097,1114640000,0,0,0,64), +(5099,1114640000,0,0,0,64), +(5100,1114640000,0,0,0,64), +(5101,1119090000,0,0,0,0), +(5102,1114640000,0,0,0,16), +(5103,1114640000,0,0,0,16), +(5104,1114640000,0,0,0,16), +(5106,1114640000,0,0,0,64), +(5107,1114640000,0,0,0,64), +(5108,1114640000,0,0,0,64), +(5109,1114640000,0,0,0,32), +(5110,1114640000,0,0,0,32), +(5111,1114640000,0,0,0,64), +(5112,1114640000,0,0,0,64), +(5113,1114640000,0,0,0,64), +(5114,1114640000,0,0,0,32), +(5115,1114640000,0,0,0,32), +(5116,1114640000,0,0,0,64), +(5117,1114640000,0,0,0,16), +(5118,1114640000,0,0,0,16), +(5119,1114640000,0,0,0,16), +(5120,1114640000,0,0,0,64), +(5123,1114640000,0,0,0,16), +(5124,1114640000,0,0,0,16), +(5125,1114640000,0,0,0,64), +(5126,1114640000,0,0,0,64), +(5152,1114640000,0,0,0,64), +(5153,1123020000,0,0,0,0), +(5161,1112800000,0,0,0,0), +(5178,1114640000,1,0,0,0), +(5182,1114640000,0,0,0,64), +(5183,1114640000,0,0,0,64), +(5184,1114640000,0,0,0,64), +(5186,1112800000,0,0,0,0), +(5196,1114640000,0,0,0,64), +(5197,1114640000,0,0,0,64), +(5199,1119090000,0,0,0,0), +(5200,1114640000,0,0,0,64), +(5201,1119090000,0,0,0,0), +(5202,1119090000,0,0,0,0), +(5204,1114640000,0,0,0,64), +(5205,1119090000,0,0,0,0), +(5206,1114640000,0,0,65,0), +(5210,1114640000,0,0,0,64), +(5212,1114640000,0,0,0,64), +(5213,1114640000,0,0,0,64), +(5214,1114640000,0,0,0,64), +(5218,1114640000,0,0,0,64), +(5219,1114640000,0,0,0,64), +(5220,1114640000,0,0,0,64), +(5221,1114640000,0,0,0,64), +(5222,1114640000,0,0,0,64), +(5223,1114640000,0,0,0,64), +(5224,1114640000,0,0,0,64), +(5225,1114640000,0,0,0,64), +(5226,1114640000,0,0,0,64), +(5228,1127480000,0,0,0,0), +(5232,1127480000,0,0,0,0), +(5233,1114640000,0,0,0,64), +(5241,1114640000,0,0,0,64), +(5242,1119090000,0,0,0,0), +(5243,1114640000,0,0,0,64), +(5245,1114640000,0,0,0,64), +(5250,1123020000,0,0,0,0), +(5251,1114640000,0,0,0,64), +(5252,1114640000,0,0,0,64), +(5253,1114640000,0,0,0,16384), +(5254,1114640000,0,60,0,0), +(5255,1114640000,0,0,0,64), +(5257,1114640000,1,0,0,0), +(5258,1114640000,0,0,0,64), +(5259,1114640000,0,0,0,64), +(5260,1114640000,0,0,0,64), +(5261,1119090000,0,0,0,0), +(5270,1114640000,0,0,0,64), +(5271,1114640000,0,0,0,64), +(5273,1114640000,0,0,0,64), +(5274,1114640000,0,0,0,64), +(5275,1114640000,0,0,0,64), +(5276,1114640000,0,0,0,64), +(5279,1119090000,0,0,0,0), +(5280,1114640000,0,0,0,64), +(5281,1114640000,0,0,0,64), +(5283,1114640000,0,0,0,64), +(5284,1127480000,0,0,0,0), +(5285,1112800000,0,0,0,0), +(5286,1112800000,0,0,0,0), +(5288,1114640000,0,0,0,64), +(5291,1114640000,0,0,0,64), +(5292,1119090000,0,0,0,0), +(5293,1114640000,0,0,0,64), +(5297,1114640000,0,0,0,64), +(5298,1114640000,0,0,0,64), +(5299,1114640000,0,0,0,64), +(5309,1119090000,0,0,0,0), +(5311,1114640000,0,0,0,64), +(5313,1114640000,0,0,0,64), +(5314,1114640000,0,0,0,32), +(5315,1114640000,0,0,0,32), +(5317,1114640000,0,0,0,32), +(5319,1114640000,0,0,0,64), +(5320,1114640000,0,60,0,0), +(5321,1114640000,0,0,0,64), +(5322,1114640000,0,0,0,16), +(5323,1114640000,0,0,0,16), +(5324,1114640000,0,0,0,16), +(5325,1106250000,0,0,0,0), +(5326,1112800000,0,0,0,0), +(5327,1118040000,0,0,0,0), +(5329,1112800000,0,0,0,0), +(5331,1123020000,0,0,0,0), +(5332,1114640000,0,0,0,64), +(5335,1114640000,0,0,0,64), +(5336,1114640000,0,0,0,64), +(5337,1114640000,0,0,0,64), +(5338,1114640000,0,0,0,64), +(5339,1114640000,0,0,0,64), +(5340,1114640000,0,0,0,64), +(5341,1114640000,0,0,0,64), +(5342,1114640000,0,0,0,64), +(5343,1114640000,0,0,0,64), +(5344,1114640000,0,0,0,64), +(5349,1114640000,0,0,0,64), +(5351,1119090000,0,0,0,0), +(5352,1135870000,10,0,0,0), +(5353,1114640000,3,0,0,0), +(5355,1114640000,0,0,0,16384), +(5356,1135870000,10,0,0,0), +(5358,1114640000,3,0,0,0), +(5359,1114640000,0,0,0,64), +(5360,1114640000,0,0,0,64), +(5361,1114640000,0,0,0,64), +(5362,1119090000,0,0,0,0), +(5363,1127480000,0,0,0,0), +(5365,1114640000,0,0,0,64), +(5366,1114640000,0,0,0,64), +(5367,1114640000,0,0,0,64), +(5368,1114640000,0,0,0,96), +(5369,0,0,0,0,64), +(5371,1114640000,0,0,0,64), +(5375,1114640000,0,0,0,64), +(5377,1114640000,0,0,0,64), +(5379,1114640000,0,0,0,64), +(5380,1114640000,0,0,0,64), +(5381,1114640000,0,0,0,64), +(5382,1114640000,0,0,0,64), +(5383,1114640000,0,0,0,64), +(5385,1114640000,0,0,0,16), +(5386,1114640000,0,0,0,16), +(5387,1114640000,0,0,0,16), +(5388,1114640000,0,0,0,16), +(5396,1114640000,0,0,0,16), +(5397,1114640000,0,0,0,16), +(5401,1114640000,0,0,0,64), +(5402,1114640000,0,0,0,64), +(5405,1114640000,0,0,0,64), +(5406,1114640000,0,0,0,64), +(5408,1114640000,0,0,0,64), +(5409,1114640000,0,0,0,64), +(5410,1114640000,0,0,0,64), +(5411,1114640000,0,0,0,64), +(5419,1114640000,0,0,0,32), +(5421,1114640000,255,0,0,0), +(5427,1119090000,0,0,0,0), +(5428,1119090000,0,0,0,0), +(5432,1135870000,0,0,0,0), +(5434,1114640000,1,0,0,0), +(5435,1114640000,1,0,0,0), +(5440,1119090000,0,0,0,0), +(5441,1119090000,0,0,0,0), +(5442,1119090000,0,0,0,0), +(5450,1127480000,0,0,0,0), +(5454,1114640000,0,0,0,64), +(5455,1114640000,0,0,0,64), +(5456,1135870000,2,0,0,0), +(5460,1114640000,0,0,0,64), +(5461,1114640000,0,0,0,64), +(5462,1114640000,0,0,0,64), +(5464,1114640000,0,0,0,64), +(5465,1114640000,0,0,0,32), +(5466,1114640000,0,0,0,64), +(5470,1112800000,0,0,0,0), +(5473,1084230000,0,0,0,0), +(5474,1105720000,0,0,0,0), +(5477,1114640000,0,0,0,64), +(5478,1114640000,0,0,0,64), +(5479,1114640000,0,0,0,32), +(5482,1114640000,0,0,0,64), +(5483,1114640000,0,0,0,64), +(5484,1114640000,5,0,0,0), +(5485,1114640000,0,0,0,64), +(5487,1114640000,0,0,0,64), +(5490,1114640000,3,0,0,0), +(5491,1114640000,3,0,0,0), +(5492,1114640000,3,0,0,0), +(5493,1114640000,0,0,0,64), +(5494,1119090000,0,0,0,0), +(5495,1112010000,0,0,0,0), +(5496,1114640000,0,0,0,64), +(5497,1114640000,0,0,0,64), +(5498,1114640000,0,0,0,64), +(5499,1114640000,0,0,0,64), +(5500,1114640000,0,0,0,64), +(5501,1114640000,0,0,0,64), +(5502,1114640000,0,0,0,64), +(5503,1114640000,0,0,0,64), +(5504,1109390000,0,0,0,0), +(5505,1106250000,0,0,0,0), +(5509,1119090000,0,0,0,0), +(5513,1114640000,0,0,0,64), +(5514,1114640000,0,0,0,64), +(5515,1114640000,0,0,0,64), +(5516,1114640000,0,0,0,16), +(5517,1114640000,0,0,0,16), +(5518,1114640000,0,0,0,16), +(5519,1114640000,0,0,0,16), +(5521,1114640000,0,0,0,64), +(5526,1092620000,1,0,0,0), +(5527,1119090000,1,0,0,0), +(5528,1114640000,0,0,0,64), +(5529,1114640000,0,0,0,64), +(5530,1114640000,0,0,0,64), +(5533,1114640000,0,0,0,64), +(5535,1114640000,0,0,0,64), +(5537,1112800000,0,0,0,0), +(5539,1114640000,0,0,0,32), +(5540,1114640000,0,0,0,64), +(5541,1119090000,0,0,0,0), +(5542,1114640000,0,0,0,32), +(5543,1114640000,0,0,0,64), +(5545,1114640000,0,0,0,64), +(5548,1114640000,0,0,0,16), +(5549,1114640000,0,0,0,64), +(5550,1114640000,0,0,0,16), +(5551,1114640000,0,0,0,64), +(5553,1125520000,0,0,0,0), +(5556,1114640000,0,0,0,16), +(5557,1114640000,0,0,0,16), +(5558,1114640000,0,0,0,16), +(5559,1114640000,0,0,0,16), +(5560,1114640000,0,0,0,16), +(5561,1114640000,0,0,0,16), +(5562,1114640000,0,0,0,16), +(5563,1114640000,0,0,0,16), +(5564,1114640000,0,0,0,16), +(5565,1114640000,0,0,0,16), +(5566,1114640000,0,0,0,16), +(5568,1114640000,0,0,0,64), +(5578,1112010000,0,0,0,0), +(5579,1112010000,0,0,0,0), +(5585,1112010000,0,0,0,0), +(5586,1112010000,0,0,0,0), +(5587,1112010000,0,0,0,0), +(5588,1112010000,0,0,0,0), +(5590,1114640000,0,0,0,64), +(5594,1114640000,5,0,0,0), +(5599,1114640000,0,0,0,64), +(5601,1114640000,0,0,0,64), +(5603,1114640000,0,0,0,64), +(5604,-1030360000,0,0,0,0), +(5605,1114640000,0,0,0,64), +(5606,1114640000,0,0,0,64), +(5607,1114640000,0,0,0,64), +(5609,1114640000,1,0,0,0), +(5610,1114640000,0,0,0,32), +(5611,1114640000,0,0,0,32), +(5612,1114640000,0,0,0,32), +(5615,1114640000,0,0,0,64), +(5616,1112800000,0,0,0,0), +(5617,1114640000,4,0,0,0), +(5618,1135870000,0,0,0,0), +(5619,1114640000,0,0,0,32), +(5620,1114640000,0,0,0,64), +(5621,1135870000,4,0,0,0), +(5622,1135870000,0,0,0,0), +(5624,1114640000,0,0,0,64), +(5625,1106250000,0,0,0,0), +(5628,1114640000,0,0,0,64), +(5629,1114640000,0,0,0,64), +(5630,1114640000,0,0,0,64), +(5631,1114640000,0,0,0,64), +(5632,1114640000,0,0,0,64), +(5633,1114640000,0,0,0,64), +(5634,1114640000,1,0,0,0), +(5635,1114640000,0,0,0,64), +(5636,1114640000,0,0,0,64), +(5637,1114640000,0,0,0,16), +(5640,1127480000,0,0,0,0), +(5642,1114640000,0,0,0,64), +(5643,1119090000,0,0,0,0), +(5649,1114640000,0,0,0,64), +(5650,1114640000,0,0,0,64), +(5651,1114640000,0,0,0,64), +(5653,1112800000,0,0,0,0), +(5656,1114640000,0,0,0,64), +(5657,1114640000,0,0,0,64), +(5658,1114640000,0,0,0,32), +(5659,1114640000,0,0,0,32), +(5663,1114640000,0,0,0,64), +(5665,1119090000,0,0,0,64), +(5666,1119090000,0,0,0,0), +(5667,1119090000,0,0,0,0), +(5669,1114640000,0,0,0,64), +(5675,1114640000,0,0,0,64), +(5676,1114640000,0,0,0,32), +(5677,1114640000,0,0,0,64), +(5681,1123020000,0,0,0,0), +(5686,1114640000,0,0,0,64), +(5688,1114640000,0,0,0,64), +(5690,1114640000,0,0,0,64), +(5691,1114640000,0,0,0,64), +(5697,1123020000,0,0,0,0), +(5698,1114640000,10,0,0,0), +(5705,1114640000,0,0,0,64), +(5708,1112010000,0,0,0,64), +(5712,1114640000,0,0,0,64), +(5713,1114640000,0,0,0,64), +(5714,1114640000,0,0,0,64), +(5715,1114640000,0,0,0,64), +(5718,1114640000,0,0,0,64), +(5719,1114640000,0,0,0,16384), +(5721,1114640000,0,0,0,64), +(5725,1114640000,0,0,0,64), +(5727,1106250000,0,0,0,0), +(5728,1114640000,0,0,0,64), +(5732,1114640000,0,0,0,64), +(5733,1127480000,0,0,0,0), +(5734,1114640000,0,0,0,64), +(5735,1114640000,0,0,0,64), +(5737,1114640000,0,0,0,64), +(5738,1114640000,0,0,0,64), +(5739,1114640000,0,0,0,64), +(5742,1114640000,0,0,0,64), +(5744,1114640000,0,0,0,64), +(5745,1119090000,0,0,0,0), +(5746,1114640000,0,0,0,32), +(5747,1114640000,0,0,0,64), +(5748,1119090000,0,0,0,0), +(5749,1112800000,0,0,0,0), +(5750,1114640000,0,0,0,64), +(5751,1114640000,0,0,0,64), +(5752,1114640000,0,0,0,64), +(5753,1114640000,0,0,0,64), +(5754,1114640000,0,0,0,64), +(5755,1114640000,0,0,0,64), +(5756,1114640000,0,0,0,64), +(5757,1114640000,0,0,0,64), +(5759,1123020000,0,0,0,0), +(5765,1119090000,0,0,0,0), +(5769,1114640000,0,0,0,64), +(5772,1114640000,0,0,0,64), +(5773,1114640000,0,0,0,64), +(5778,1114640000,0,0,0,64), +(5779,1106250000,0,0,0,0), +(5780,1114640000,0,0,0,64), +(5782,1135870000,0,0,0,0), +(5783,1135870000,0,0,0,0), +(5784,1114640000,0,0,0,64), +(5786,0,0,0,0,64), +(5789,1112800000,0,0,0,0), +(5790,1114640000,0,0,0,1024), +(5791,1114640000,0,0,0,64), +(5795,1114640000,0,0,0,64), +(5796,1114640000,0,0,0,64), +(5798,1114640000,0,0,0,64), +(5800,1114640000,0,0,0,64), +(5802,1114640000,0,0,0,64), +(5803,1114640000,0,0,0,64), +(5804,1114640000,0,0,0,64), +(5805,1114640000,0,0,0,64), +(5807,1114640000,0,0,0,64), +(5808,1114640000,0,0,0,32), +(5809,1114640000,0,0,0,64), +(5810,1114640000,0,0,0,64), +(5811,1114640000,0,0,0,32), +(5812,1119090000,0,0,0,0), +(5813,1114640000,0,0,0,64), +(5814,1092620000,0,0,0,0), +(5816,1097860000,0,0,0,0), +(5817,1114640000,0,0,0,64), +(5818,1114640000,0,0,0,131072), +(5819,1114640000,0,0,0,131072), +(5820,1114640000,255,0,0,0), +(5823,1114640000,0,0,0,131072), +(5824,1114640000,0,0,0,64), +(5826,1114640000,0,0,0,16384), +(5827,1101000000,0,0,0,64), +(5833,1114640000,0,0,0,64), +(5835,1114640000,0,0,0,64), +(5836,1114640000,0,0,0,131072), +(5837,1114640000,0,0,0,64), +(5838,1114640000,0,0,0,64), +(5839,1119090000,0,0,0,0), +(5840,0,0,0,0,64), +(5841,1114640000,0,0,0,64), +(5842,1114640000,0,0,0,131072), +(5843,1114640000,0,0,0,64), +(5844,1114640000,0,0,0,64), +(5845,1114640000,0,0,0,131072), +(5847,1119090000,0,0,0,0), +(5848,1114640000,0,0,0,64), +(5849,1114640000,0,0,0,64), +(5850,1114640000,0,0,0,64), +(5851,1119090000,0,0,0,0), +(5853,1112800000,0,0,0,0), +(5854,1114640000,0,0,0,64), +(5855,1114640000,0,0,0,64), +(5856,1114640000,0,0,0,64), +(5857,-1029440000,0,0,0,0), +(5858,1117780000,0,0,0,0), +(5859,1113330000,0,0,0,0), +(5862,1114640000,0,0,0,64), +(5863,1114640000,0,0,0,64), +(5864,1114640000,0,0,0,64), +(5865,1114640000,0,0,0,64), +(5867,1114640000,0,0,0,64), +(5868,1114640000,0,0,0,64), +(5869,1114640000,0,0,0,64), +(5870,1114640000,0,0,0,64), +(5871,1114640000,0,0,0,64), +(5872,1114640000,0,0,0,64), +(5875,1114640000,0,0,0,16384), +(5876,1106250000,2,0,0,0), +(5877,1114640000,0,0,0,64), +(5878,1114640000,0,0,0,64), +(5879,1114640000,0,0,0,64), +(5880,1114640000,0,0,0,64), +(5882,1135870000,0,0,0,0), +(5883,1114640000,0,0,0,64), +(5884,1114640000,0,0,0,64), +(5885,1114640000,0,0,0,64), +(5886,1114640000,0,0,0,64), +(5887,1114640000,0,0,0,64), +(5888,1114640000,0,0,0,64), +(5889,1114640000,0,0,0,64), +(5890,1114640000,0,0,0,64), +(5891,1114640000,0,0,0,64), +(5892,1114640000,0,0,0,64), +(5894,1114640000,0,0,0,131072), +(5895,1114640000,0,0,0,64), +(5896,1114640000,0,0,0,64), +(5897,1114640000,0,0,0,64), +(5900,1114640000,0,0,0,64), +(5902,1114640000,0,0,0,64), +(5904,1114640000,0,0,211,0), +(5905,1114640000,0,0,0,64), +(5906,1106250000,0,0,0,0), +(5908,1114640000,3,0,0,0), +(5909,1114640000,0,0,0,64), +(5910,1125520000,0,0,0,0), +(5911,1109390000,0,0,0,0), +(5912,1114640000,0,0,0,64), +(5913,1092620000,0,0,0,0), +(5916,1114640000,0,0,0,64), +(5917,1097860000,0,0,0,0), +(5919,1114640000,0,0,0,64), +(5920,1114640000,0,0,0,64), +(5923,1097860000,0,0,0,0), +(5924,1114640000,0,0,0,64), +(5925,1114640000,0,0,0,16384), +(5926,1112800000,0,0,0,0), +(5927,1114640000,0,0,0,131072), +(5930,1114640000,0,0,0,64), +(5931,1119090000,0,0,0,0), +(5934,1114640000,0,0,0,64), +(5937,1114640000,0,0,0,64), +(5938,1114640000,0,0,0,64), +(5939,1114640000,0,0,0,64), +(5940,1114640000,0,0,0,64), +(5941,1114640000,0,0,0,64), +(5942,1109390000,0,0,0,0), +(5943,1114640000,0,0,0,64), +(5944,1114640000,0,0,0,64), +(5945,1119090000,0,0,0,0), +(5946,1103630000,0,0,0,0), +(5947,1103630000,0,0,0,0), +(5948,1103630000,0,0,0,0), +(5949,1114640000,0,0,0,64), +(5950,1114640000,0,0,0,64), +(5952,1114640000,1,0,0,64), +(5953,1114640000,1,0,0,64), +(5955,1114640000,0,0,0,64), +(5956,1114640000,0,0,0,64), +(5957,1114640000,1,0,0,64), +(5958,1114640000,1,0,0,64), +(5960,1114640000,0,0,0,64), +(5961,1114640000,0,0,0,64), +(5966,1114640000,0,0,0,64), +(5967,1114640000,0,0,0,64), +(5968,1114640000,0,0,0,64), +(5969,1114640000,0,0,0,64), +(5971,1114640000,0,0,0,64), +(5972,-1032850000,0,0,0,0), +(5973,-1029700000,0,0,0,0), +(5974,1111230000,0,0,0,0), +(5975,1109390000,0,0,0,0), +(5976,1111230000,0,0,0,0), +(5977,1111230000,0,0,0,0), +(5978,1109390000,0,0,0,0), +(5979,1109390000,0,0,0,0), +(5981,1097860000,0,0,0,0), +(5982,1114640000,0,0,0,64), +(5984,1084230000,0,0,0,0), +(5985,1112800000,0,0,0,0), +(5986,1112800000,0,0,0,0), +(5987,1112800000,0,0,0,0), +(5991,1114640000,0,0,0,64), +(5992,1114640000,0,0,0,64), +(5994,1114640000,0,0,0,64), +(5995,1114640000,1,0,0,64), +(5996,1114640000,0,0,0,64), +(5998,1114640000,0,0,0,64), +(5999,1114640000,0,0,0,64), +(6000,1114640000,0,0,0,64), +(6001,1114640000,0,0,0,64), +(6002,1114640000,0,0,0,64), +(6003,1114640000,1,0,0,0), +(6011,1114640000,0,0,0,64), +(6012,1097860000,0,0,0,0), +(6013,1097860000,0,0,0,0), +(6014,1097860000,0,0,0,0), +(6015,1114640000,0,0,0,16), +(6016,1114640000,0,0,0,16), +(6017,1114640000,1,0,0,64), +(6018,1084230000,0,0,0,0), +(6020,1106250000,0,0,0,64), +(6021,1114640000,0,0,0,64), +(6022,1114640000,0,0,0,64), +(6023,1114640000,0,0,0,64), +(6024,1114640000,0,0,0,64), +(6026,1106250000,0,0,0,0), +(6027,1106250000,0,0,0,0), +(6028,1106250000,0,0,0,0), +(6029,1114640000,0,0,0,64), +(6030,1114640000,0,0,0,64), +(6031,1114640000,0,0,0,64), +(6032,1114640000,0,0,0,64), +(6034,1114640000,0,0,0,64), +(6035,1114640000,0,0,0,64), +(6038,1114640000,0,0,0,64), +(6039,1114640000,0,0,0,64), +(6040,1106250000,0,0,0,0), +(6041,1114640000,0,0,0,64), +(6043,1114640000,0,0,0,64), +(6044,1088420000,1,0,0,0), +(6045,1088420000,1,0,0,0), +(6046,1114640000,1,0,0,0), +(6047,1127480000,1,0,0,0), +(6048,1114640000,0,0,0,64), +(6049,1123020000,0,0,0,0), +(6050,1114640000,0,0,0,64), +(6051,1114640000,0,0,0,64), +(6052,1114640000,0,0,0,64), +(6053,1114640000,0,0,0,64), +(6055,1114640000,0,0,0,64), +(6056,1114640000,0,0,0,64), +(6058,1114640000,0,0,0,64), +(6059,1114640000,0,0,0,64), +(6060,1114640000,0,0,0,64), +(6061,1114640000,0,0,0,64), +(6062,1114640000,0,0,0,64), +(6064,1123020000,0,0,0,0), +(6065,1112800000,0,0,0,0), +(6067,1114640000,0,0,0,64), +(6068,1119090000,0,0,0,0), +(6069,1119090000,0,0,0,0), +(6071,1101000000,0,0,0,0), +(6072,1106250000,0,0,0,0), +(6073,1114640000,0,0,0,64), +(6076,1114640000,0,0,0,64), +(6077,1126170000,0,0,0,64), +(6078,1114640000,0,0,0,64), +(6079,1114640000,0,0,0,64), +(6080,1114640000,0,0,0,64), +(6081,1125520000,0,0,0,0), +(6082,1125520000,0,0,0,0), +(6083,1125520000,0,0,0,0), +(6085,1114640000,0,0,0,64), +(6086,1114640000,0,0,0,64), +(6087,1114640000,0,0,0,64), +(6088,1116600000,0,0,0,0), +(6089,1114640000,0,0,0,64), +(6090,1114640000,0,0,0,64), +(6091,1114640000,0,0,0,64), +(6093,1114640000,0,0,0,64), +(6094,1116470000,0,0,0,0), +(6095,1116470000,0,0,0,0), +(6096,1116470000,0,0,0,0), +(6097,1101000000,0,0,0,0), +(6098,1101000000,0,0,0,0), +(6099,1101000000,0,0,0,0), +(6100,1114640000,0,0,0,64), +(6101,1114640000,0,0,0,64), +(6102,1114640000,0,0,0,64), +(6103,1114640000,0,0,0,64), +(6104,1114640000,0,0,0,64), +(6105,1126170000,0,0,0,0), +(6106,1114640000,1,0,0,0), +(6107,1126170000,0,0,0,0), +(6109,1125520000,0,0,0,0), +(6112,1112010000,0,0,0,0), +(6113,1112010000,0,0,0,0), +(6114,1112010000,0,0,0,0), +(6115,1114640000,0,0,0,64), +(6116,1114640000,0,0,0,64), +(6117,1114640000,0,0,0,64), +(6118,1101000000,0,0,0,0), +(6119,1101000000,0,0,0,0), +(6120,1101000000,0,0,0,0), +(6122,1114640000,0,0,0,64), +(6125,1119090000,0,0,0,0), +(6127,1114640000,0,0,0,64), +(6128,1114640000,0,0,0,64), +(6129,1119090000,0,0,0,0), +(6130,1114640000,0,0,0,64), +(6131,1114640000,0,0,0,16), +(6132,1114640000,0,0,0,64), +(6133,1114640000,0,0,0,131072), +(6138,1114640000,3,0,0,0), +(6139,1114640000,0,0,0,64), +(6140,1114640000,0,0,0,64), +(6141,1114640000,0,0,0,64), +(6142,1114640000,0,0,0,64), +(6143,1114640000,0,0,0,64), +(6145,1114640000,0,0,0,64), +(6146,1119090000,0,0,0,0), +(6148,1114640000,0,0,0,64), +(6149,1114640000,0,0,0,64), +(6150,1114640000,0,0,0,64), +(6151,1114640000,0,0,0,64), +(6153,1114640000,0,0,0,64), +(6154,1103630000,0,0,0,0), +(6155,1114640000,0,0,0,64), +(6156,1114640000,0,0,0,64), +(6157,1114640000,0,0,0,64), +(6158,1114640000,0,0,0,64), +(6159,1114640000,0,0,0,64), +(6160,1114640000,0,0,0,64), +(6161,1114640000,0,0,0,64), +(6162,1125520000,0,0,0,0), +(6163,1114640000,0,0,0,64), +(6164,1119090000,0,0,0,0), +(6165,1114640000,0,0,0,64), +(6166,1114640000,0,0,0,64), +(6167,1114640000,0,0,0,64), +(6168,1114640000,0,0,0,64), +(6170,1114640000,0,0,0,64), +(6171,1114640000,0,0,0,64), +(6172,1114640000,0,0,0,64), +(6173,1114640000,0,0,0,64), +(6174,1114640000,0,0,0,64), +(6175,1114640000,0,0,0,64), +(6176,1114640000,0,0,0,64), +(6177,1114640000,0,0,0,64), +(6178,1114640000,0,0,0,64), +(6179,1114640000,0,0,0,64), +(6180,1114640000,0,0,0,64), +(6181,1135870000,0,0,0,0), +(6182,1123020000,0,0,0,0), +(6194,1114640000,0,0,0,64), +(6195,1114640000,5,0,0,0), +(6200,-1029440000,0,0,0,0), +(6201,-1029440000,0,0,0,0), +(6202,-1029440000,0,0,0,0), +(6204,1114640000,0,0,0,16384), +(6206,1114640000,0,0,0,32), +(6208,1092620000,1,0,0,0), +(6209,1135870000,0,0,0,0), +(6218,1114640000,0,0,0,64), +(6219,1114640000,0,0,0,131072), +(6220,1114640000,0,0,0,131072), +(6225,1114640000,0,0,0,131072), +(6226,1114640000,0,0,0,131072), +(6227,1114640000,0,0,0,131072), +(6228,1114640000,0,0,0,131072), +(6229,1114640000,10,0,0,0), +(6237,1114640000,0,0,0,32), +(6240,1114640000,0,0,0,64), +(6241,1114640000,0,0,0,64), +(6250,1114640000,5,0,0,0), +(6255,1114640000,0,0,0,64), +(6259,1114640000,3,0,0,0), +(6260,1114640000,0,0,0,64), +(6261,1114640000,0,0,0,64), +(6268,1114640000,0,0,83,0), +(6270,1114640000,1,0,0,0), +(6271,1114640000,1,0,0,0), +(6275,1114640000,1,0,0,0), +(6276,1114640000,1,0,0,0), +(6277,1114640000,1,0,0,0), +(6278,1114640000,1,0,0,0), +(6279,0,0,0,0,64), +(6280,1114640000,1,0,0,0), +(6283,1114640000,0,0,0,16), +(6284,1114640000,0,0,0,64), +(6285,1114640000,0,0,0,64), +(6286,1114640000,0,0,0,64), +(6287,1114640000,3,0,0,0), +(6288,1114640000,0,0,0,64), +(6291,1114640000,0,0,0,64), +(6292,1114640000,0,0,0,64), +(6293,1123020000,0,0,0,0), +(6303,1114640000,0,0,0,131072), +(6305,1114640000,0,0,0,16), +(6325,1114640000,0,0,0,64), +(6326,1118040000,0,0,0,0), +(6329,1114640000,0,0,0,64), +(6330,1116600000,0,0,0,0), +(6331,1114640000,0,0,0,16), +(6332,1114640000,0,0,0,64), +(6333,1114640000,0,0,0,64), +(6334,1114640000,0,0,0,64), +(6335,1114640000,0,0,0,64), +(6336,1114640000,0,0,0,64), +(6338,1127480000,0,0,0,0), +(6339,1114640000,0,0,0,64), +(6340,1114640000,5,0,0,0), +(6341,1114640000,0,0,0,64), +(6342,1114640000,5,0,0,0), +(6343,1114640000,0,0,0,64), +(6344,1114640000,5,0,0,0), +(6345,1114640000,0,0,0,16), +(6346,1114640000,0,0,0,64), +(6347,1114640000,0,0,0,64), +(6348,1114640000,0,0,0,64), +(6349,1114640000,0,0,0,64), +(6350,1114640000,0,0,0,64), +(6351,1114640000,0,0,0,64), +(6352,1114640000,0,0,0,64), +(6353,1114640000,0,0,0,64), +(6354,1114640000,0,0,0,64), +(6355,1114640000,1,0,0,0), +(6361,1114640000,255,0,0,0), +(6365,1114640000,250,0,0,0), +(6366,1114640000,0,0,0,64), +(6367,1127480000,0,0,0,0), +(6368,1127480000,0,0,0,0), +(6369,1135870000,0,0,0,0), +(6370,1135870000,0,0,0,0), +(6371,1135870000,0,0,0,0), +(6372,1135870000,0,0,0,0), +(6373,1135870000,0,0,0,0), +(6374,1114640000,0,0,0,64), +(6375,1114640000,0,0,0,64), +(6376,1114640000,0,0,0,64), +(6377,1114640000,0,0,0,64), +(6378,1114640000,0,0,0,64), +(6379,1112800000,0,0,0,0), +(6381,1114640000,0,0,0,16384), +(6391,1114640000,0,0,0,64), +(6393,1114640000,0,0,0,64), +(6404,1114640000,0,0,0,64), +(6407,1114640000,0,0,0,64), +(6408,1114640000,0,0,0,64), +(6409,1114640000,0,0,0,64), +(6410,1114640000,0,0,0,64), +(6421,1114640000,0,0,0,64), +(6426,1084230000,0,0,0,0), +(6436,1114640000,0,0,0,64), +(6437,1114640000,0,0,0,64), +(6438,1114640000,0,0,0,64), +(6439,1114640000,0,0,0,16384), +(6441,1114640000,0,0,0,16), +(6442,1114640000,0,0,0,16), +(6443,1114640000,0,0,0,16), +(6444,1114640000,0,0,0,16), +(6445,1114640000,0,0,0,16), +(6446,1114640000,0,0,0,16), +(6447,1127480000,0,0,0,0), +(6448,1114640000,0,0,0,16), +(6449,1114640000,0,0,0,16), +(6450,1114640000,0,0,0,16), +(6451,1114640000,0,0,0,131072), +(6452,1114640000,4,0,0,0), +(6453,1114640000,4,0,0,0), +(6454,1114640000,0,0,0,16), +(6468,1114640000,0,0,0,64), +(6469,1114640000,0,0,0,64), +(6470,1114640000,0,0,0,64), +(6471,1114640000,0,0,0,64), +(6484,1114640000,0,0,0,64), +(6485,1112800000,0,0,0,0), +(6487,1112800000,0,0,0,0), +(6488,1112800000,0,0,0,0), +(6493,1114640000,0,0,0,64), +(6494,1099960000,0,0,0,0), +(6495,1114640000,0,0,0,32768), +(6498,1114640000,0,0,0,64), +(6502,0,0,0,0,64), +(6503,1114640000,0,0,0,64), +(6509,1114640000,0,0,0,64), +(6510,1114640000,0,0,0,64), +(6511,1114640000,1,0,0,0), +(6512,1114640000,0,0,0,64), +(6513,1114640000,0,0,0,64), +(6517,1114640000,0,0,0,64), +(6518,1114640000,0,0,0,64), +(6519,1119090000,0,0,0,0), +(6520,1119090000,0,0,0,0), +(6522,1114640000,0,0,0,64), +(6523,1110700000,0,0,0,0), +(6525,1110700000,0,0,0,0), +(6531,1112800000,0,0,0,0), +(6533,1114640000,0,0,0,64), +(6536,1112800000,0,0,0,0), +(6539,1112800000,1,0,0,0), +(6540,1109390000,0,0,0,0), +(6541,1110700000,0,0,0,0), +(6544,1114640000,0,0,0,64), +(6545,1114640000,0,0,0,64), +(6546,1114640000,0,0,0,64), +(6547,1114640000,0,0,0,64), +(6548,1114640000,0,0,0,64), +(6551,1114640000,0,0,0,64), +(6554,1116600000,0,0,0,0), +(6555,1114640000,0,0,0,64), +(6556,1114640000,0,0,0,64), +(6557,1114640000,0,0,0,64), +(6558,1114640000,0,0,0,64), +(6560,1114640000,0,0,0,64), +(6561,1114640000,0,0,0,64), +(6563,1119090000,0,0,0,0), +(6564,1106250000,0,0,0,0), +(6568,1110700000,0,0,0,0), +(6569,1123020000,0,0,0,0), +(6572,1114640000,0,0,0,64), +(6573,1109390000,0,0,0,0), +(6574,1114640000,0,0,0,64), +(6576,1114640000,0,0,0,64), +(6577,1114640000,5,0,0,0), +(6603,1114640000,0,0,0,64), +(6604,1114640000,0,0,0,64), +(6606,1116600000,0,0,0,0), +(6610,1114640000,0,0,0,64), +(6611,1119090000,0,0,0,0), +(6612,1114640000,0,0,0,64), +(6613,1114640000,0,0,0,64), +(6614,1114640000,0,0,0,64), +(6615,1114640000,0,0,0,64), +(6618,1112800000,0,0,0,0), +(6619,1109390000,0,0,0,0), +(6620,1109390000,0,0,0,0), +(6621,1114640000,0,0,0,32), +(6629,1106250000,0,0,0,0), +(6630,1114640000,0,0,0,64), +(6631,1114640000,0,0,0,32768), +(6632,1114640000,0,0,0,64), +(6643,1114640000,0,0,0,64), +(6644,1106250000,0,0,0,0), +(6647,1127480000,0,0,0,0), +(6653,1114640000,0,0,0,64), +(6654,1114640000,0,0,0,64), +(6655,1114640000,0,0,0,64), +(6659,1114640000,0,0,0,64), +(6661,1114640000,0,0,0,32768), +(6664,1114640000,0,0,0,64), +(6668,1114640000,0,0,0,64), +(6671,1114640000,0,0,0,64), +(6672,1114640000,0,0,0,64), +(6673,1114640000,0,0,0,64), +(6674,1114640000,0,0,0,64), +(6676,1114640000,0,0,0,64), +(6680,1114640000,0,0,0,64), +(6681,1114640000,0,0,0,16384), +(6682,1114640000,0,0,0,16384), +(6683,1114640000,0,0,0,16384), +(6685,1114640000,0,0,0,64), +(6686,1114640000,0,0,0,131072), +(6687,1114640000,0,0,0,16), +(6701,1114640000,0,0,0,64), +(6704,1114640000,0,0,0,64), +(6705,1114640000,0,0,0,64), +(6706,1114640000,0,0,0,64), +(6707,1114640000,0,0,0,64), +(6708,1114640000,0,0,0,64), +(6709,1114640000,0,0,0,64), +(6720,1114640000,0,0,0,64), +(6722,1114640000,3,0,0,0), +(6723,1114640000,0,0,0,64), +(6724,1114640000,0,0,0,16), +(6736,1114640000,0,0,0,64), +(6737,1114640000,0,0,0,64), +(6741,1114640000,0,0,0,64), +(6743,1114640000,0,0,0,64), +(6745,1114640000,0,0,0,64), +(6746,1114640000,0,0,767,0), +(6748,1114640000,0,0,0,64), +(6749,1114640000,0,0,0,64), +(6750,1114640000,0,0,0,64), +(6751,1114640000,0,0,0,64), +(6754,1114640000,0,0,0,64), +(6756,1114640000,0,0,0,64), +(6761,1114640000,0,0,0,64), +(6762,1114640000,0,0,0,64), +(6766,1114640000,0,0,0,64), +(6767,1114640000,0,0,0,64), +(6769,1127480000,0,0,0,0), +(6771,1114640000,0,0,64,0), +(6774,1114640000,0,0,0,16384), +(6775,1114640000,0,0,0,64), +(6776,1108080000,0,0,0,0), +(6778,1114640000,0,0,0,16), +(6779,1114640000,0,0,0,64), +(6780,1114640000,0,0,0,64), +(6781,1114640000,0,0,0,64), +(6782,1114640000,0,0,64,0), +(6786,1114640000,0,0,0,64), +(6789,1114640000,0,0,0,16384), +(6790,1114640000,0,0,512,0), +(6793,1114640000,0,0,0,64), +(6797,1114640000,0,0,0,64), +(6798,1114640000,0,0,0,64), +(6799,1114640000,0,0,0,64), +(6800,1114640000,0,0,0,64), +(6801,1114640000,0,0,0,64), +(6803,1114640000,0,0,0,64), +(6804,1114640000,0,0,0,64), +(6805,1114640000,0,0,0,64), +(6806,1114640000,0,0,0,64), +(6807,1119090000,0,0,0,0), +(6808,1114640000,0,0,0,16), +(6809,1114640000,10,0,0,0), +(6810,1114640000,0,0,0,64), +(6811,1114640000,0,0,0,64), +(6813,1114640000,0,0,0,64), +(6814,1114640000,0,0,0,64), +(6816,1114640000,0,0,0,64), +(6817,1114640000,0,0,0,64), +(6820,1110700000,0,0,0,0), +(6823,1106250000,0,0,0,0), +(6824,1114640000,0,0,0,64), +(6825,1114640000,0,0,0,64), +(6828,1114640000,0,0,0,64), +(6829,1114640000,0,0,0,64), +(6831,1114640000,0,0,0,64), +(6832,1119090000,0,0,0,0), +(6839,1109390000,0,0,0,0), +(6840,1123020000,0,0,0,64), +(6841,1114640000,0,0,0,16384), +(6842,1114640000,0,0,0,64), +(6843,1114640000,0,0,0,64), +(6844,1114640000,0,0,0,64), +(6850,1114640000,0,0,0,64), +(6851,1123020000,0,0,0,0), +(6857,1114640000,0,0,0,64), +(6858,1114640000,0,0,0,64), +(6859,1114640000,0,0,0,64), +(6862,1114640000,0,0,0,64), +(6863,1114640000,0,0,0,64), +(6869,1114640000,0,0,0,64), +(6870,1114640000,0,0,0,64), +(6871,1114640000,0,0,0,64), +(6872,1114640000,0,0,0,64), +(6873,1114640000,0,0,0,64), +(6877,1114640000,0,0,0,64), +(6879,1114640000,0,0,0,64), +(6880,1114640000,0,0,0,64), +(6881,1114640000,0,0,0,64), +(6882,1103630000,0,0,0,0), +(6883,1114640000,0,0,0,64), +(6885,1114640000,0,0,0,64), +(6886,1123020000,0,0,0,0), +(6893,1114640000,0,0,0,32), +(6897,1114640000,0,0,0,64), +(6898,1114640000,0,0,0,64), +(6899,1114640000,0,0,0,64), +(6911,1114640000,0,0,0,64), +(6913,1114640000,0,0,0,64), +(6914,1108080000,0,0,0,0), +(6915,1108080000,0,0,0,0), +(6916,1108080000,0,0,0,0), +(6917,1114640000,0,0,0,64), +(6918,1114640000,0,0,0,64), +(6920,1114640000,0,0,0,64), +(6923,1114640000,0,0,0,64), +(6924,1106250000,0,0,0,0), +(6927,1114640000,0,0,0,64), +(6930,1114640000,0,0,0,64), +(6931,1114640000,0,0,0,64), +(6932,1114640000,0,0,0,64), +(6933,1114640000,0,0,0,64), +(6934,1106250000,0,0,0,0), +(6936,1114640000,0,0,0,64), +(6939,1114640000,0,0,128,0), +(6940,1114640000,0,0,0,64), +(6942,1114640000,0,0,0,64), +(6943,1114640000,0,0,0,64), +(6944,1109390000,0,0,0,0), +(6945,1114640000,0,0,0,64), +(6946,1114640000,0,0,0,64), +(6947,1114640000,0,0,0,64), +(6948,1114640000,0,0,0,64), +(6949,1114640000,0,0,0,64), +(6950,1114640000,10,0,0,0), +(6951,1114640000,0,0,0,64), +(6952,1114640000,0,0,0,131072), +(6953,1114640000,0,0,0,16384), +(6954,1114640000,0,0,0,64), +(6957,1114640000,0,0,0,64), +(6959,1123020000,0,0,0,0), +(6960,1123020000,0,0,0,0), +(6961,1123020000,0,0,0,0), +(6962,1114640000,0,0,0,64), +(6963,1114640000,0,0,0,64), +(6964,1114640000,0,0,0,64), +(6965,1114640000,0,0,0,64), +(6966,1114640000,0,0,0,64), +(6967,1114640000,0,0,0,64), +(6973,-1024460000,0,0,0,0), +(6977,1114640000,0,0,0,64), +(6980,1114640000,0,0,0,64), +(6985,1114640000,0,0,0,32), +(6986,1114640000,0,0,0,32), +(6987,1114640000,0,0,0,32), +(6998,1114640000,0,0,0,64), +(6999,1114640000,0,0,0,64), +(7000,1114640000,0,0,0,16), +(7001,1114640000,0,0,0,16), +(7002,1114640000,0,0,0,64), +(7003,1114640000,0,0,0,64), +(7005,1114640000,0,0,0,64), +(7006,1114640000,0,0,0,64), +(7009,1106250000,2,0,0,0), +(7010,1112800000,1,0,0,0), +(7011,1114640000,0,0,0,64), +(7012,1114640000,0,0,0,64), +(7014,1114640000,0,0,0,64), +(7016,1114640000,0,0,0,64), +(7017,1114640000,0,0,0,64), +(7024,1119090000,0,0,0,0), +(7025,1119090000,0,0,0,0), +(7026,1119090000,0,0,0,0), +(7030,1114640000,0,0,0,64), +(7031,1065350000,1,0,0,0), +(7033,1065350000,1,0,0,0), +(7034,1114640000,0,0,0,64), +(7047,1114640000,0,0,0,64), +(7050,1114640000,0,0,0,64), +(7051,1114640000,0,0,0,64), +(7054,1065350000,1,0,0,0), +(7055,1065350000,1,0,0,0), +(7057,1114640000,0,0,0,64), +(7062,1119090000,1,0,0,0), +(7083,1114370000,0,0,0,0), +(7091,1114640000,0,0,0,64), +(7092,1114640000,0,0,0,32), +(7095,1114640000,0,0,0,64), +(7100,1114640000,0,0,0,64), +(7101,1133080000,1,0,0,0), +(7103,1123020000,0,0,0,0), +(7104,1123020000,0,0,0,0), +(7106,1114640000,0,0,0,64), +(7107,1114640000,0,0,0,64), +(7108,1114640000,0,0,0,64), +(7109,1114640000,5,0,0,0), +(7110,1114640000,0,0,0,64), +(7112,1088420000,1,0,0,0), +(7116,1114640000,0,0,0,64), +(7118,1135870000,0,0,0,0), +(7119,1114640000,0,0,0,64), +(7120,1110700000,0,0,0,0), +(7121,1110700000,0,0,0,0), +(7128,1114640000,0,0,0,64), +(7131,1114640000,0,0,0,64), +(7134,1114640000,0,0,0,64), +(7136,1114640000,0,0,0,64), +(7138,1123020000,0,0,0,0), +(7139,1110700000,0,0,0,0), +(7144,1114640000,0,0,0,64), +(7146,1114640000,0,0,0,64), +(7153,1106250000,0,0,0,0), +(7154,1106250000,0,0,0,0), +(7157,1065350000,1,0,0,0), +(7164,1114640000,0,0,0,32), +(7168,1114640000,0,0,0,64), +(7169,1114640000,0,0,0,64), +(7170,1114640000,0,0,0,64), +(7171,1114640000,0,0,0,64), +(7172,1114640000,0,0,0,64), +(7173,1114640000,0,0,0,64), +(7174,1114640000,0,0,0,64), +(7175,1114640000,0,0,0,64), +(7176,1114640000,0,0,0,64), +(7177,1114640000,0,0,0,64), +(7178,1114640000,0,0,0,64), +(7179,1114640000,0,0,0,64), +(7180,1114640000,0,0,0,64), +(7181,1114640000,0,0,0,64), +(7182,1114640000,0,0,0,64), +(7185,1114640000,0,0,0,64), +(7186,1114640000,0,0,0,64), +(7187,1114640000,0,0,0,64), +(7188,1114640000,0,0,0,64), +(7190,1114640000,0,0,0,64), +(7226,1114640000,0,0,0,64), +(7229,1114640000,0,0,0,64), +(7230,1065350000,0,0,0,0), +(7240,1114640000,0,0,0,64), +(7242,1114640000,0,0,0,64), +(7283,1106250000,0,0,0,0), +(7284,1106250000,0,0,0,0), +(7285,1114640000,0,0,0,64), +(7289,1106250000,0,0,0,0), +(7291,1127480000,0,0,0,0), +(7293,1127480000,0,0,0,0), +(7349,1106250000,0,0,0,0), +(7350,1106250000,0,0,0,0), +(7351,1106250000,0,0,0,0), +(7380,1119090000,0,0,0,0), +(7381,1114640000,0,0,0,64), +(7392,1114900000,0,0,0,0), +(7405,1114640000,0,0,0,64), +(7408,1135870000,0,0,0,0), +(7418,1114640000,0,0,0,64), +(7420,1114640000,0,0,0,64), +(7426,1114640000,0,0,0,64), +(7427,1092620000,0,0,0,0), +(7432,1112800000,0,0,0,0), +(7443,1127480000,0,0,0,0), +(7444,1101000000,0,0,0,0), +(7448,1114640000,0,0,0,64), +(7449,1114640000,0,0,0,64), +(7453,1114640000,0,0,0,64), +(7456,1114640000,0,0,0,64), +(7462,1101000000,0,0,0,0), +(7465,1114370000,0,0,0,0), +(7480,1114640000,0,0,0,64), +(7481,1114640000,0,0,0,64), +(7482,1114640000,0,0,0,64), +(7485,1114640000,0,0,0,64), +(7486,1114640000,0,0,0,64), +(7491,1135870000,0,0,0,64), +(7516,1092620000,0,0,0,0), +(7561,1114640000,0,0,0,64), +(7565,1114640000,0,0,0,64), +(7567,1114640000,0,0,0,64), +(7606,1114640000,0,0,0,64), +(7613,1119090000,0,0,0,0), +(7614,1114640000,5,0,0,0), +(7637,1114640000,0,0,0,64), +(7696,1114640000,2,0,0,64), +(7698,1114640000,0,0,0,64), +(7719,1114640000,0,0,0,64), +(7720,1114640000,0,0,0,64), +(7725,1114640000,0,0,0,64), +(7730,1114640000,0,0,0,64), +(7733,1097860000,0,0,0,0), +(7738,1127480000,0,0,0,0), +(7739,1116600000,0,0,0,0), +(7757,1114640000,0,0,0,131072), +(7759,1114640000,0,0,0,64), +(7768,1114640000,0,0,0,64), +(7770,1113330000,0,0,0,0), +(7772,1114640000,0,0,0,64), +(7801,1114640000,0,0,0,64), +(7802,1114640000,0,0,0,32), +(7810,1114640000,4,0,0,0), +(7814,1101000000,0,0,0,0), +(7815,1101000000,0,0,0,0), +(7816,1101000000,0,0,0,0), +(7819,1114640000,0,0,0,64), +(7831,1114640000,0,0,0,64), +(7839,1114640000,0,0,0,32), +(7850,-1029440000,0,0,0,0), +(7882,1114640000,0,0,0,64), +(7893,1114640000,0,0,0,64), +(7899,1101000000,0,0,0,0), +(7901,1114640000,0,0,0,64), +(7902,1114640000,0,0,0,64), +(7903,1114640000,0,0,0,64), +(7904,1114640000,0,0,0,64), +(7926,1114640000,0,0,0,64), +(7937,1114640000,0,0,0,64), +(7938,1114640000,0,0,0,64), +(7939,1114640000,0,0,0,64), +(7940,1114640000,0,0,0,64), +(7941,1114640000,0,0,0,64), +(7942,1114640000,0,0,0,64), +(7943,1114640000,0,0,0,64), +(7944,1114640000,0,0,0,64), +(7958,1114640000,0,0,0,64), +(7964,1114640000,0,0,0,64), +(7969,1114640000,0,0,0,64), +(7970,1114640000,0,0,0,64), +(7971,1114640000,0,0,0,64), +(7972,1114640000,0,0,0,64), +(7976,1092620000,0,0,0,0), +(7977,1092620000,0,0,0,0), +(7978,1092620000,0,0,0,0), +(7994,1114640000,0,0,0,64), +(8001,1114640000,0,0,0,64), +(8002,1114640000,4,0,0,0), +(8003,1114640000,4,0,0,0), +(8004,1127480000,0,0,0,0), +(8005,1127480000,0,0,0,0), +(8013,1114640000,0,0,99,0), +(8019,1114640000,0,0,0,64), +(8020,1114640000,0,0,0,64), +(8021,1114640000,0,0,0,64), +(8025,1114640000,0,0,0,32), +(8026,1114640000,0,0,0,32), +(8047,1114640000,0,0,0,64), +(8048,1114640000,0,0,0,64), +(8059,1114640000,0,0,0,64), +(8064,1114640000,0,0,0,64), +(8065,1114640000,0,0,0,64), +(8066,1114640000,0,0,0,64), +(8083,1114640000,0,0,0,64), +(8169,1111230000,0,0,0,0), +(8182,1113850000,0,0,0,0), +(9460,1106250000,0,0,0,0); \ No newline at end of file diff --git a/src/game/Entities/Item.cpp b/src/game/Entities/Item.cpp index f7a1eab02..49f32a701 100644 --- a/src/game/Entities/Item.cpp +++ b/src/game/Entities/Item.cpp @@ -1032,7 +1032,7 @@ bool Item::IsFitToSpellRequirements(SpellEntry const* spellInfo) const // Only check for item enchantments (TARGET_FLAG_ITEM), all other spells are either NPC spells // or spells where slot requirements are already handled with AttributesEx3 fields // and special code (Titan's Grip, Windfury Attack). Check clearly not applicable for Lava Lash. - if (spellInfo->EquippedItemInventoryTypeMask != 0 && (spellInfo->GetTargets() & TARGET_FLAG_ITEM)) // 0 == any inventory type + if (spellInfo->EquippedItemInventoryTypeMask != 0 && (spellInfo->Targets & TARGET_FLAG_ITEM)) // 0 == any inventory type { if ((spellInfo->EquippedItemInventoryTypeMask & (1 << proto->InventoryType)) == 0) return false; // inventory type not present in mask diff --git a/src/game/Entities/Unit.cpp b/src/game/Entities/Unit.cpp index 72df363cd..6d1d2279c 100644 --- a/src/game/Entities/Unit.cpp +++ b/src/game/Entities/Unit.cpp @@ -1559,9 +1559,9 @@ SpellCastResult Unit::CastSpell(Unit* Victim, SpellEntry const* spellInfo, uint3 SpellCastTargets targets; targets.setUnitTarget(Victim); - if (spellInfo->GetTargets() & TARGET_FLAG_DEST_LOCATION) + if (spellInfo->Targets & TARGET_FLAG_DEST_LOCATION) targets.setDestination(Victim->GetPositionX(), Victim->GetPositionY(), Victim->GetPositionZ()); - if (spellInfo->GetTargets() & TARGET_FLAG_SOURCE_LOCATION) + if (spellInfo->Targets & TARGET_FLAG_SOURCE_LOCATION) if (WorldObject* caster = spell->GetCastingObject()) targets.setSource(caster->GetPositionX(), caster->GetPositionY(), caster->GetPositionZ()); @@ -1622,9 +1622,9 @@ SpellCastResult Unit::CastCustomSpell(Unit* Victim, SpellEntry const* spellInfo, targets.setUnitTarget(Victim); spell->m_CastItem = castItem; - if (spellInfo->GetTargets() & TARGET_FLAG_DEST_LOCATION) + if (spellInfo->Targets & TARGET_FLAG_DEST_LOCATION) targets.setDestination(Victim->GetPositionX(), Victim->GetPositionY(), Victim->GetPositionZ()); - if (spellInfo->GetTargets() & TARGET_FLAG_SOURCE_LOCATION) + if (spellInfo->Targets & TARGET_FLAG_SOURCE_LOCATION) if (WorldObject* caster = spell->GetCastingObject()) targets.setSource(caster->GetPositionX(), caster->GetPositionY(), caster->GetPositionZ()); @@ -1675,9 +1675,9 @@ SpellCastResult Unit::CastSpell(float x, float y, float z, SpellEntry const* spe SpellCastTargets targets; - if (spellInfo->GetTargets() & TARGET_FLAG_DEST_LOCATION) + if (spellInfo->Targets & TARGET_FLAG_DEST_LOCATION) targets.setDestination(x, y, z); - if (spellInfo->GetTargets() & TARGET_FLAG_SOURCE_LOCATION) + if (spellInfo->Targets & TARGET_FLAG_SOURCE_LOCATION) targets.setSource(x, y, z); // Spell cast with x,y,z but without dbc target-mask, set destination diff --git a/src/game/Server/DBCStores.cpp b/src/game/Server/DBCStores.cpp index 8057f02c7..536ede1cc 100644 --- a/src/game/Server/DBCStores.cpp +++ b/src/game/Server/DBCStores.cpp @@ -178,7 +178,6 @@ ItemSpellCategoryStore sItemSpellCategoryStore; PetFamilySpellsStore sPetFamilySpellsStore; DBCStorage sSpellScalingStore(SpellScalingEntryfmt); -DBCStorage sSpellTargetRestrictionsStore(SpellTargetRestrictionsEntryfmt); SpellEffectMap sSpellEffectMap; @@ -597,7 +596,6 @@ void LoadDBCStores(const std::string& dataPath) } LoadDBC(availableDbcLocales,bar,bad_dbc_files,sSpellScalingStore, dbcPath,"SpellScaling.dbc"); - LoadDBC(availableDbcLocales,bar,bad_dbc_files,sSpellTargetRestrictionsStore, dbcPath,"SpellTargetRestrictions.dbc"); for (uint32 j = 0; j < sSkillLineAbilityStore.GetNumRows(); ++j) { diff --git a/src/game/Server/DBCStores.h b/src/game/Server/DBCStores.h index 155ada240..8a437ee34 100644 --- a/src/game/Server/DBCStores.h +++ b/src/game/Server/DBCStores.h @@ -212,7 +212,6 @@ extern DBCStorage sSpellRangeStore; extern DBCStorage sSpellRuneCostStore; extern DBCStorage sSpellShapeshiftFormStore; extern DBCStorage sSpellScalingStore; -extern DBCStorage sSpellTargetRestrictionsStore; //extern DBCStorage sStableSlotPricesStore; extern DBCStorage sSummonPropertiesStore; extern DBCStorage sTalentStore; diff --git a/src/game/Server/DBCStructure.cpp b/src/game/Server/DBCStructure.cpp index 132dcb6d4..22902987b 100644 --- a/src/game/Server/DBCStructure.cpp +++ b/src/game/Server/DBCStructure.cpp @@ -49,17 +49,6 @@ SpellScalingEntry const* SpellEntry::GetSpellScaling() const return SpellScalingId ? sSpellScalingStore.LookupEntry(SpellScalingId) : NULL; } -SpellTargetRestrictionsEntry const* SpellEntry::GetSpellTargetRestrictions() const -{ - return SpellTargetRestrictionsId ? sSpellTargetRestrictionsStore.LookupEntry(SpellTargetRestrictionsId) : NULL; -} - -uint32 SpellEntry::GetMaxAffectedTargets() const -{ - SpellTargetRestrictionsEntry const* target = GetSpellTargetRestrictions(); - return target ? target->MaxAffectedTargets : 0; -} - uint32 SpellEntry::GetSpellEffectIdByIndex(SpellEffectIndex index) const { SpellEffectEntry const* effect = GetSpellEffect(index); @@ -72,24 +61,12 @@ uint32 SpellEntry::GetEffectImplicitTargetAByIndex(SpellEffectIndex index) const return effect ? effect->EffectImplicitTargetA : TARGET_NONE; } -uint32 SpellEntry::GetTargetCreatureType() const -{ - SpellTargetRestrictionsEntry const* target = GetSpellTargetRestrictions(); - return target ? target->TargetCreatureType : 0; -} - int32 SpellEntry::GetEffectMiscValue(SpellEffectIndex index) const { SpellEffectEntry const* effect = GetSpellEffect(index); return effect ? effect->EffectMiscValue : 0; } -uint32 SpellEntry::GetTargets() const -{ - SpellTargetRestrictionsEntry const* target = GetSpellTargetRestrictions(); - return target ? target->Targets : 0; -} - uint32 SpellEntry::GetEffectApplyAuraNameByIndex(SpellEffectIndex index) const { SpellEffectEntry const* effect = GetSpellEffect(index); diff --git a/src/game/Server/DBCStructure.h b/src/game/Server/DBCStructure.h index da3f0d2e3..436b98417 100644 --- a/src/game/Server/DBCStructure.h +++ b/src/game/Server/DBCStructure.h @@ -1893,17 +1893,6 @@ struct SpellShapeshiftFormEntry //uint32 unk6; // 20 }; -// SpellTargetRestrictions.dbc -struct SpellTargetRestrictionsEntry -{ - //uint32 Id; // 0 m_ID - float MaxTargetRadius; // 1 - m_maxTargetRadius - uint32 MaxAffectedTargets; // 1 - m_maxTargets - uint32 MaxTargetLevel; // 2 - m_maxTargetLevel - uint32 TargetCreatureType; // 3 - m_targetCreatureType - uint32 Targets; // 4 - m_targets -}; - struct SpellEntry { uint32 Id; // 0 m_ID @@ -1984,10 +1973,14 @@ struct SpellEntry float ManaCostPercentageFloat; // 78 4.3.0 int32 Reagent[MAX_SPELL_REAGENTS]; // 79-86 m_reagent uint32 ReagentCount[MAX_SPELL_REAGENTS]; // 87-94 m_reagentCount - uint32 SpellTargetRestrictionsId; // 95 SpellTargetRestrictions.dbc - uint32 TotemCategory[MAX_SPELL_TOTEM_CATEGORIES]; // 96-97 m_requiredTotemCategoryID - uint32 Totem[MAX_SPELL_TOTEMS]; // 98-99 m_totem - //uint32 ResearchProjectId; // 100 ResearchProject.dbc + float MaxTargetRadius; // 95 m_maxTargetRadius + uint32 MaxAffectedTargets; // 96 m_maxTargets + uint32 MaxTargetLevel; // 97 m_maxTargetLevel + uint32 TargetCreatureType; // 98 m_targetCreatureType + uint32 Targets; // 99 m_targets + uint32 TotemCategory[MAX_SPELL_TOTEM_CATEGORIES]; // 100-101 m_requiredTotemCategoryID + uint32 Totem[MAX_SPELL_TOTEMS]; // 102-103 m_totem + //uint32 ResearchProjectId; // 104 ResearchProject.dbc // helpers int32 CalculateSimpleValue(SpellEffectIndex eff) const; @@ -1996,15 +1989,11 @@ struct SpellEntry // struct access functions SpellEffectEntry const* GetSpellEffect(SpellEffectIndex eff) const; SpellScalingEntry const* GetSpellScaling() const; - SpellTargetRestrictionsEntry const* GetSpellTargetRestrictions() const; // single fields - uint32 GetMaxAffectedTargets() const; uint32 GetSpellEffectIdByIndex(SpellEffectIndex index) const; uint32 GetEffectImplicitTargetAByIndex(SpellEffectIndex index) const; - uint32 GetTargetCreatureType() const; int32 GetEffectMiscValue(SpellEffectIndex index) const; - uint32 GetTargets() const; uint32 GetEffectApplyAuraNameByIndex(SpellEffectIndex index) const; bool IsFitToFamilyMask(uint64 familyFlags, uint32 familyFlags2 = 0) const diff --git a/src/game/Server/SQLStorages.cpp b/src/game/Server/SQLStorages.cpp index b786e8f07..791ed3a06 100644 --- a/src/game/Server/SQLStorages.cpp +++ b/src/game/Server/SQLStorages.cpp @@ -35,7 +35,7 @@ const char InstanceTemplatedstfmt[] = "iiiiil"; const char WorldTemplatesrcfmt[] = "is"; const char WorldTemplatedstfmt[] = "ii"; const char ConditionsFmt[] = "iiiix"; -const char SpellEntryfmt[] = "iiiiiiiiiiiiiiiiiifiiiissiiiiiiiiiiiiiiiiiiiiiiiiiiLiiiiiiiiiiiiiiiiiifiiiiiiiiiiiiiiiiiiiii"; +const char SpellEntryfmt[] = "iiiiiiiiiiiiiiiiiifiiiissiiiiiiiiiiiiiiiiiiiiiiiiiiLiiiiiiiiiiiiiiiiiifiiiiiiiiiiiiiiiifiiiiiiii"; //const char SpellTemplatesrcfmt[] = "iiiiiiiiiiiiiiiix"; // 0 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 160 170 180 185 //const char SpellTemplatedstfmt[] = "ixxxiiiixxxxxxxxxxxxxxxxxxxxxxxxiixxxxixxxxxxFxxxxxxxxxxxxxxxxxxxxxxixxxxxFFFxxxxxxixxixxixxixxxxxFFFxxxxxxixxixxixxFFFxxxxxxxxxxxxxppppppppppppppppppppppppppppppppxxxxxxxxxxxFFFxxxxxx"; diff --git a/src/game/Spells/Spell.cpp b/src/game/Spells/Spell.cpp index c2e1c915b..61b02385e 100644 --- a/src/game/Spells/Spell.cpp +++ b/src/game/Spells/Spell.cpp @@ -1766,7 +1766,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& return; uint32 EffectChainTarget = spellEffect ? spellEffect->EffectChainTarget : 0; - uint32 unMaxTargets = m_spellInfo->GetMaxAffectedTargets(); + uint32 unMaxTargets = m_spellInfo->MaxAffectedTargets; float radius; GetSpellRangeAndRadius(spellEffect, radius, EffectChainTarget); @@ -5562,9 +5562,8 @@ SpellCastResult Spell::CheckCast(bool strict) if (target->HasAuraType(SPELL_AURA_SPIRIT_OF_REDEMPTION)) return SPELL_FAILED_BAD_TARGETS; - if (SpellTargetRestrictionsEntry const* spellTargetRestriction = m_spellInfo->GetSpellTargetRestrictions()) - if (spellTargetRestriction->MaxTargetLevel && target->GetLevel() > spellTargetRestriction->MaxTargetLevel) - return SPELL_FAILED_HIGHLEVEL; + if (m_spellInfo->MaxTargetLevel && target->GetLevel() > m_spellInfo->MaxTargetLevel) + return SPELL_FAILED_HIGHLEVEL; } // zone check uint32 zone, area; @@ -7625,7 +7624,7 @@ void Spell::UpdatePointers() bool Spell::CheckTargetCreatureType(Unit* target) const { - uint32 spellCreatureTargetMask = m_spellInfo->GetTargetCreatureType(); + uint32 spellCreatureTargetMask = m_spellInfo->TargetCreatureType; // Curse of Doom: not find another way to fix spell target check :/ if (m_spellInfo->SpellFamilyName == SPELLFAMILY_WARLOCK && m_spellInfo->Category == 1179) @@ -8343,7 +8342,7 @@ void Spell::GetSpellRangeAndRadius(SpellEffectEntry const* spellEffect, float& r if(SpellEffectEntry const* spellEffect = currSpell->m_spellInfo->GetSpellEffect(SpellEffectIndex(i))) if(spellEffect->EffectChainTarget > 0) EffectChainTarget = 0; // no chain targets - if (currSpell->m_spellInfo->GetMaxAffectedTargets() > 0) + if (currSpell->m_spellInfo->MaxAffectedTargets > 0) EffectChainTarget = 0; // no chain targets } } diff --git a/src/game/Spells/SpellMgr.cpp b/src/game/Spells/SpellMgr.cpp index 486844702..c1854369a 100644 --- a/src/game/Spells/SpellMgr.cpp +++ b/src/game/Spells/SpellMgr.cpp @@ -984,7 +984,7 @@ uint32 GetAffectedTargets(SpellEntry const * spellInfo, Unit * caster) break; } - return spellInfo->GetMaxAffectedTargets(); + return spellInfo->MaxAffectedTargets; } SpellCastResult GetErrorAtShapeshiftedCast(SpellEntry const* spellInfo, uint32 form) diff --git a/src/game/Spells/SpellMgr.h b/src/game/Spells/SpellMgr.h index d739a6fe5..271b6ed2d 100644 --- a/src/game/Spells/SpellMgr.h +++ b/src/game/Spells/SpellMgr.h @@ -219,10 +219,7 @@ inline bool IsSealSpell(SpellEntry const* spellInfo) inline bool IsAllowingDeadTarget(SpellEntry const* spellInfo) { - SpellTargetRestrictionsEntry const* spellTargetRestriction = spellInfo->GetSpellTargetRestrictions(); - - return spellInfo->HasAttribute(SPELL_ATTR_EX2_CAN_TARGET_DEAD) || spellInfo->HasAttribute(SPELL_ATTR_PASSIVE) || - (spellTargetRestriction && spellTargetRestriction->Targets & (TARGET_FLAG_PVP_CORPSE | TARGET_FLAG_UNIT_CORPSE | TARGET_FLAG_CORPSE_ALLY)); + return spellInfo->HasAttribute(SPELL_ATTR_EX2_CAN_TARGET_DEAD) || spellInfo->HasAttribute(SPELL_ATTR_PASSIVE) || spellInfo->Targets & (TARGET_FLAG_PVP_CORPSE | TARGET_FLAG_UNIT_CORPSE | TARGET_FLAG_CORPSE_ALLY); } inline bool IsElementalShield(SpellEntry const* spellInfo)