From d476978cdeaf805f9f2819633750af85a4dd0d70 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 29 Jul 2020 02:25:33 -0500 Subject: [PATCH] create command to replace item compositions from sde file --- .../UpdateItemCompositionFromSDECommand.php | 98 +++++++++++++++++++ database/seeds/invTypeMaterials.sql | 52 ++++++++++ 2 files changed, 150 insertions(+) create mode 100644 app/Console/Commands/Files/UpdateItemCompositionFromSDECommand.php create mode 100644 database/seeds/invTypeMaterials.sql diff --git a/app/Console/Commands/Files/UpdateItemCompositionFromSDECommand.php b/app/Console/Commands/Files/UpdateItemCompositionFromSDECommand.php new file mode 100644 index 000000000..a72b9b0dd --- /dev/null +++ b/app/Console/Commands/Files/UpdateItemCompositionFromSDECommand.php @@ -0,0 +1,98 @@ +comment('Warning! This Laravel command uses exec() to execute a '); + $this->comment('mysql shell command to import an extracted dump. Due'); + $this->comment('to the way the command is constructed, should someone '); + $this->comment('view the current running processes of your server, they '); + $this->comment('will be able to see your SeAT database users password.'); + $this->line(''); + $this->line('Ensure that you understand this before continuing.'); + + //Test we have valid database parameters + DB::connection()->getDatabaseName(); + + //Warn the user about the operation to begin + if (! $this->confirm('Are you sure you want to update to the latest EVE SDE?', true)) { + $this->warn('Exiting'); + + return; + } + + $fileName = $this->getSde(); + $this->importSde($fileName); + + } + + /** + * Download the EVE Sde from Fuzzwork and save it + * in the storage_path/sde folder + */ + public function getSde() { + + + return $fileName; + } + + /** + * Extract the SDE file downloaded and run the MySQL command to import the table into the database + */ + public function importSde($fileName) { + $import_command = 'mysql -u username -p password database < ' . $file; + + //run the command + exec($import_command, $output, $exit_code); + + if($exit_code !== 0) { + $this->error('Warning: Import failed with exit code ' . + $exit_code . ' and command outut: ' . implode('\n', $output)); + } + } +} diff --git a/database/seeds/invTypeMaterials.sql b/database/seeds/invTypeMaterials.sql new file mode 100644 index 000000000..417aabca0 --- /dev/null +++ b/database/seeds/invTypeMaterials.sql @@ -0,0 +1,52 @@ +-- MySQL dump 10.17 Distrib 10.3.23-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: sdeyaml +-- ------------------------------------------------------ +-- Server version 10.3.23-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `invTypeMaterials` +-- + +DROP TABLE IF EXISTS `invTypeMaterials`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `invTypeMaterials` ( + `typeID` int(11) NOT NULL, + `materialTypeID` int(11) NOT NULL, + `quantity` int(11) NOT NULL, + PRIMARY KEY (`typeID`,`materialTypeID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `invTypeMaterials` +-- + +LOCK TABLES `invTypeMaterials` WRITE; +/*!40000 ALTER TABLE `invTypeMaterials` DISABLE KEYS */; +INSERT INTO `invTypeMaterials` VALUES (18,34,107),(18,35,213),(18,36,107),(19,34,56000),(19,35,12050),(19,36,2100),(19,37,450),(20,34,134),(20,36,267),(20,37,134),(21,35,1000),(21,37,200),(21,38,100),(21,39,19),(22,34,22000),(22,36,2500),(22,40,320),(29,34,4096),(29,35,1024),(29,36,256),(29,37,64),(29,38,16),(29,39,4),(29,40,1),(165,38,86),(166,38,133),(178,34,27),(178,35,21),(179,34,38),(179,35,32),(180,34,58),(180,35,23),(180,37,1),(181,34,118),(181,36,1),(181,37,2),(182,34,58),(182,35,64),(182,36,1),(183,34,162),(183,35,3),(183,37,3),(184,34,164),(184,35,17),(184,37,3),(185,34,204),(185,35,17),(185,38,1),(186,34,164),(186,35,17),(186,37,3),(187,34,116),(187,35,129),(187,36,2),(188,34,139),(188,35,194),(189,34,290),(189,35,119),(189,36,14),(189,37,2),(190,34,288),(190,35,254),(191,34,239),(191,35,318),(191,36,1),(192,34,668),(192,35,36),(192,36,4),(192,37,14),(193,34,449),(193,35,417),(193,36,7),(194,34,249),(194,35,198),(194,37,1),(195,34,520),(195,35,100),(195,36,2),(195,37,2),(195,38,2),(196,34,511),(196,35,428),(197,34,458),(197,35,580),(198,34,1040),(198,35,156),(198,36,104),(199,34,1236),(199,35,223),(199,36,110),(200,34,1529),(200,36,89),(200,37,23),(201,34,1778),(201,35,127),(201,36,89),(201,37,29),(202,34,3084),(202,35,472),(202,36,68),(202,39,4),(203,34,1867),(203,35,144),(203,36,17),(203,38,2),(203,39,4),(204,34,1842),(204,35,707),(204,39,4),(205,34,1447),(205,36,81),(205,37,4),(205,39,2),(206,34,351),(206,35,119),(206,38,1),(207,34,496),(207,35,220),(207,38,2),(208,34,716),(208,35,2),(208,36,6),(208,38,3),(209,34,820),(209,38,2),(210,34,69),(210,35,43),(210,36,2),(211,34,58),(211,35,72),(212,34,150),(212,35,18),(212,36,12),(213,34,54),(213,35,16),(213,36,6),(215,34,27),(215,35,21),(216,34,38),(216,35,32),(217,34,58),(217,35,23),(217,37,1),(218,34,118),(218,36,1),(218,37,2),(219,34,58),(219,35,64),(219,36,1),(220,34,69),(220,35,76),(220,36,1),(221,34,164),(221,35,17),(221,37,3),(222,34,204),(222,35,17),(222,38,1),(223,34,164),(223,35,17),(223,37,3),(224,34,224),(224,35,3),(224,36,23),(225,34,136),(225,35,166),(225,36,2),(226,34,412),(226,35,2),(226,36,3),(226,37,3),(226,38,1),(227,34,450),(227,36,32),(227,38,1),(228,34,257),(228,35,300),(228,36,4),(229,34,526),(229,35,133),(229,36,2),(229,37,11),(230,34,449),(230,35,417),(230,36,7),(231,34,249),(231,35,198),(231,37,1),(232,34,520),(232,35,100),(232,36,2),(232,37,2),(232,38,2),(233,34,511),(233,35,428),(234,34,458),(234,35,580),(235,34,1040),(235,35,156),(235,36,104),(236,34,1236),(236,35,223),(236,36,110),(237,34,1529),(237,36,89),(237,37,23),(238,34,1778),(238,35,127),(238,36,89),(238,37,29),(239,35,8),(239,37,3),(239,38,1),(239,39,1),(240,34,4),(240,35,1),(240,36,2),(240,37,3),(240,38,3),(241,34,4),(241,36,3),(241,37,8),(242,34,3),(242,35,1),(242,36,2),(242,37,10),(243,34,2),(243,35,3),(243,36,2),(243,37,12),(244,34,2),(244,36,11),(244,37,1),(244,39,1),(245,34,2),(245,35,6),(245,36,4),(245,37,2),(245,38,2),(245,39,1),(246,35,4),(246,37,3),(246,38,3),(246,39,1),(247,34,27),(247,36,13),(247,37,3),(247,38,19),(247,39,2),(247,40,2),(248,36,59),(248,37,3),(248,38,3),(248,40,2),(249,35,2),(249,36,62),(249,40,1),(250,35,4),(250,36,33),(250,37,27),(250,40,1),(251,35,8),(251,36,3),(251,37,53),(251,38,1),(251,40,1),(252,34,40),(252,36,12),(252,38,18),(252,40,2),(253,35,3),(253,36,46),(253,37,3),(253,38,1),(253,39,4),(253,40,3),(254,34,36),(254,36,18),(254,38,1),(254,39,3),(254,40,4),(255,34,13),(255,35,6),(255,36,6),(255,37,47),(255,38,17),(255,39,9),(255,40,37),(256,36,87),(256,37,3),(256,38,1),(256,39,9),(256,40,24),(257,35,9),(257,36,110),(257,37,4),(257,38,4),(257,39,2),(257,40,12),(258,35,57),(258,36,54),(258,37,3),(258,38,3),(258,39,3),(258,40,16),(259,35,104),(259,37,2),(259,38,3),(259,39,4),(259,40,19),(260,35,2),(260,36,67),(260,37,20),(260,38,4),(260,39,17),(260,40,29),(261,35,51),(261,36,2),(261,37,3),(261,38,20),(261,39,7),(261,40,44),(262,35,36),(262,36,4),(262,37,24),(262,38,3),(262,39,14),(262,40,50),(263,34,173),(263,35,42),(263,36,13),(264,34,500),(264,35,40),(264,36,19),(264,37,7),(266,34,31),(266,35,26),(267,34,1876),(267,39,12),(267,40,4),(269,34,150),(269,35,18),(269,36,12),(270,34,11),(270,36,2),(270,37,11),(377,34,916),(377,35,64),(377,36,29),(377,38,4),(380,34,916),(380,35,64),(380,36,29),(380,38,4),(380,3685,3),(380,11399,1),(380,11558,3),(393,34,458),(393,35,610),(393,36,51),(393,37,4),(393,38,3),(394,34,458),(394,35,610),(394,36,51),(394,37,4),(394,38,3),(394,3685,1),(394,9838,3),(394,11399,1),(399,34,1327),(399,35,481),(399,36,113),(400,34,1327),(400,35,481),(400,36,113),(400,9838,1),(400,11399,1),(400,11556,3),(405,34,415),(405,35,6),(405,36,3),(405,38,2),(406,34,620),(406,35,8),(406,36,4),(406,38,3),(406,11399,1),(421,34,666),(421,35,245),(421,36,194),(434,34,3967),(434,35,2131),(434,36,228),(434,37,13),(434,38,2),(438,34,708),(438,35,643),(438,36,1),(438,38,1),(438,11399,1),(438,11530,3),(438,11531,15),(438,11549,8),(439,34,708),(439,35,643),(439,36,1),(439,38,1),(440,34,3967),(440,35,2131),(440,36,228),(440,37,13),(440,38,2),(440,11399,17),(440,11530,24),(440,11531,15),(440,11549,8),(442,34,589),(442,35,3),(442,36,14),(443,34,551),(443,36,34),(444,34,1111),(447,34,502),(447,35,297),(447,36,334),(447,37,197),(447,39,4),(448,34,502),(448,35,297),(448,36,334),(448,37,197),(448,39,4),(448,9840,8),(448,9842,15),(448,11399,8),(448,11534,3),(448,11540,9),(450,34,231),(450,35,220),(451,34,1102),(451,35,113),(451,36,4),(451,38,2),(451,39,2),(452,34,1742),(452,35,6),(452,36,78),(452,37,13),(452,39,2),(453,34,1556),(453,35,1158),(453,36,3),(453,37,7),(454,34,2200),(454,35,809),(454,36,21),(454,37,4),(454,39,4),(455,34,9),(455,35,598),(455,36,493),(456,34,4453),(456,35,1287),(456,36,1199),(456,40,2),(457,34,4529),(457,35,1643),(457,36,2413),(457,38,1),(458,34,9089),(458,35,2786),(458,36,2827),(458,37,14),(458,38,1),(459,34,9133),(459,35,2981),(459,36,3599),(459,37,2),(459,38,18),(460,34,13684),(460,35,4117),(460,36,3851),(460,39,2),(460,40,8),(461,34,45551),(461,35,12150),(461,36,6060),(461,37,1596),(461,38,126),(461,39,16),(462,34,68307),(462,35,17839),(462,36,7197),(462,37,1951),(462,38,234),(462,39,12),(462,40,26),(463,34,91067),(463,35,23527),(463,36,8613),(463,37,2294),(463,38,324),(463,39,18),(463,40,52),(464,34,113880),(464,35,29214),(464,36,9747),(464,37,2650),(464,38,411),(464,39,42),(464,40,74),(482,34,1324),(482,35,481),(482,36,119),(482,3689,8),(482,11399,1),(482,11541,5),(482,11689,3),(483,34,1324),(483,35,481),(483,36,119),(484,34,231),(484,35,220),(485,34,996),(485,35,300),(485,39,2),(486,34,1667),(486,35,144),(486,36,83),(486,37,22),(487,34,1596),(487,35,690),(487,36,144),(488,34,2729),(488,35,148),(488,36,171),(488,39,4),(489,34,827),(489,35,598),(489,36,493),(490,34,4453),(490,35,1287),(490,36,1199),(490,40,2),(491,34,4529),(491,35,1643),(491,36,2413),(491,38,1),(492,34,9089),(492,35,2786),(492,36,2827),(492,37,14),(492,38,1),(493,34,9133),(493,35,2981),(493,36,3599),(493,37,2),(493,38,18),(494,34,13684),(494,35,4117),(494,36,3851),(494,39,2),(494,40,8),(495,34,45551),(495,35,12150),(495,36,6060),(495,37,1596),(495,38,126),(495,39,16),(496,34,68307),(496,35,17839),(496,36,7197),(496,37,1951),(496,38,234),(496,39,12),(496,40,26),(497,34,91067),(497,35,23527),(497,36,8613),(497,37,2294),(497,38,324),(497,39,18),(497,40,52),(498,34,113880),(498,35,29214),(498,36,9747),(498,37,2650),(498,38,411),(498,39,42),(498,40,74),(499,34,471),(499,35,716),(501,34,3258),(501,35,2926),(501,36,107),(503,34,122),(503,35,1342),(503,38,9),(503,39,4),(503,40,22),(506,34,48),(506,35,220),(506,36,18),(506,37,7),(506,38,3),(508,34,240),(508,36,37),(509,34,292),(509,35,7),(509,38,2),(518,34,508),(518,35,89),(518,36,214),(518,37,1),(518,38,2),(519,34,773),(519,35,491),(519,36,518),(519,37,3),(519,39,4),(519,3689,8),(519,9842,3),(519,11399,8),(519,11538,8),(520,34,773),(520,35,491),(520,36,518),(520,37,3),(520,39,4),(521,34,588),(521,35,7),(521,37,2),(521,38,1),(522,34,112),(522,35,280),(522,36,4),(522,37,11),(523,34,858),(523,35,288),(523,40,4),(524,34,470),(524,35,6827),(526,34,862),(526,35,792),(526,36,529),(527,34,862),(527,35,792),(527,36,529),(527,9840,12),(527,9842,8),(527,11399,8),(527,11538,3),(529,34,7396),(529,35,967),(529,38,3),(529,40,2),(530,34,2093),(530,35,1532),(530,36,22),(530,37,138),(530,40,2),(533,34,520),(533,35,39),(533,36,198),(533,37,96),(533,39,2),(533,40,2),(561,34,231),(561,35,220),(562,34,996),(562,35,300),(562,39,2),(563,34,1667),(563,35,144),(563,36,83),(563,37,22),(564,34,1596),(564,35,690),(564,36,144),(565,34,2729),(565,35,148),(565,36,171),(565,39,4),(566,34,4453),(566,35,1287),(566,36,1199),(566,40,2),(567,34,827),(567,35,598),(567,36,493),(568,34,9089),(568,35,2786),(568,36,2827),(568,37,14),(568,38,1),(569,34,4529),(569,35,1643),(569,36,2413),(569,38,1),(570,34,9133),(570,35,2981),(570,36,3599),(570,37,2),(570,38,18),(571,34,45551),(571,35,12150),(571,36,6060),(571,37,1596),(571,38,126),(571,39,16),(572,34,13683),(572,35,4117),(572,36,3851),(572,39,2),(572,40,8),(573,34,91067),(573,35,23527),(573,36,8613),(573,37,2294),(573,38,324),(573,39,18),(573,40,52),(574,34,113880),(574,35,29214),(574,36,9747),(574,37,2650),(574,38,411),(574,39,42),(574,40,74),(575,34,68307),(575,35,17839),(575,36,7197),(575,37,1951),(575,38,234),(575,39,12),(575,40,26),(577,34,242),(577,35,148),(577,36,569),(577,39,2),(577,40,2),(578,34,8071),(578,35,7488),(578,36,219),(578,37,2),(580,34,538),(580,35,52),(580,36,298),(580,37,9),(580,38,4),(580,39,4),(580,40,6),(581,34,13889),(582,34,22222),(582,35,8000),(582,36,2444),(582,37,500),(582,38,2),(582,39,4),(583,34,20000),(583,35,4444),(583,36,2111),(583,37,556),(583,38,11),(583,39,2),(584,34,13333),(584,35,12778),(584,36,1667),(584,37,222),(584,38,56),(584,39,22),(584,40,6),(585,34,21111),(585,35,5000),(585,36,1667),(585,37,111),(585,38,100),(585,40,6),(586,34,15556),(586,35,10222),(586,36,2778),(586,37,111),(586,38,78),(586,39,34),(586,40,6),(587,34,22778),(587,35,6222),(587,36,2222),(587,37,356),(587,38,133),(587,39,34),(587,40,2),(589,34,22222),(589,35,4444),(589,36,1667),(589,37,333),(589,38,67),(589,39,12),(590,34,16667),(590,35,12222),(590,36,2778),(590,37,11),(590,38,6),(590,39,2),(590,40,2),(591,34,22222),(591,35,2444),(591,36,4444),(591,37,222),(591,38,44),(591,39,22),(592,34,18889),(592,35,4667),(592,36,3556),(592,37,278),(592,38,33),(592,39,12),(593,34,23333),(593,35,6333),(593,36,3000),(593,37,333),(593,38,78),(593,39,22),(593,40,2),(594,34,13333),(594,35,11111),(594,36,4000),(594,37,33),(594,38,17),(594,39,12),(597,34,22778),(597,35,6111),(597,36,2889),(597,37,400),(597,38,89),(597,39,34),(598,34,17778),(598,35,15000),(598,36,2778),(598,37,111),(598,38,2),(598,39,4),(598,40,2),(599,34,17778),(599,35,3333),(599,36,4444),(599,37,167),(599,38,22),(599,39,6),(599,40,2),(602,34,17778),(602,35,5556),(602,36,2889),(602,37,1111),(602,38,56),(602,39,22),(603,34,21111),(603,35,8889),(603,36,3111),(603,37,589),(603,38,2),(603,39,4),(603,40,4),(605,34,13333),(605,35,11111),(605,36,2444),(605,37,556),(605,38,56),(605,39,16),(605,40,8),(607,34,16667),(607,35,10556),(607,36,2556),(607,37,278),(607,38,50),(607,39,44),(607,40,4),(608,34,20556),(608,35,3889),(608,36,2222),(608,37,278),(608,38,56),(608,39,12),(609,34,15556),(609,35,13333),(609,36,2222),(609,37,56),(609,38,2),(609,39,4),(620,34,544444),(620,35,130000),(620,36,31111),(620,37,8778),(620,38,1556),(620,39,888),(620,40,178),(621,34,544444),(621,35,122222),(621,36,36667),(621,37,10444),(621,38,3333),(621,39,1400),(621,40,556),(622,34,511111),(622,35,188889),(622,36,40000),(622,37,10333),(622,38,2778),(622,39,1244),(622,40,244),(623,34,611111),(623,35,155556),(623,36,40000),(623,37,9889),(623,38,2667),(623,39,1266),(623,40,388),(624,34,633333),(624,35,144444),(624,36,42222),(624,37,10000),(624,38,2556),(624,39,1222),(624,40,322),(625,34,577778),(625,35,115556),(625,36,33333),(625,37,8667),(625,38,1444),(625,39,778),(625,40,134),(626,34,622222),(626,35,133333),(626,36,41111),(626,37,10111),(626,38,2889),(626,39,1312),(626,40,356),(627,34,577778),(627,35,144444),(627,36,38889),(627,37,10556),(627,38,3000),(627,39,1134),(627,40,288),(628,34,444444),(628,35,100000),(628,36,41111),(628,37,8889),(628,38,2222),(628,39,1112),(628,40,222),(629,34,611111),(629,35,166667),(629,36,38889),(629,37,10222),(629,38,2556),(629,39,1044),(629,40,422),(630,34,433333),(630,35,101111),(630,36,43333),(630,37,9000),(630,38,2222),(630,39,1000),(630,40,178),(631,34,533333),(631,35,140000),(631,36,34444),(631,37,8556),(631,38,1222),(631,39,822),(631,40,156),(632,34,411111),(632,35,95556),(632,36,40000),(632,37,9444),(632,38,2444),(632,39,1222),(632,40,334),(633,34,422222),(633,35,96667),(633,36,43333),(633,37,10000),(633,38,2111),(633,39,1088),(633,40,200),(634,34,566667),(634,35,134444),(634,36,32222),(634,37,8889),(634,38,1111),(634,39,800),(634,40,200),(638,34,10608667),(638,35,2652667),(638,36,664444),(638,37,165911),(638,38,41422),(638,39,19756),(638,40,6288),(639,34,10321889),(639,35,2581444),(639,36,647667),(639,37,161511),(639,38,40278),(639,39,19000),(639,40,5466),(640,34,10649667),(640,35,2263111),(640,36,607000),(640,37,166200),(640,38,36011),(640,39,16066),(640,40,6688),(641,34,10321889),(641,35,2637000),(641,36,646889),(641,37,161433),(641,38,40300),(641,39,19112),(641,40,5866),(642,34,10608667),(642,35,2652667),(642,36,664444),(642,37,165922),(642,38,41467),(642,39,20044),(642,40,6400),(643,34,12090111),(643,35,3024444),(643,36,762222),(643,37,189478),(643,38,47256),(643,39,22178),(643,40,10312),(644,34,10279111),(644,35,2792889),(644,36,624889),(644,37,164589),(644,38,34656),(644,39,18244),(644,40,4800),(645,34,11564444),(645,35,2892889),(645,36,728333),(645,37,181211),(645,38,45133),(645,39,20644),(645,40,7556),(648,34,71111),(648,35,12667),(648,36,6667),(648,37,444),(648,38,222),(648,39,66),(648,40,12),(649,34,59444),(649,35,15333),(649,36,5833),(649,37,1389),(649,38,278),(649,39,88),(649,40,14),(650,34,53333),(650,35,13444),(650,36,5111),(650,37,356),(650,38,244),(650,39,56),(650,40,22),(651,34,90000),(651,35,10556),(651,36,4111),(651,37,578),(651,38,200),(651,39,34),(651,40,26),(652,34,73333),(652,35,18889),(652,36,7333),(652,37,1233),(652,38,344),(652,39,112),(652,40,18),(653,34,82222),(653,35,9333),(653,36,3889),(653,37,667),(653,38,133),(653,39,88),(653,40,12),(654,34,71111),(654,35,15889),(654,36,4889),(654,37,700),(654,38,194),(654,39,66),(654,40,22),(655,34,69444),(655,35,11667),(655,36,4556),(655,37,611),(655,38,189),(655,39,56),(655,40,12),(656,34,67778),(656,35,12222),(656,36,5111),(656,37,711),(656,38,222),(656,39,56),(656,40,16),(657,34,74444),(657,35,13778),(657,36,8667),(657,37,1167),(657,38,333),(657,39,100),(657,40,22),(671,21009,444),(671,21011,444),(671,21013,444),(671,21017,444),(671,21019,556),(671,21021,222),(671,21023,333),(671,21025,556),(671,21035,444),(671,21037,556),(671,24545,556),(671,24547,556),(671,24556,556),(671,24558,556),(671,24560,556),(672,34,2778),(1182,34,596),(1182,35,16),(1182,36,3),(1182,37,14),(1183,34,858),(1183,35,288),(1183,40,4),(1183,9848,3),(1183,11399,1),(1183,11539,1),(1185,34,684),(1185,35,427),(1185,36,153),(1185,37,2),(1185,38,2),(1190,34,7396),(1190,35,967),(1190,38,3),(1190,40,2),(1190,9838,15),(1190,11399,5),(1190,11539,5),(1190,11554,8),(1192,34,904),(1192,40,1),(1193,34,28),(1193,35,181),(1193,36,15),(1195,34,763),(1195,35,321),(1195,36,412),(1195,40,2),(1197,34,666),(1197,35,502),(1197,36,1),(1197,37,1),(1198,34,666),(1198,35,502),(1198,36,1),(1198,37,1),(1198,11399,1),(1198,11543,1),(1198,11544,1),(1198,11545,3),(1201,34,5947),(1201,35,729),(1201,37,47),(1201,38,27),(1201,39,18),(1202,34,56),(1202,37,2),(1202,38,9),(1202,40,2),(1223,35,12000),(1223,39,450),(1223,40,100),(1224,34,351),(1224,35,25),(1224,36,50),(1224,38,5),(1225,34,21000),(1225,38,760),(1225,39,135),(1226,36,350),(1226,38,75),(1226,39,8),(1227,34,800),(1227,35,100),(1227,37,85),(1228,34,346),(1228,35,173),(1229,35,2200),(1229,36,2400),(1229,37,300),(1230,34,415),(1231,34,2200),(1231,37,100),(1231,38,120),(1231,39,15),(1232,34,10000),(1232,37,1600),(1232,38,120),(1236,34,234),(1236,35,3413),(1236,3689,3),(1236,11399,1),(1236,11530,5),(1240,35,625),(1242,37,9),(1242,38,1),(1244,34,234),(1244,35,3413),(1246,34,507),(1246,35,51),(1246,36,73),(1246,37,7),(1248,34,507),(1248,35,51),(1248,36,73),(1248,37,7),(1248,9838,5),(1248,11399,1),(1248,11539,1),(1248,11554,5),(1254,34,231),(1254,35,307),(1254,36,18),(1254,37,9),(1256,34,231),(1256,35,307),(1256,36,18),(1256,37,9),(1256,9838,5),(1256,11399,1),(1256,11539,1),(1256,11554,5),(1262,34,180),(1262,35,35),(1262,36,2),(1262,37,2),(1262,38,2),(1264,34,666),(1264,35,502),(1264,36,1),(1264,37,1),(1266,34,666),(1266,35,502),(1266,36,1),(1266,37,1),(1266,11399,1),(1266,11542,3),(1266,11543,3),(1272,34,16),(1272,35,184),(1272,36,3),(1272,37,3),(1274,34,666),(1274,35,502),(1274,36,1),(1274,37,1),(1276,34,666),(1276,35,502),(1276,36,1),(1276,37,1),(1276,11399,1),(1276,11543,3),(1276,11544,3),(1282,34,56),(1282,35,166),(1282,36,1),(1282,38,1),(1284,34,666),(1284,35,502),(1284,36,1),(1284,37,1),(1286,34,666),(1286,35,502),(1286,36,1),(1286,37,1),(1286,11399,1),(1286,11542,1),(1286,11544,3),(1286,11545,1),(1292,34,128),(1292,35,88),(1292,37,8),(1294,34,666),(1294,35,502),(1294,36,1),(1294,37,1),(1296,34,666),(1296,35,502),(1296,36,1),(1296,37,1),(1296,11399,1),(1296,11542,3),(1296,11545,3),(1302,34,192),(1302,36,2),(1302,38,3),(1304,34,896),(1304,35,698),(1304,36,29),(1306,34,896),(1306,35,698),(1306,36,29),(1306,11399,1),(1306,11542,1),(1306,11543,1),(1306,11544,1),(1306,11545,1),(1315,36,5),(1315,37,5),(1317,37,10),(1317,38,1),(1319,37,10),(1319,38,1),(1319,3828,8),(1319,11399,1),(1319,11538,1),(1319,11545,1),(1333,34,6944),(1335,34,6944),(1335,3828,8),(1335,11399,1),(1351,34,200),(1351,35,50),(1351,36,19),(1351,37,20),(1353,34,516),(1353,35,67),(1353,36,2),(1353,37,73),(1355,34,516),(1355,35,67),(1355,36,2),(1355,37,73),(1355,9838,3),(1355,11399,1),(1355,11539,5),(1355,11554,3),(1401,37,1),(1401,38,4),(1403,34,1786),(1403,35,304),(1403,36,1),(1405,34,1786),(1405,35,304),(1405,36,1),(1405,3689,5),(1405,11399,1),(1405,11530,3),(1419,34,240),(1419,36,61),(1419,37,7),(1419,38,3),(1422,34,1116),(1422,35,861),(1422,38,3),(1422,9838,8),(1422,11399,1),(1422,11539,1),(1422,11554,1),(1436,34,596),(1436,35,16),(1436,36,3),(1436,37,14),(1436,9840,5),(1436,9842,11),(1436,11399,3),(1436,11536,3),(1436,11540,1),(1436,11551,1),(1445,34,1116),(1445,35,861),(1445,38,3),(1447,34,1116),(1447,35,861),(1447,38,3),(1447,9838,8),(1447,11399,1),(1447,11539,1),(1447,11554,1),(1537,34,8),(1537,35,274),(1537,36,3),(1537,37,13),(1539,35,658),(1539,36,2),(1539,37,4),(1539,38,1),(1539,39,4),(1541,35,658),(1541,36,2),(1541,37,4),(1541,38,1),(1541,39,4),(1541,9838,1),(1541,11399,1),(1541,11539,8),(1541,11554,1),(1547,34,6538),(1547,35,4288),(1547,36,7),(1547,38,2),(1547,39,6),(1549,34,6538),(1549,35,4288),(1549,36,7),(1549,38,2),(1549,39,6),(1549,11399,3),(1549,11692,6),(1551,34,6649),(1551,35,4381),(1551,36,97),(1551,38,1),(1551,40,2),(1553,34,6649),(1553,35,4381),(1553,36,97),(1553,38,1),(1553,40,2),(1553,11399,3),(1553,11693,6),(1557,34,7889),(1557,35,4948),(1557,36,51),(1557,38,1),(1557,40,2),(1559,34,7889),(1559,35,4948),(1559,36,51),(1559,38,1),(1559,40,2),(1559,11399,3),(1559,11695,6),(1563,34,7884),(1563,35,5283),(1563,36,17),(1563,39,4),(1563,40,2),(1565,34,7884),(1565,35,5283),(1565,36,17),(1565,39,4),(1565,40,2),(1565,11399,3),(1565,11694,6),(1798,34,1011),(1798,35,352),(1798,36,3),(1798,37,20),(1800,34,1011),(1800,35,352),(1800,36,3),(1800,37,20),(1802,34,1011),(1802,35,352),(1802,36,3),(1802,37,20),(1804,34,1011),(1804,35,352),(1804,36,3),(1804,37,20),(1808,34,2106),(1808,35,2077),(1810,34,69),(1810,35,43),(1810,36,2),(1814,34,54),(1814,35,16),(1814,36,6),(1816,34,58),(1816,35,72),(1818,34,820),(1818,38,2),(1820,34,496),(1820,35,220),(1820,38,2),(1822,34,351),(1822,35,119),(1822,38,1),(1824,34,716),(1824,35,2),(1824,36,6),(1824,38,3),(1826,34,1867),(1826,35,144),(1826,36,17),(1826,38,2),(1826,39,4),(1828,34,3084),(1828,35,472),(1828,36,68),(1828,39,4),(1830,34,1447),(1830,36,81),(1830,37,4),(1830,39,2),(1832,34,1842),(1832,35,707),(1832,39,4),(1855,34,551),(1855,36,34),(1855,9840,3),(1855,9842,5),(1855,11399,1),(1855,11539,5),(1875,34,560),(1875,35,492),(1875,36,92),(1875,37,2),(1875,38,3),(1877,34,560),(1877,35,492),(1877,36,92),(1877,37,2),(1877,38,3),(1877,9848,3),(1877,11399,3),(1877,11540,5),(1893,34,232),(1893,35,158),(1893,36,206),(1893,37,1),(1893,38,3),(1912,34,946667),(1912,35,133333),(1914,34,946667),(1914,35,133333),(1916,34,946667),(1916,35,133333),(1918,34,946667),(1918,35,133333),(1944,34,80556),(1944,35,18111),(1944,36,5667),(1944,37,556),(1944,38,183),(1944,39,88),(1944,40,20),(1946,34,856),(1946,36,52),(1946,38,3),(1947,34,236),(1947,35,3413),(1948,34,2884),(1948,35,919),(1948,40,2),(1949,35,252),(1949,36,1),(1949,37,5),(1949,39,1),(1951,34,148),(1951,35,375),(1951,36,65),(1951,37,3),(1952,34,5030),(1952,35,78),(1952,37,2),(1952,9840,5),(1952,9842,11),(1952,11399,3),(1952,11534,6),(1952,11540,5),(1955,34,2884),(1955,35,919),(1955,40,2),(1956,34,2884),(1956,35,919),(1956,40,2),(1957,37,62),(1957,38,49),(1958,34,2884),(1958,35,919),(1958,40,2),(1959,34,5662),(1959,35,3998),(1959,36,34),(1960,34,5662),(1960,35,3998),(1960,36,34),(1960,9840,45),(1960,9842,15),(1960,11399,15),(1960,11538,8),(1960,11540,8),(1960,11541,8),(1963,34,5662),(1963,35,3998),(1963,36,34),(1964,34,5662),(1964,35,3998),(1964,36,34),(1964,9840,8),(1964,9842,9),(1964,11399,6),(1964,11534,8),(1964,11540,5),(1968,34,252),(1968,35,766),(1968,36,1053),(1968,37,119),(1969,34,252),(1969,35,766),(1969,36,1053),(1969,37,119),(1969,9840,8),(1969,9842,14),(1969,11399,8),(1969,11534,9),(1969,11540,5),(1973,34,5030),(1973,35,78),(1973,37,2),(1977,34,949),(1977,40,2),(1978,34,949),(1978,40,2),(1978,3689,1),(1978,9842,9),(1978,11399,11),(1978,11538,12),(1982,34,856),(1982,36,52),(1982,38,3),(1983,34,856),(1983,36,52),(1983,38,3),(1984,34,856),(1984,36,52),(1984,38,3),(1985,34,1525),(1985,35,231),(1985,36,67),(1985,37,7),(1985,39,1),(1986,34,413),(1986,35,79),(1986,36,148),(1986,37,1),(1986,39,6),(1987,34,413),(1987,35,79),(1987,36,148),(1987,37,1),(1987,39,6),(1987,9840,3),(1987,9842,8),(1987,11399,1),(1987,11534,8),(1987,11540,5),(1998,34,538),(1998,35,88),(1998,36,369),(1998,37,1),(1998,38,4),(1999,34,538),(1999,35,88),(1999,36,369),(1999,37,1),(1999,38,4),(1999,3689,8),(1999,9842,3),(1999,11399,5),(1999,11538,8),(2001,2867,15),(2001,2868,11),(2001,2869,22),(2001,2870,22),(2001,2871,15),(2001,2872,15),(2001,2875,22),(2001,2876,11),(2001,21037,7),(2002,34,236),(2002,35,3413),(2003,34,236),(2003,35,3413),(2004,34,236),(2004,35,3413),(2005,34,236),(2005,35,3413),(2006,34,566667),(2006,35,133333),(2006,36,37778),(2006,37,10667),(2006,38,2889),(2006,39,1312),(2006,40,412),(2008,2867,8),(2008,2868,6),(2008,2869,11),(2008,2870,11),(2008,2871,8),(2008,2872,8),(2008,2875,11),(2008,2876,6),(2008,21037,3),(2009,2867,5),(2009,2868,4),(2009,2869,6),(2009,2870,6),(2009,2871,5),(2009,2872,5),(2009,2875,6),(2009,2876,4),(2009,21037,1),(2018,34,1338),(2018,35,1058),(2018,36,493),(2018,37,2),(2018,38,1),(2020,34,4574),(2020,35,1734),(2020,36,1307),(2020,39,4),(2022,34,9148),(2022,35,2908),(2022,36,2260),(2022,37,102),(2022,38,56),(2022,39,18),(2024,34,242),(2024,35,148),(2024,36,569),(2024,39,2),(2024,40,2),(2024,9838,12),(2024,11399,3),(2024,11539,5),(2024,11554,6),(2026,2867,5),(2026,2868,4),(2026,2869,6),(2026,2870,6),(2026,2871,5),(2026,2872,5),(2026,2875,6),(2026,2876,4),(2026,21037,1),(2027,2867,8),(2027,2868,6),(2027,2869,11),(2027,2870,11),(2027,2871,8),(2027,2872,8),(2027,2875,11),(2027,2876,6),(2027,21037,3),(2028,2867,14),(2028,2868,10),(2028,2869,21),(2028,2870,21),(2028,2871,14),(2028,2872,14),(2028,2875,21),(2028,2876,10),(2028,21037,6),(2029,2867,18),(2029,2868,13),(2029,2869,27),(2029,2870,27),(2029,2871,18),(2029,2872,18),(2029,2875,27),(2029,2876,13),(2029,21037,8),(2030,2867,22),(2030,2868,16),(2030,2869,33),(2030,2870,33),(2030,2871,22),(2030,2872,22),(2030,2875,33),(2030,2876,16),(2030,21037,10),(2031,2867,7),(2031,2868,5),(2031,2869,11),(2031,2870,11),(2031,2871,7),(2031,2872,7),(2031,2875,11),(2031,2876,5),(2031,21037,3),(2032,34,763),(2032,35,321),(2032,36,412),(2032,40,2),(2032,9838,5),(2032,11399,3),(2032,11539,1),(2032,11554,1),(2034,2867,14),(2034,2868,10),(2034,2869,21),(2034,2870,21),(2034,2871,14),(2034,2872,14),(2034,2875,21),(2034,2876,10),(2034,21037,6),(2035,2867,22),(2035,2868,16),(2035,2869,33),(2035,2870,33),(2035,2871,22),(2035,2872,22),(2035,2875,33),(2035,2876,16),(2035,21037,9),(2036,2867,30),(2036,2868,22),(2036,2869,44),(2036,2870,44),(2036,2871,30),(2036,2872,30),(2036,2875,44),(2036,2876,22),(2036,21037,13),(2037,2867,37),(2037,2868,27),(2037,2869,55),(2037,2870,55),(2037,2871,37),(2037,2872,37),(2037,2875,55),(2037,2876,27),(2037,21037,16),(2038,34,589),(2038,35,3),(2038,36,14),(2038,9840,3),(2038,9842,5),(2038,11399,1),(2038,11539,5),(2040,2867,4),(2040,2868,3),(2040,2869,6),(2040,2870,6),(2040,2871,4),(2040,2872,4),(2040,2875,6),(2040,2876,3),(2040,21037,1),(2041,2867,6),(2041,2868,5),(2041,2869,7),(2041,2870,7),(2041,2871,6),(2041,2872,6),(2041,2875,7),(2041,2876,5),(2041,21037,2),(2042,2867,7),(2042,2868,5),(2042,2869,11),(2042,2870,11),(2042,2871,7),(2042,2872,7),(2042,2875,11),(2042,2876,5),(2042,21037,3),(2043,2867,10),(2043,2868,8),(2043,2869,13),(2043,2870,13),(2043,2871,10),(2043,2872,10),(2043,2875,13),(2043,2876,8),(2043,21037,4),(2044,2867,18),(2044,2868,13),(2044,2869,27),(2044,2870,27),(2044,2871,18),(2044,2872,18),(2044,2875,27),(2044,2876,13),(2044,21037,8),(2046,34,1062),(2046,35,2),(2046,36,53),(2048,34,1062),(2048,35,2),(2048,36,53),(2048,3689,5),(2048,3828,3),(2048,11399,1),(2048,11540,1),(2048,11542,1),(2048,11553,1),(2048,11695,1),(2050,34,75),(2050,35,200),(2050,36,500),(2050,37,250),(2050,38,10),(2050,40,1),(2053,2867,4),(2053,2868,3),(2053,2869,6),(2053,2870,6),(2053,2871,4),(2053,2872,4),(2053,2875,6),(2053,2876,3),(2053,21037,1),(2054,2867,7),(2054,2868,5),(2054,2869,11),(2054,2870,11),(2054,2871,7),(2054,2872,7),(2054,2875,11),(2054,2876,5),(2054,21037,3),(2055,2867,11),(2055,2868,8),(2055,2869,17),(2055,2870,17),(2055,2871,11),(2055,2872,11),(2055,2875,17),(2055,2876,8),(2055,21037,4),(2056,2867,14),(2056,2868,10),(2056,2869,21),(2056,2870,21),(2056,2871,14),(2056,2872,14),(2056,2875,21),(2056,2876,10),(2056,21037,6),(2057,2867,18),(2057,2868,13),(2057,2869,27),(2057,2870,27),(2057,2871,18),(2057,2872,18),(2057,2875,27),(2057,2876,13),(2057,21037,8),(2058,2867,4),(2058,2868,3),(2058,2869,6),(2058,2870,6),(2058,2871,4),(2058,2872,4),(2058,2875,6),(2058,2876,3),(2058,21037,1),(2059,2867,7),(2059,2868,5),(2059,2869,11),(2059,2870,11),(2059,2871,7),(2059,2872,7),(2059,2875,11),(2059,2876,5),(2059,21037,3),(2060,2867,11),(2060,2868,8),(2060,2869,17),(2060,2870,17),(2060,2871,11),(2060,2872,11),(2060,2875,17),(2060,2876,8),(2060,21037,4),(2061,2867,14),(2061,2868,10),(2061,2869,21),(2061,2870,21),(2061,2871,14),(2061,2872,14),(2061,2875,21),(2061,2876,10),(2061,21037,6),(2062,2867,18),(2062,2868,13),(2062,2869,27),(2062,2870,27),(2062,2871,18),(2062,2872,18),(2062,2875,27),(2062,2876,13),(2062,21037,8),(2078,34,2500),(2082,38,1),(2082,39,1),(2082,40,1),(2083,34,1),(2103,34,3814),(2103,35,3163),(2103,36,3),(2103,37,2),(2104,34,3814),(2104,35,3163),(2104,36,3),(2104,37,2),(2104,9840,8),(2104,9842,9),(2104,11399,5),(2104,11536,8),(2104,11538,5),(2108,34,716),(2108,35,154),(2108,36,370),(2108,37,3),(2108,40,4),(2109,34,716),(2109,35,154),(2109,36,370),(2109,37,3),(2109,40,4),(2109,9840,8),(2109,9842,14),(2109,11399,8),(2109,11535,6),(2109,11541,5),(2117,34,538),(2117,35,52),(2117,36,298),(2117,37,9),(2117,38,4),(2117,39,4),(2117,40,6),(2117,9840,8),(2117,9842,9),(2117,11399,6),(2117,11534,3),(2117,11535,3),(2117,11536,3),(2117,11537,3),(2117,11541,5),(2161,34,13333),(2161,35,12222),(2161,36,1333),(2161,37,278),(2161,38,83),(2161,39,22),(2161,40,12),(2165,34,1867),(2165,35,144),(2165,36,17),(2165,38,2),(2165,39,4),(2173,34,3133),(2173,35,160),(2173,36,154),(2173,37,1),(2173,38,8),(2173,39,2),(2175,34,3133),(2175,35,160),(2175,36,154),(2175,37,1),(2175,38,8),(2175,39,2),(2175,9834,3),(2175,9848,3),(2175,11399,3),(2175,11689,1),(2178,34,37289),(2178,35,8333),(2178,39,67),(2180,34,18756),(2180,39,56),(2180,40,22),(2182,34,39889),(2182,35,29389),(2182,36,289),(2182,37,22),(2182,38,22),(2182,39,11),(2183,34,3413),(2183,35,2),(2183,36,224),(2183,37,11),(2183,39,4),(2185,34,3413),(2185,35,2),(2185,36,224),(2185,37,11),(2185,39,4),(2185,9834,3),(2185,9848,3),(2185,11399,3),(2185,11688,1),(2188,34,39244),(2188,35,3556),(2188,36,278),(2188,40,33),(2193,34,8516),(2193,36,627),(2193,37,9),(2193,38,2),(2193,39,8),(2193,40,4),(2195,34,8516),(2195,36,627),(2195,37,9),(2195,38,2),(2195,39,8),(2195,40,4),(2195,9834,6),(2195,9848,6),(2195,11399,6),(2195,11689,3),(2203,34,471),(2203,36,4),(2203,38,2),(2205,34,471),(2205,36,4),(2205,38,2),(2205,9834,1),(2205,9848,1),(2205,11399,1),(2205,11689,1),(2210,34,1876),(2210,39,12),(2210,40,4),(2212,34,820),(2212,38,2),(2233,2867,8),(2233,2871,8),(2233,2872,8),(2233,2876,8),(2252,34,100000),(2252,35,50000),(2258,34,236),(2258,35,3413),(2258,9842,14),(2258,11399,5),(2258,11534,1),(2258,11535,1),(2258,11536,1),(2258,11537,1),(2258,11541,5),(2259,34,236),(2259,35,3413),(2259,9842,9),(2259,11399,5),(2259,11534,6),(2259,11540,5),(2260,34,236),(2260,35,3413),(2260,9842,9),(2260,11399,5),(2260,11536,6),(2260,11538,5),(2261,34,236),(2261,35,3413),(2261,9842,9),(2261,11399,5),(2261,11535,6),(2261,11541,5),(2262,34,236),(2262,35,3413),(2262,9842,9),(2262,11399,5),(2262,11537,6),(2262,11539,5),(2281,34,8071),(2281,35,7488),(2281,36,219),(2281,37,2),(2281,9838,15),(2281,11399,11),(2281,11555,8),(2281,11556,8),(2281,11557,8),(2281,11558,8),(2289,34,8071),(2289,35,7488),(2289,36,219),(2289,37,2),(2291,34,8071),(2291,35,7488),(2291,36,219),(2291,37,2),(2293,34,8071),(2293,35,7488),(2293,36,219),(2293,37,2),(2295,34,8071),(2295,35,7488),(2295,36,219),(2295,37,2),(2297,34,8071),(2297,35,7488),(2297,36,219),(2297,37,2),(2297,9838,9),(2297,11399,8),(2297,11555,24),(2299,34,8071),(2299,35,7488),(2299,36,219),(2299,37,2),(2299,9838,9),(2299,11399,8),(2299,11558,24),(2301,34,8071),(2301,35,7488),(2301,36,219),(2301,37,2),(2301,9838,9),(2301,11399,8),(2301,11557,24),(2303,34,8071),(2303,35,7488),(2303,36,219),(2303,37,2),(2303,9838,9),(2303,11399,8),(2303,11556,24),(2331,34,1116),(2331,35,861),(2331,38,3),(2333,34,1111),(2333,9840,3),(2333,9842,5),(2333,11399,1),(2333,11539,5),(2341,34,13889),(2341,9840,8),(2341,9842,6),(2341,11399,1),(2341,11536,1),(2341,11538,5),(2355,34,470),(2355,35,6827),(2355,9848,3),(2355,11399,1),(2355,11538,1),(2363,34,676),(2363,36,318),(2363,37,2),(2363,39,6),(2363,40,2),(2364,34,676),(2364,36,318),(2364,37,2),(2364,39,6),(2364,40,2),(2364,3689,8),(2364,9842,3),(2364,11399,8),(2364,11539,8),(2368,34,10000),(2369,34,10000),(2371,34,10000),(2373,34,10000),(2374,34,10000),(2375,34,10000),(2376,34,10000),(2377,34,10000),(2404,34,471),(2404,35,716),(2404,9848,3),(2404,11399,3),(2404,11540,6),(2410,34,3258),(2410,35,2926),(2410,36,107),(2410,9848,6),(2410,11399,6),(2410,11540,3),(2420,34,122),(2420,35,1342),(2420,38,9),(2420,39,4),(2420,40,22),(2420,9848,24),(2420,11399,24),(2420,11540,24),(2436,34,5947),(2436,35,729),(2436,37,47),(2436,38,27),(2436,39,18),(2436,9834,6),(2436,9848,6),(2436,11399,6),(2436,11690,3),(2444,34,258),(2444,35,4964),(2444,38,2),(2444,40,8),(2446,34,258),(2446,35,4964),(2446,38,2),(2446,40,8),(2446,9834,6),(2446,9848,6),(2446,11399,6),(2446,11688,3),(2454,34,509),(2454,35,7),(2454,37,4),(2454,38,2),(2456,34,509),(2456,35,7),(2456,37,4),(2456,38,2),(2456,9834,1),(2456,9848,1),(2456,11399,1),(2456,11688,1),(2464,34,538),(2464,35,69),(2464,37,4),(2464,38,2),(2466,34,538),(2466,35,69),(2466,37,4),(2466,38,2),(2466,9834,1),(2466,9848,1),(2466,11399,1),(2466,11690,1),(2476,34,7120),(2476,35,896),(2476,37,73),(2476,38,9),(2476,39,8),(2478,34,7120),(2478,35,896),(2478,37,73),(2478,38,9),(2478,39,8),(2478,9834,6),(2478,9848,6),(2478,11399,6),(2478,11691,3),(2486,34,951),(2486,35,7),(2486,36,7),(2486,38,4),(2488,34,951),(2488,35,7),(2488,36,7),(2488,38,4),(2488,9834,1),(2488,9848,1),(2488,11399,1),(2488,11691,1),(2506,34,3924),(2506,35,356),(2506,36,28),(2506,40,6),(2508,34,3729),(2508,35,833),(2508,39,14),(2510,34,3989),(2510,35,2939),(2510,36,29),(2510,37,2),(2510,38,2),(2510,39,2),(2512,34,48),(2512,35,37),(2514,34,33),(2514,35,28),(2516,34,24),(2516,35,19),(2529,34,2106),(2529,35,2077),(2531,34,2106),(2531,35,2077),(2531,9838,6),(2531,11399,5),(2531,11555,8),(2537,34,2106),(2537,35,2077),(2539,34,2106),(2539,35,2077),(2539,9838,6),(2539,11399,5),(2539,11556,8),(2545,34,2106),(2545,35,2077),(2547,34,2106),(2547,35,2077),(2547,9838,6),(2547,11399,5),(2547,11558,8),(2553,34,2106),(2553,35,2077),(2553,9838,6),(2553,11399,5),(2553,11557,8),(2559,34,2884),(2559,35,919),(2559,40,2),(2559,9840,12),(2559,9842,9),(2559,11399,8),(2559,11536,9),(2559,11538,5),(2563,34,2884),(2563,35,919),(2563,40,2),(2563,9840,12),(2563,9842,9),(2563,11399,8),(2563,11535,9),(2563,11541,5),(2567,37,62),(2567,38,49),(2567,9840,12),(2567,9842,18),(2567,11399,9),(2567,11534,3),(2567,11535,3),(2567,11536,3),(2567,11537,3),(2567,11541,5),(2571,34,2884),(2571,35,919),(2571,40,2),(2571,9840,12),(2571,9842,9),(2571,11399,8),(2571,11534,9),(2571,11540,5),(2575,34,2884),(2575,35,919),(2575,40,2),(2575,9840,12),(2575,9842,9),(2575,11399,8),(2575,11537,9),(2575,11539,5),(2579,34,2386),(2579,35,143),(2579,36,249),(2580,34,2386),(2580,35,143),(2580,36,249),(2580,9840,5),(2580,9842,5),(2580,11399,1),(2580,11534,5),(2580,11540,1),(2583,34,2386),(2583,35,143),(2583,36,249),(2584,34,2386),(2584,35,143),(2584,36,249),(2584,9840,5),(2584,9842,5),(2584,11399,1),(2584,11536,5),(2584,11538,1),(2587,34,2386),(2587,35,143),(2587,36,249),(2588,34,2386),(2588,35,143),(2588,36,249),(2588,9840,5),(2588,9842,5),(2588,11399,1),(2588,11535,3),(2588,11541,1),(2589,38,1),(2589,39,1),(2589,40,1),(2591,34,1010),(2591,35,267),(2591,36,738),(2592,34,1010),(2592,35,267),(2592,36,738),(2592,9840,5),(2592,9842,5),(2592,11399,1),(2592,11534,1),(2592,11535,1),(2592,11536,1),(2592,11537,1),(2592,11539,1),(2603,37,10),(2603,38,1),(2605,37,10),(2605,38,1),(2605,3828,8),(2605,11399,1),(2613,9830,12),(2613,11399,1),(2613,11694,3),(2613,16680,12),(2621,9830,129),(2621,11399,15),(2621,11695,14),(2621,16680,59),(2629,9830,126),(2629,11399,8),(2629,11693,14),(2629,16680,18),(2637,9830,129),(2637,11399,15),(2637,11695,14),(2637,16680,59),(2647,9830,12),(2647,11399,1),(2647,11695,3),(2647,16680,12),(2655,9830,126),(2655,11399,8),(2655,11692,14),(2655,16680,18),(2679,9830,12),(2679,11399,1),(2679,11693,3),(2679,16680,12),(2801,9830,437),(2801,11399,30),(2801,11692,30),(2801,16680,132),(2811,9830,437),(2811,11399,30),(2811,11695,30),(2811,16680,132),(2817,9830,6),(2817,11399,1),(2817,11694,1),(2817,16672,45),(2817,16680,5),(2834,34,12809),(2834,35,10980),(2834,36,4062),(2834,37,8),(2836,34,582462),(2836,35,145789),(2836,36,37916),(2836,37,9189),(2836,38,2261),(2836,39,1134),(2836,40,288),(2838,40,8),(2838,25335,13),(2865,34,91067),(2865,35,23527),(2865,36,8613),(2865,37,2294),(2865,38,324),(2865,39,18),(2865,40,52),(2865,9848,14),(2865,11399,36),(2865,11691,35),(2873,34,231),(2873,35,220),(2873,9848,1),(2873,11399,1),(2873,11691,5),(2881,34,996),(2881,35,300),(2881,39,2),(2881,9848,1),(2881,11399,3),(2881,11691,6),(2889,34,1667),(2889,35,144),(2889,36,83),(2889,37,22),(2889,9848,1),(2889,11399,5),(2889,11691,8),(2897,34,4453),(2897,35,1287),(2897,36,1199),(2897,40,2),(2897,9848,5),(2897,11399,15),(2897,11691,15),(2905,34,1596),(2905,35,690),(2905,36,144),(2905,9848,1),(2905,11399,6),(2905,11691,9),(2913,34,4529),(2913,35,1643),(2913,36,2413),(2913,38,1),(2913,9848,5),(2913,11399,17),(2913,11691,17),(2921,34,9089),(2921,35,2786),(2921,36,2827),(2921,37,14),(2921,38,1),(2921,9848,5),(2921,11399,18),(2921,11691,18),(2929,34,68307),(2929,35,17839),(2929,36,7197),(2929,37,1951),(2929,38,234),(2929,39,12),(2929,40,26),(2929,9848,5),(2929,11399,35),(2929,11691,33),(2937,34,827),(2937,35,598),(2937,36,493),(2937,9848,5),(2937,11399,14),(2937,11691,14),(2945,34,13684),(2945,35,4117),(2945,36,3851),(2945,39,2),(2945,40,8),(2945,9848,14),(2945,11399,32),(2945,11691,30),(2947,34,16880),(2947,39,50),(2947,40,20),(2948,34,465277),(2948,35,223333),(2948,36,48822),(2948,37,18277),(2948,38,3066),(2948,39,604),(2948,40,1632),(2953,34,45551),(2953,35,12150),(2953,36,6060),(2953,37,1596),(2953,38,126),(2953,39,16),(2953,9848,14),(2953,11399,33),(2953,11691,32),(2961,34,113880),(2961,35,29214),(2961,36,9747),(2961,37,2650),(2961,38,411),(2961,39,42),(2961,40,74),(2961,9848,14),(2961,11399,38),(2961,11691,36),(2969,34,9133),(2969,35,2981),(2969,36,3599),(2969,37,2),(2969,38,18),(2969,9848,5),(2969,11399,20),(2969,11691,20),(2977,34,2729),(2977,35,148),(2977,36,171),(2977,39,4),(2977,9848,1),(2977,11399,8),(2977,11691,11),(2985,34,45551),(2985,35,12150),(2985,36,6060),(2985,37,1596),(2985,38,126),(2985,39,16),(2985,9848,14),(2985,11399,33),(2985,11689,32),(2993,34,1742),(2993,35,6),(2993,36,78),(2993,37,13),(2993,39,2),(2993,9848,1),(2993,11399,5),(2993,11689,8),(2998,34,3721567),(2998,35,1040048),(2998,36,307707),(2998,37,56348),(2998,38,27367),(2998,39,7640),(2998,40,3512),(3001,34,1102),(3001,35,113),(3001,36,4),(3001,38,2),(3001,39,2),(3001,9848,1),(3001,11399,3),(3001,11689,6),(3009,34,4529),(3009,35,1643),(3009,36,2413),(3009,38,1),(3009,9848,5),(3009,11399,17),(3009,11689,17),(3017,34,231),(3017,35,220),(3017,9848,5),(3017,11399,1),(3017,11689,5),(3025,34,9133),(3025,35,2981),(3025,36,3599),(3025,37,2),(3025,38,18),(3025,9848,5),(3025,11399,20),(3025,11689,20),(3033,34,2200),(3033,35,809),(3033,36,21),(3033,37,4),(3033,39,4),(3033,9848,1),(3033,11399,8),(3033,11689,11),(3041,34,1556),(3041,35,1158),(3041,36,3),(3041,37,7),(3041,9848,1),(3041,11399,6),(3041,11689,9),(3049,34,91067),(3049,35,23527),(3049,36,8613),(3049,37,2294),(3049,38,324),(3049,39,18),(3049,40,52),(3049,9848,14),(3049,11399,36),(3049,11689,35),(3057,34,68307),(3057,35,17839),(3057,36,7197),(3057,37,1951),(3057,38,234),(3057,39,12),(3057,40,26),(3057,9848,14),(3057,11399,35),(3057,11689,33),(3065,34,113880),(3065,35,29214),(3065,36,9747),(3065,37,2650),(3065,38,411),(3065,39,42),(3065,40,74),(3065,9848,14),(3065,11399,38),(3065,11689,36),(3074,34,2729),(3074,35,148),(3074,36,171),(3074,39,4),(3074,9848,1),(3074,11399,8),(3074,11690,11),(3077,38,2),(3077,39,2),(3077,40,2),(3078,38,2),(3078,39,2),(3078,40,2),(3079,38,2),(3079,39,2),(3079,40,2),(3080,38,1),(3080,39,1),(3080,40,1),(3081,38,1),(3081,39,1),(3081,40,1),(3082,34,9133),(3082,35,2981),(3082,36,3599),(3082,37,2),(3082,38,18),(3082,9848,5),(3082,11399,20),(3082,11690,20),(3084,38,1),(3084,39,1),(3084,40,1),(3085,38,2),(3085,39,2),(3085,40,2),(3086,38,2),(3086,39,2),(3086,40,2),(3087,38,2),(3087,39,2),(3087,40,2),(3088,38,2),(3088,39,2),(3088,40,2),(3089,38,2),(3089,39,2),(3089,40,2),(3090,34,113880),(3090,35,29214),(3090,36,9747),(3090,37,2650),(3090,38,411),(3090,39,42),(3090,40,74),(3090,9848,14),(3090,11399,38),(3090,11690,36),(3092,38,2),(3092,39,2),(3092,40,2),(3093,38,2),(3093,39,2),(3093,40,2),(3094,38,2),(3094,39,2),(3094,40,2),(3095,38,2),(3095,39,2),(3095,40,2),(3096,38,2),(3096,39,2),(3096,40,2),(3097,38,2),(3097,39,2),(3097,40,2),(3098,34,231),(3098,35,220),(3098,9848,1),(3098,11399,1),(3098,11690,5),(3100,38,2),(3100,39,2),(3100,40,2),(3101,38,2),(3101,39,2),(3101,40,2),(3102,38,2),(3102,39,2),(3102,40,2),(3103,38,2),(3103,39,2),(3103,40,2),(3104,38,2),(3104,39,2),(3104,40,2),(3105,38,2),(3105,39,2),(3105,40,2),(3106,34,827),(3106,35,598),(3106,36,493),(3106,9848,5),(3106,11399,15),(3106,11690,15),(3108,38,2),(3108,39,2),(3108,40,2),(3109,38,2),(3109,39,2),(3109,40,2),(3110,38,2),(3110,39,2),(3110,40,2),(3111,38,2),(3111,39,2),(3111,40,2),(3112,38,2),(3112,39,2),(3112,40,2),(3113,38,2),(3113,39,2),(3113,40,2),(3114,34,13683),(3114,35,4117),(3114,36,3851),(3114,39,2),(3114,40,8),(3114,9848,14),(3114,11399,33),(3114,11690,32),(3116,38,2),(3116,39,2),(3116,40,2),(3117,38,2),(3117,39,2),(3117,40,2),(3118,38,2),(3118,39,2),(3118,40,2),(3119,38,2),(3119,39,2),(3119,40,2),(3120,38,2),(3120,39,2),(3120,40,2),(3121,38,2),(3121,39,2),(3121,40,2),(3122,34,45551),(3122,35,12150),(3122,36,6060),(3122,37,1596),(3122,38,126),(3122,39,16),(3122,9848,14),(3122,11399,32),(3122,11688,30),(3124,38,2),(3124,39,2),(3124,40,2),(3125,38,1),(3125,39,1),(3125,40,1),(3126,38,1),(3126,39,1),(3126,40,1),(3127,38,1),(3127,39,1),(3127,40,1),(3128,38,2),(3128,39,2),(3128,40,2),(3129,38,2),(3129,39,2),(3129,40,2),(3130,34,4453),(3130,35,1287),(3130,36,1199),(3130,40,2),(3130,9848,5),(3130,11399,14),(3130,11688,14),(3132,38,2),(3132,39,2),(3132,40,2),(3133,38,2),(3133,39,2),(3133,40,2),(3134,38,2),(3134,39,2),(3134,40,2),(3135,38,2),(3135,39,2),(3135,40,2),(3136,38,2),(3136,39,2),(3136,40,2),(3137,38,2),(3137,39,2),(3137,40,2),(3138,34,4529),(3138,35,1643),(3138,36,2413),(3138,38,1),(3138,9848,5),(3138,11399,17),(3138,11688,17),(3140,38,2),(3140,39,2),(3140,40,2),(3141,38,2),(3141,39,2),(3141,40,2),(3142,38,2),(3142,39,2),(3142,40,2),(3143,38,2),(3143,39,2),(3143,40,2),(3144,38,2),(3144,39,2),(3144,40,2),(3145,38,2),(3145,39,2),(3145,40,2),(3146,34,9089),(3146,35,2786),(3146,36,2827),(3146,37,14),(3146,38,1),(3146,9848,5),(3146,11399,18),(3146,11688,18),(3148,38,2),(3148,39,2),(3148,40,2),(3149,38,1),(3149,39,1),(3149,40,1),(3150,38,1),(3150,39,1),(3150,40,1),(3151,38,1),(3151,39,1),(3151,40,1),(3152,38,2),(3152,39,2),(3152,40,2),(3153,38,2),(3153,39,2),(3153,40,2),(3154,34,68307),(3154,35,17839),(3154,36,7197),(3154,37,1951),(3154,38,234),(3154,39,12),(3154,40,26),(3154,9848,14),(3154,11399,33),(3154,11688,33),(3156,38,2),(3156,39,2),(3156,40,2),(3157,38,2),(3157,39,2),(3157,40,2),(3158,38,2),(3158,39,2),(3158,40,2),(3159,38,2),(3159,39,2),(3159,40,2),(3160,38,2),(3160,39,2),(3160,40,2),(3161,38,2),(3161,39,2),(3161,40,2),(3162,34,996),(3162,35,300),(3162,39,2),(3162,9848,1),(3162,11399,3),(3162,11688,6),(3164,38,2),(3164,39,2),(3164,40,2),(3165,38,2),(3165,39,2),(3165,40,2),(3166,38,2),(3166,39,2),(3166,40,2),(3167,38,2),(3167,39,2),(3167,40,2),(3168,38,2),(3168,39,2),(3168,40,2),(3169,38,2),(3169,39,2),(3169,40,2),(3170,34,1667),(3170,35,144),(3170,36,83),(3170,37,22),(3170,9848,1),(3170,11399,5),(3170,11688,8),(3172,38,2),(3172,39,2),(3172,40,2),(3173,38,2),(3173,39,2),(3173,40,2),(3174,38,2),(3174,39,2),(3174,40,2),(3175,38,2),(3175,39,2),(3175,40,2),(3176,38,2),(3176,39,2),(3176,40,2),(3177,38,2),(3177,39,2),(3177,40,2),(3178,34,1596),(3178,35,690),(3178,36,144),(3178,9848,1),(3178,11399,6),(3178,11688,9),(3180,38,2),(3180,39,2),(3180,40,2),(3181,38,2),(3181,39,2),(3181,40,2),(3182,38,2),(3182,39,2),(3182,40,2),(3183,38,2),(3183,39,2),(3183,40,2),(3185,38,2),(3185,39,2),(3185,40,2),(3186,34,91067),(3186,35,23527),(3186,36,8613),(3186,37,2294),(3186,38,324),(3186,39,18),(3186,40,52),(3186,9848,14),(3186,11399,15),(3186,11688,35),(3188,38,2),(3188,39,2),(3188,40,2),(3189,38,2),(3189,39,2),(3189,40,2),(3190,38,1),(3190,39,1),(3190,40,1),(3191,38,1),(3191,39,1),(3191,40,1),(3192,38,1),(3192,39,1),(3192,40,1),(3193,38,2),(3193,39,2),(3193,40,2),(3194,38,2),(3194,39,2),(3194,40,2),(3195,38,2),(3195,39,2),(3195,40,2),(3196,38,2),(3196,39,2),(3196,40,2),(3197,38,2),(3197,39,2),(3197,40,2),(3198,38,2),(3198,39,2),(3198,40,2),(3199,38,2),(3199,39,2),(3199,40,2),(3200,38,2),(3200,39,2),(3200,40,2),(3201,38,2),(3201,39,2),(3201,40,2),(3202,38,2),(3202,39,2),(3202,40,2),(3203,38,2),(3203,39,2),(3203,40,2),(3204,38,8),(3204,39,8),(3204,40,8),(3205,38,2),(3205,39,2),(3205,40,2),(3206,38,2),(3206,39,2),(3206,40,2),(3207,38,2),(3207,39,2),(3207,40,2),(3208,38,2),(3208,39,2),(3208,40,2),(3209,38,8),(3209,39,8),(3209,40,8),(3210,38,2),(3210,39,2),(3210,40,2),(3211,38,2),(3211,39,2),(3211,40,2),(3212,38,2),(3212,39,2),(3212,40,2),(3213,38,2),(3213,39,2),(3213,40,2),(3214,38,8),(3214,39,8),(3214,40,8),(3215,38,2),(3215,39,2),(3215,40,2),(3216,38,2),(3216,39,2),(3216,40,2),(3217,38,2),(3217,39,2),(3217,40,2),(3218,34,77),(3218,37,34),(3218,38,23),(3218,39,7),(3218,40,7),(3220,38,2),(3220,39,2),(3220,40,2),(3221,38,2),(3221,39,2),(3221,40,2),(3222,38,2),(3222,39,2),(3222,40,2),(3223,38,2),(3223,39,2),(3223,40,2),(3224,38,2),(3224,39,2),(3224,40,2),(3225,38,2),(3225,39,2),(3225,40,2),(3226,38,2),(3226,39,2),(3226,40,2),(3227,38,2),(3227,39,2),(3227,40,2),(3228,38,2),(3228,39,2),(3228,40,2),(3229,38,2),(3229,39,2),(3229,40,2),(3230,38,2),(3230,39,2),(3230,40,2),(3231,38,2),(3231,39,2),(3231,40,2),(3232,38,2),(3232,39,2),(3232,40,2),(3233,38,2),(3233,39,2),(3233,40,2),(3234,38,2),(3234,39,2),(3234,40,2),(3235,38,2),(3235,39,2),(3235,40,2),(3236,38,2),(3236,39,2),(3236,40,2),(3237,38,2),(3237,39,2),(3237,40,2),(3238,38,2),(3238,39,2),(3238,40,2),(3239,38,2),(3239,39,2),(3239,40,2),(3240,38,2),(3240,39,2),(3240,40,2),(3241,38,2),(3241,39,2),(3241,40,2),(3242,34,502),(3242,35,297),(3242,36,334),(3242,37,197),(3242,39,4),(3244,34,502),(3244,35,297),(3244,36,334),(3244,37,197),(3244,39,4),(3244,9840,15),(3244,9842,8),(3244,11399,8),(3244,11534,6),(3244,11540,5),(3246,38,2),(3246,39,2),(3246,40,2),(3247,38,2),(3247,39,2),(3247,40,2),(3248,38,2),(3248,39,2),(3248,40,2),(3249,38,2),(3249,39,2),(3249,40,2),(3250,38,2),(3250,39,2),(3250,40,2),(3251,38,2),(3251,39,2),(3251,40,2),(3252,38,2),(3252,39,2),(3252,40,2),(3253,38,2),(3253,39,2),(3253,40,2),(3254,38,2),(3254,39,2),(3254,40,2),(3255,38,2),(3255,39,2),(3255,40,2),(3256,38,2),(3256,39,2),(3256,40,2),(3257,38,2),(3257,39,2),(3257,40,2),(3258,38,2),(3258,39,2),(3258,40,2),(3262,38,2),(3262,39,2),(3262,40,2),(3263,38,2),(3263,39,2),(3263,40,2),(3264,38,2),(3264,39,2),(3264,40,2),(3265,38,2),(3265,39,2),(3265,40,2),(3266,38,2),(3266,39,2),(3266,40,2),(3267,38,2),(3267,39,2),(3267,40,2),(3268,38,1),(3268,39,1),(3268,40,1),(3269,38,1),(3269,39,1),(3269,40,1),(3270,38,1),(3270,39,1),(3270,40,1),(3271,38,2),(3271,39,2),(3271,40,2),(3272,38,2),(3272,39,2),(3272,40,2),(3273,38,2),(3273,39,2),(3273,40,2),(3274,38,2),(3274,39,2),(3274,40,2),(3275,38,2),(3275,39,2),(3275,40,2),(3276,38,2),(3276,39,2),(3276,40,2),(3277,38,2),(3277,39,2),(3277,40,2),(3278,38,2),(3278,39,2),(3278,40,2),(3279,38,2),(3279,39,2),(3279,40,2),(3280,38,2),(3280,39,2),(3280,40,2),(3281,38,2),(3281,39,2),(3281,40,2),(3282,38,2),(3282,39,2),(3282,40,2),(3283,38,2),(3283,39,2),(3283,40,2),(3284,38,2),(3284,39,2),(3284,40,2),(3285,34,9),(3285,35,598),(3285,36,493),(3285,9848,5),(3285,11399,14),(3285,11689,14),(3287,38,2),(3287,39,2),(3287,40,2),(3288,38,2),(3288,39,2),(3288,40,2),(3289,38,2),(3289,39,2),(3289,40,2),(3290,38,2),(3290,39,2),(3290,40,2),(3291,38,2),(3291,39,2),(3291,40,2),(3292,38,2),(3292,39,2),(3292,40,2),(3293,34,1111),(3293,35,444),(3296,34,2222),(3296,35,1111),(3297,34,222),(3297,35,222),(3299,38,2),(3299,39,2),(3299,40,2),(3414,38,2),(3414,39,2),(3414,40,2),(3415,38,2),(3415,39,2),(3415,40,2),(3465,34,4444),(3465,39,36),(3466,34,2222),(3466,39,18),(3467,34,944),(3467,39,4),(3469,34,1187),(3469,35,58),(3469,36,26),(3469,37,2),(3469,38,2),(3469,39,1),(3470,38,2),(3470,39,2),(3470,40,2),(3471,38,2),(3471,39,2),(3471,40,2),(3472,34,9148),(3472,35,2908),(3472,36,2260),(3472,37,102),(3472,38,56),(3472,39,18),(3472,9838,8),(3472,11399,8),(3472,11539,8),(3472,11554,24),(3474,38,2),(3474,39,2),(3474,40,2),(3475,38,2),(3475,39,2),(3475,40,2),(3476,38,2),(3476,39,2),(3476,40,2),(3477,38,2),(3477,39,2),(3477,40,2),(3478,38,2),(3478,39,2),(3478,40,2),(3479,38,2),(3479,39,2),(3479,40,2),(3480,34,156),(3480,35,299),(3480,36,7),(3480,37,15),(3480,11399,1),(3481,38,2),(3481,39,2),(3481,40,2),(3482,38,2),(3482,39,2),(3482,40,2),(3488,34,684),(3488,35,427),(3488,36,153),(3488,37,2),(3488,38,2),(3488,9838,3),(3488,11399,3),(3488,11539,3),(3488,11554,3),(3496,34,1338),(3496,35,1058),(3496,36,493),(3496,37,2),(3496,38,1),(3496,9838,5),(3496,11399,5),(3496,11539,5),(3496,11554,6),(3504,34,4574),(3504,35,1734),(3504,36,1307),(3504,39,4),(3504,9838,6),(3504,11399,6),(3504,11539,6),(3504,11554,12),(3512,34,4453),(3512,35,1287),(3512,36,1199),(3512,40,2),(3512,9848,5),(3512,11399,15),(3512,11689,15),(3514,21009,56),(3514,21013,222),(3514,21017,56),(3514,21019,111),(3514,21021,56),(3514,21023,222),(3514,21025,222),(3514,21029,389),(3514,21035,222),(3514,21037,111),(3514,24558,222),(3514,24560,222),(3516,34,23909),(3516,35,6578),(3516,36,3504),(3516,37,468),(3516,38,112),(3516,39,48),(3516,40,4),(3516,3828,28),(3516,11399,33),(3516,11532,17),(3516,11537,22),(3516,11539,100),(3516,11543,667),(3516,11549,6),(3516,11554,67),(3516,11557,22),(3518,34,44904),(3518,35,21081),(3518,36,7764),(3518,37,3674),(3518,39,552),(3518,40,92),(3518,3828,139),(3518,11399,111),(3518,11532,56),(3518,11537,122),(3518,11539,1000),(3518,11543,4167),(3518,11549,33),(3518,11554,444),(3518,11557,333),(3520,34,9089),(3520,35,2786),(3520,36,2827),(3520,37,14),(3520,38,1),(3520,9848,5),(3520,11399,17),(3520,11689,18),(3528,34,2271),(3528,35,1063),(3528,36,906),(3528,37,1),(3528,38,4),(3530,34,2271),(3530,35,1063),(3530,36,906),(3530,37,1),(3530,38,4),(3530,9848,6),(3530,11399,5),(3530,11539,3),(3534,34,3427873),(3534,35,828117),(3534,36,314957),(3534,37,52033),(3534,38,15823),(3534,39,4534),(3534,40,2266),(3534,2867,11),(3534,2868,6),(3534,2869,22),(3534,9848,1284),(3534,11399,4589),(3534,11539,2545),(3536,34,1774278),(3536,35,416691),(3536,36,162467),(3536,37,26658),(3536,38,8028),(3536,39,2556),(3536,40,1140),(3536,2867,11),(3536,2868,6),(3536,2869,22),(3536,9848,557),(3536,11399,352),(3536,11539,345),(3538,34,4662),(3538,35,1857),(3538,36,1027),(3538,37,44),(3538,38,51),(3540,34,4662),(3540,35,1857),(3540,36,1027),(3540,37,44),(3540,38,51),(3540,9848,12),(3540,11399,8),(3540,11539,6),(3542,34,3826117),(3542,35,828100),(3542,36,342157),(3542,37,56183),(3542,38,16433),(3542,39,5466),(3542,40,2500),(3542,2867,11),(3542,2875,22),(3542,2876,6),(3542,9838,489),(3542,11399,453),(3542,11556,592),(3544,34,1584252),(3544,35,255562),(3544,36,131202),(3544,37,32193),(3544,38,8680),(3544,39,2172),(3544,40,1758),(3544,2867,11),(3544,2875,22),(3544,2876,6),(3544,9840,820),(3544,11399,535),(3544,11557,1368),(3546,34,6561767),(3546,35,541157),(3546,36,184617),(3546,37,26283),(3546,38,7483),(3546,39,2146),(3546,40,1846),(3546,2868,6),(3546,2872,11),(3546,2875,22),(3546,9848,1254),(3546,11399,1003),(3546,11688,2607),(3549,34,5),(3550,34,3207807),(3550,35,833323),(3550,36,330823),(3550,37,49357),(3550,38,13933),(3550,39,4866),(3550,40,2214),(3550,2868,6),(3550,2872,11),(3550,2875,22),(3550,9848,688),(3550,11399,2266),(3550,11690,2013),(3552,34,627),(3552,35,209),(3552,36,47),(3552,37,9),(3554,34,467),(3554,35,326),(3554,36,14),(3554,37,2),(3554,39,6),(3556,34,554),(3556,35,236),(3556,36,47),(3558,34,680),(3558,35,280),(3558,36,52),(3558,11399,1),(3559,34,2452300),(3559,35,808817),(3559,36,296600),(3559,37,48300),(3559,38,13807),(3559,39,4946),(3559,40,2100),(3559,2868,6),(3559,2869,22),(3559,2872,11),(3559,9848,960),(3559,11399,2009),(3559,11689,2340),(3561,34,3548557),(3561,35,833383),(3561,36,324933),(3561,37,53317),(3561,38,16057),(3561,39,5114),(3561,40,2280),(3561,2868,6),(3561,2869,22),(3561,2872,11),(3561,9848,975),(3561,11399,2624),(3561,11689,2041),(3563,34,3207807),(3563,35,833323),(3563,36,330823),(3563,37,49357),(3563,38,13933),(3563,39,4866),(3563,40,2214),(3563,2869,22),(3563,2871,11),(3563,2876,6),(3563,9848,735),(3563,11399,586),(3563,11540,537),(3565,34,3207807),(3565,35,833323),(3565,36,330823),(3565,37,49357),(3565,38,13933),(3565,39,4866),(3565,40,2214),(3565,2869,22),(3565,2871,11),(3565,2876,6),(3565,9848,768),(3565,11399,678),(3565,11540,483),(3566,34,277),(3566,38,6),(3566,40,2),(3568,34,277),(3568,38,6),(3568,40,2),(3568,9838,6),(3568,11399,3),(3568,11539,3),(3568,11554,3),(3571,34,2911557),(3571,35,703323),(3571,36,282967),(3571,37,38283),(3571,38,11473),(3571,39,4034),(3571,40,1580),(3571,2871,11),(3571,2875,22),(3571,2876,6),(3571,9848,800),(3571,11399,2678),(3571,11691,2575),(3573,34,2603723),(3573,35,624357),(3573,36,249990),(3573,37,33740),(3573,38,9433),(3573,39,3646),(3573,40,1280),(3573,2871,11),(3573,2875,22),(3573,2876,6),(3573,9848,369),(3573,11399,3139),(3573,11691,2486),(3575,34,2201418),(3575,35,434123),(3575,36,110079),(3575,37,45664),(3575,38,7656),(3575,39,2268),(3575,40,1528),(3575,2867,11),(3575,2868,6),(3575,2869,22),(3575,9838,38),(3575,11539,18),(3575,11554,60),(3576,34,1677),(3576,35,561),(3576,36,488),(3576,37,404),(3576,38,6),(3578,34,1677),(3578,35,561),(3578,36,488),(3578,37,404),(3578,38,6),(3578,9838,24),(3578,11399,6),(3578,11539,6),(3578,11554,12),(3581,3585,1),(3585,3583,1),(3585,3584,1),(3585,22175,1),(3586,34,896),(3586,35,3),(3586,36,112),(3586,37,1),(3588,34,896),(3588,35,3),(3588,36,112),(3588,37,1),(3588,9840,3),(3588,11399,1),(3588,11557,3),(3596,34,1506),(3596,35,924),(3596,36,108),(3598,34,1506),(3598,35,924),(3598,36,108),(3598,9840,6),(3598,11399,3),(3598,11557,6),(3606,34,4318),(3606,35,3256),(3606,36,1),(3608,34,4318),(3608,35,3256),(3608,36,1),(3608,9840,12),(3608,11399,5),(3608,11557,12),(3616,34,1584252),(3616,35,255562),(3616,36,131202),(3616,37,32193),(3616,38,8680),(3616,39,2172),(3616,40,1758),(3618,34,1584252),(3618,35,255562),(3618,36,131202),(3618,37,32193),(3618,38,8680),(3618,39,2172),(3618,40,1758),(3618,9840,820),(3618,11399,535),(3618,11557,1368),(3653,34,511),(3653,35,6993),(3653,39,8),(3653,40,18),(3655,34,511),(3655,35,6993),(3655,39,8),(3655,40,18),(3655,9848,6),(3655,11399,5),(3655,11538,3),(3663,34,518),(3663,35,7007),(3663,38,2),(3663,39,24),(3663,40,64),(3665,34,518),(3665,35,7007),(3665,38,2),(3665,39,24),(3665,40,64),(3665,9848,12),(3665,11399,8),(3665,11538,6),(3733,34,11),(3733,36,2),(3733,37,11),(3735,34,11),(3735,36,2),(3735,37,11),(3737,34,11),(3737,36,2),(3737,37,11),(3756,34,1),(3764,21009,111),(3764,21013,556),(3764,21017,222),(3764,21019,444),(3764,21021,111),(3764,21023,556),(3764,21025,556),(3764,21035,556),(3764,21037,333),(3764,21041,556),(3764,24545,556),(3764,24547,556),(3764,24556,556),(3764,24558,556),(3764,24560,556),(3766,34,14444),(3766,35,5111),(3766,36,2778),(3766,37,278),(3766,38,83),(3766,39,22),(3766,40,8),(3793,34,840),(3793,35,183),(3793,36,470),(3793,37,4),(3793,40,4),(3829,34,1890),(3829,35,456),(3829,36,179),(3829,37,6),(3831,34,1890),(3831,35,456),(3831,36,179),(3831,37,6),(3831,3685,6),(3831,11399,5),(3831,11558,6),(3839,34,3383),(3839,35,2769),(3839,36,181),(3841,34,3383),(3841,35,2769),(3841,36,181),(3841,3685,12),(3841,11399,6),(3841,11558,12),(3849,34,204),(3849,35,163),(3849,36,9),(3851,34,245),(3851,35,186),(3851,36,12),(3851,38,4),(3851,11399,1),(3887,34,2398),(3887,35,466),(3887,36,179),(3887,37,1),(3887,38,4),(3888,34,2398),(3888,35,466),(3888,36,179),(3888,37,1),(3888,38,4),(3888,9842,24),(3888,11399,1),(3888,11541,5),(3888,11553,3),(3897,34,2800),(3897,35,704),(3897,36,146),(3897,39,2),(3899,34,3200),(3899,35,1800),(3899,36,50),(3899,38,2),(3899,39,2),(3899,11399,1),(3901,34,3214),(3901,35,901),(3901,36,5),(3901,38,1),(3901,40,1),(3903,34,3200),(3903,35,1800),(3903,36,50),(3903,38,2),(3903,39,2),(3903,11399,1),(3907,34,3296),(3907,35,1213),(3907,38,1),(3907,40,1),(3909,34,3200),(3909,35,1800),(3909,36,50),(3909,38,2),(3909,39,2),(3909,11399,1),(3913,34,50),(3913,35,529),(3913,36,724),(3915,34,3200),(3915,35,1800),(3915,36,50),(3915,38,2),(3915,39,2),(3915,11399,1),(3922,2351,6),(3922,2360,1),(3922,9846,1),(3923,3925,110),(3923,3926,33),(3937,34,18831),(3937,35,15610),(3937,36,4),(3937,38,3),(3937,39,2),(3939,34,18831),(3939,35,15610),(3939,36,4),(3939,38,3),(3939,39,2),(3939,11399,6),(3939,11692,12),(3941,34,19022),(3941,35,13484),(3941,38,27),(3941,39,8),(3941,40,2),(3943,34,19022),(3943,35,13484),(3943,38,27),(3943,39,8),(3943,40,2),(3943,11399,6),(3943,11693,12),(3947,34,22160),(3947,36,2402),(3947,38,61),(3947,40,8),(3949,34,22160),(3949,36,2402),(3949,38,61),(3949,40,8),(3949,11399,6),(3949,11695,12),(3953,34,22764),(3953,35,18344),(3953,36,28),(3953,39,6),(3955,34,22764),(3955,35,18344),(3955,36,28),(3955,39,6),(3955,11399,6),(3955,11694,12),(3962,2868,6),(3962,2869,11),(3962,2870,11),(3962,2875,16),(3962,21037,1),(3964,2867,52),(3964,2868,42),(3964,2869,45),(3964,2870,29),(3964,2871,29),(3964,2872,45),(3964,2875,19),(3964,2876,8),(3964,21037,13),(3977,34,37951),(3977,35,30339),(3977,36,16),(3977,38,1),(3977,39,14),(3979,34,37951),(3979,35,30339),(3979,36,16),(3979,38,1),(3979,39,14),(3979,11399,12),(3979,11692,24),(3981,34,3600),(3981,35,30887),(3981,38,42),(3981,39,16),(3981,40,16),(3983,34,3600),(3983,35,30887),(3983,38,42),(3983,39,16),(3983,40,16),(3983,11399,12),(3983,11693,24),(3986,34,6219),(3986,35,4689),(3986,36,3),(3986,9848,26),(3986,11399,9),(3986,11538,26),(3987,34,40924),(3987,35,14320),(3987,36,2112),(3987,38,58),(3987,39,2),(3987,40,20),(3989,34,40924),(3989,35,14320),(3989,36,2112),(3989,38,58),(3989,39,2),(3989,40,20),(3989,11399,12),(3989,11695,24),(3993,34,46329),(3993,35,36498),(3993,38,3),(3993,39,4),(3993,40,2),(3995,34,46329),(3995,35,36498),(3995,38,3),(3995,39,4),(3995,40,2),(3995,11399,12),(3995,11694,24),(4005,34,1),(4013,34,2386),(4013,35,143),(4013,36,249),(4014,34,2386),(4014,35,143),(4014,36,249),(4014,9840,5),(4014,9842,5),(4014,11399,3),(4014,11537,5),(4014,11539,1),(4025,34,238),(4025,35,226),(4025,36,94),(4025,37,4),(4027,34,238),(4027,35,226),(4027,36,94),(4027,37,4),(4029,34,238),(4029,35,226),(4029,36,94),(4029,37,4),(4031,34,238),(4031,35,226),(4031,36,94),(4031,37,4),(4051,44,4),(4051,3683,22),(4051,3689,4),(4051,9832,9),(4051,9848,1),(4051,16272,170),(4051,16273,350),(4051,16275,20),(4051,17888,450),(4147,34,13684),(4147,35,4117),(4147,36,3851),(4147,39,2),(4147,40,8),(4147,9848,14),(4147,11399,32),(4147,11689,30),(4246,44,4),(4246,3683,22),(4246,3689,4),(4246,9832,9),(4246,9848,1),(4246,16272,170),(4246,16273,350),(4246,16275,20),(4246,17889,450),(4247,44,4),(4247,3683,22),(4247,3689,4),(4247,9832,9),(4247,9848,1),(4247,16272,170),(4247,16273,350),(4247,16274,450),(4247,16275,20),(4248,34,66156),(4248,35,36064),(4248,36,17147),(4248,37,9360),(4248,38,2824),(4248,39,204),(4248,40,40),(4248,9840,30),(4248,11399,6),(4248,11536,30),(4250,34,27778),(4250,35,12222),(4250,36,10000),(4250,37,2778),(4250,38,389),(4250,39,164),(4250,40,88),(4250,9840,12),(4250,11399,1),(4250,11689,12),(4252,34,149936),(4252,35,82482),(4252,36,13778),(4252,37,9944),(4252,38,6056),(4252,39,11800),(4252,40,3018),(4252,9840,113),(4252,11399,41),(4252,11689,113),(4254,34,9151),(4254,35,2737),(4254,36,988),(4254,37,150),(4254,38,148),(4254,9838,6),(4254,11399,1),(4254,11539,6),(4256,34,27378),(4256,35,9974),(4256,36,2988),(4256,37,1156),(4256,38,569),(4256,39,414),(4256,40,234),(4256,9848,8),(4256,11399,1),(4256,11540,8),(4258,34,471),(4258,35,716),(4258,9834,6),(4258,11399,1),(4258,11540,6),(4260,34,471),(4260,35,716),(4260,9834,6),(4260,11399,1),(4260,11540,6),(4262,34,949),(4262,37,111),(4262,38,56),(4262,40,22),(4262,2346,3),(4262,9840,12),(4262,11399,5),(4262,11539,12),(4262,16681,33),(4262,16682,17),(4264,34,949),(4264,37,111),(4264,38,56),(4264,40,22),(4264,2346,3),(4264,9840,12),(4264,11399,5),(4264,11539,12),(4264,16681,33),(4264,16682,17),(4266,34,949),(4266,37,111),(4266,38,56),(4266,40,22),(4266,2346,3),(4266,9840,12),(4266,11399,5),(4266,11539,12),(4266,16681,33),(4266,16682,17),(4268,34,949),(4268,37,111),(4268,38,56),(4268,40,22),(4268,2346,3),(4268,9840,12),(4268,11399,5),(4268,11541,12),(4268,16681,33),(4268,16682,17),(4270,34,949),(4270,37,111),(4270,38,56),(4270,40,22),(4270,2346,3),(4270,9840,12),(4270,11399,5),(4270,11541,12),(4270,16681,33),(4270,16682,17),(4272,34,949),(4272,37,111),(4272,40,22),(4272,2346,3),(4272,9840,12),(4272,11399,5),(4272,11541,12),(4272,16681,33),(4272,16682,17),(4274,34,949),(4274,37,111),(4274,38,56),(4274,40,22),(4274,2346,3),(4274,9840,12),(4274,11399,5),(4274,11541,12),(4274,16681,33),(4274,16682,17),(4276,34,949),(4276,37,111),(4276,38,56),(4276,40,22),(4276,2346,3),(4276,9840,12),(4276,11399,5),(4276,11541,12),(4276,16681,33),(4276,16682,17),(4278,34,949),(4278,37,111),(4278,38,56),(4278,40,22),(4278,2346,3),(4278,9840,12),(4278,11399,5),(4278,11541,12),(4278,16681,33),(4278,16682,17),(4280,34,949),(4280,37,111),(4280,38,56),(4280,40,22),(4280,2346,3),(4280,9840,12),(4280,11399,5),(4280,11540,12),(4280,16681,33),(4280,16682,17),(4282,34,949),(4282,37,111),(4282,38,56),(4282,40,22),(4282,2346,3),(4282,9840,12),(4282,11399,5),(4282,11540,12),(4282,16681,33),(4282,16682,17),(4284,34,949),(4284,37,111),(4284,38,56),(4284,40,22),(4284,2346,3),(4284,9840,12),(4284,11399,5),(4284,11540,12),(4284,16681,33),(4284,16682,17),(4286,34,949),(4286,37,111),(4286,40,22),(4286,2346,3),(4286,9840,12),(4286,11399,5),(4286,11538,12),(4286,16681,33),(4286,16682,17),(4288,34,949),(4288,37,111),(4288,38,56),(4288,40,22),(4288,2346,3),(4288,9840,12),(4288,11399,5),(4288,11538,12),(4288,16681,33),(4288,16682,17),(4290,34,949),(4290,37,111),(4290,38,56),(4290,40,22),(4290,2346,3),(4290,9840,12),(4290,11399,5),(4290,11538,12),(4290,16681,33),(4290,16682,17),(4292,34,3427873),(4292,35,828117),(4292,36,314957),(4292,37,52033),(4292,38,15823),(4292,39,4534),(4292,40,2266),(4292,9842,165),(4292,11399,186),(4292,11540,165),(4294,34,3427873),(4294,35,828117),(4294,36,314957),(4294,37,52033),(4294,38,15823),(4294,39,4534),(4294,40,2266),(4294,9842,165),(4294,11399,191),(4294,11540,165),(4296,34,5182),(4296,35,3907),(4296,36,2),(4296,9848,12),(4296,11399,5),(4296,11538,12),(4299,34,4318),(4299,35,3256),(4299,36,1),(4299,9848,6),(4299,11399,1),(4299,11538,6),(4302,34,5823060),(4302,35,1245336),(4302,36,312647),(4302,37,50749),(4302,39,9846),(4302,40,3900),(4306,34,4073853),(4306,35,1020117),(4306,36,281076),(4306,37,29112),(4306,38,20607),(4306,39,12012),(4306,40,2798),(4308,34,4808627),(4308,35,1070630),(4308,36,359110),(4308,38,22472),(4308,39,8412),(4308,40,4120),(4310,34,4383367),(4310,35,1093506),(4310,36,264179),(4310,37,78249),(4310,39,9494),(4310,40,3694),(4312,44,4),(4312,3683,22),(4312,3689,4),(4312,9832,9),(4312,9848,1),(4312,16272,170),(4312,16273,350),(4312,16275,20),(4312,17887,450),(4318,2867,8),(4318,2871,8),(4318,2872,8),(4318,2876,8),(4345,34,75),(4345,35,200),(4345,36,500),(4345,37,250),(4345,38,10),(4345,40,1),(4346,34,75),(4346,35,200),(4346,36,500),(4346,37,250),(4346,38,10),(4346,40,1),(4347,34,75),(4347,35,200),(4347,36,500),(4347,37,250),(4347,38,10),(4347,40,1),(4348,34,75),(4348,35,200),(4348,36,500),(4348,37,250),(4348,38,10),(4348,40,1),(4349,34,75),(4349,35,200),(4349,36,500),(4349,37,250),(4349,38,10),(4349,40,1),(4360,34,280),(4360,35,3152),(4360,37,30),(4360,11399,3),(4363,34,45636),(4363,35,11911),(4363,36,4932),(4363,37,709),(4363,38,221),(4363,39,54),(4363,40,16),(4369,25597,3),(4369,25599,2),(4369,25600,2),(4371,34,4452),(4371,35,3045),(4371,36,245),(4371,37,30),(4371,11399,5),(4371,11539,4),(4372,34,4108),(4372,35,4177),(4372,36,1),(4372,11399,3),(4380,34,7300),(4380,35,7156),(4380,36,620),(4380,37,3),(4380,40,5),(4380,11399,7),(4383,34,91534),(4383,35,22826),(4383,36,5734),(4383,37,1440),(4383,38,360),(4383,39,174),(4383,40,32),(4386,34,213740),(4386,35,65343),(4386,36,34877),(4386,37,10130),(4386,38,2200),(4386,39,1984),(4386,40,488),(4386,3687,18),(4388,34,45636),(4388,35,11911),(4388,36,4932),(4388,37,709),(4388,38,221),(4388,39,54),(4388,40,16),(4390,34,3),(4391,36,1327),(4391,37,481),(4391,38,113),(4393,34,1230),(4393,35,234),(4393,36,380),(4393,37,4),(4393,39,12),(4393,40,4),(4395,25597,18),(4395,25599,22),(4395,25604,9),(4397,25597,89),(4397,25599,111),(4397,25604,44),(4399,25616,5),(4399,25617,6),(4399,25623,3),(4401,25616,24),(4401,25617,30),(4401,25623,12),(4403,34,25649),(4403,35,20583),(4403,38,3),(4403,39,4),(4405,34,1230),(4405,35,234),(4405,36,380),(4405,37,4),(4405,39,12),(4405,40,4),(4405,9840,5),(4405,9842,5),(4405,11399,8),(4405,11541,9),(4407,35,4),(4407,37,3),(4407,38,3),(4407,39,2),(4407,40,2),(4409,34,636),(4409,35,62),(4409,36,358),(4409,37,11),(4409,38,6),(4409,39,6),(4409,40,8),(4421,34,38),(4421,35,14),(4421,37,1),(4421,38,1),(4423,34,38),(4423,35,14),(4423,37,1),(4423,38,1),(4425,34,38),(4425,35,14),(4425,37,1),(4425,38,1),(4427,34,38),(4427,35,14),(4427,37,1),(4427,38,1),(4431,35,114),(4431,37,1),(4433,35,114),(4433,37,1),(4435,35,114),(4435,37,1),(4437,35,114),(4437,37,1),(4471,34,234),(4471,35,17),(4471,36,89),(4471,37,43),(4473,34,234),(4473,35,17),(4473,36,89),(4473,37,43),(4475,34,234),(4475,35,17),(4475,36,89),(4475,37,43),(4477,34,234),(4477,35,17),(4477,36,89),(4477,37,43),(4529,34,386),(4529,35,129),(4529,40,1),(4531,34,386),(4531,35,129),(4531,40,1),(4533,34,386),(4533,35,129),(4533,40,1),(4535,34,386),(4535,35,129),(4535,40,1),(4569,34,1022),(4569,35,478),(4569,36,407),(4569,38,2),(4571,34,1022),(4571,35,478),(4571,36,407),(4571,38,2),(4573,34,1022),(4573,35,478),(4573,36,407),(4573,38,2),(4575,34,1022),(4575,35,478),(4575,36,407),(4575,38,2),(4579,34,4144),(4579,35,1348),(4579,36,594),(4579,37,47),(4579,38,11),(4609,34,2098),(4609,35,835),(4609,36,462),(4609,37,20),(4609,38,23),(4611,34,2098),(4611,35,835),(4611,36,462),(4611,37,20),(4611,38,23),(4613,34,2098),(4613,35,835),(4613,36,462),(4613,37,20),(4613,38,23),(4615,34,2098),(4615,35,835),(4615,36,462),(4615,37,20),(4615,38,23),(4621,34,6206),(4621,35,1888),(4621,36,837),(4621,37,79),(4621,38,19),(4621,39,2),(4621,40,2),(4745,34,56),(4745,35,140),(4745,36,2),(4745,37,5),(4747,34,56),(4747,35,140),(4747,36,2),(4747,37,5),(4749,34,56),(4749,35,140),(4749,36,2),(4749,37,5),(4751,34,56),(4751,35,140),(4751,36,2),(4751,37,5),(4785,34,308),(4785,35,192),(4785,36,69),(4785,37,1),(4785,38,1),(4787,34,308),(4787,35,192),(4787,36,69),(4787,37,1),(4787,38,1),(4789,34,308),(4789,35,192),(4789,36,69),(4789,37,1),(4789,38,1),(4791,34,308),(4791,35,192),(4791,36,69),(4791,37,1),(4791,38,1),(4829,34,84),(4829,35,322),(4829,36,32),(4829,37,9),(4831,34,84),(4831,35,322),(4831,36,32),(4831,37,9),(4833,34,84),(4833,35,322),(4833,36,32),(4833,37,9),(4835,34,84),(4835,35,322),(4835,36,32),(4835,37,9),(4869,34,2058),(4869,35,780),(4869,36,588),(4869,39,1),(4871,34,2058),(4871,35,780),(4871,36,588),(4871,39,1),(4873,34,2058),(4873,35,780),(4873,36,588),(4873,39,1),(4875,34,2058),(4875,35,780),(4875,36,588),(4875,39,1),(4909,34,4116),(4909,35,1308),(4909,36,1017),(4909,37,46),(4909,38,25),(4909,39,4),(4911,34,4116),(4911,35,1308),(4911,36,1017),(4911,37,46),(4911,38,25),(4911,39,4),(4913,34,4116),(4913,35,1308),(4913,36,1017),(4913,37,46),(4913,38,25),(4913,39,4),(4915,34,4116),(4915,35,1308),(4915,36,1017),(4915,37,46),(4915,38,25),(4915,39,4),(4955,34,277),(4955,35,118),(4955,36,23),(4957,34,277),(4957,35,118),(4957,36,23),(4959,34,277),(4959,35,118),(4959,36,23),(4961,34,277),(4961,35,118),(4961,36,23),(5007,34,784),(5007,35,2),(5007,36,35),(5007,37,6),(5009,34,784),(5009,35,2),(5009,36,35),(5009,37,6),(5011,34,784),(5011,35,2),(5011,36,35),(5011,37,6),(5013,34,784),(5013,35,2),(5013,36,35),(5013,37,6),(5017,34,1898),(5017,35,991),(5017,36,965),(5017,37,789),(5017,38,9),(5017,39,7),(5017,40,4),(5047,34,1898),(5047,35,991),(5047,36,965),(5047,37,789),(5047,38,9),(5047,39,7),(5047,40,4),(5049,34,1898),(5049,35,991),(5049,36,965),(5049,37,789),(5049,38,9),(5049,39,7),(5049,40,4),(5051,34,1898),(5051,35,991),(5051,36,965),(5051,37,789),(5051,38,9),(5051,39,7),(5051,40,4),(5053,34,1898),(5053,35,991),(5053,36,965),(5053,37,789),(5053,38,9),(5053,39,7),(5053,40,4),(5087,34,308),(5087,35,49),(5087,36,4),(5087,37,40),(5087,38,7),(5089,34,308),(5089,35,49),(5089,36,4),(5089,37,40),(5089,38,7),(5091,34,308),(5091,35,49),(5091,36,4),(5091,37,40),(5091,38,7),(5093,34,308),(5093,35,49),(5093,36,4),(5093,37,40),(5093,38,7),(5135,34,260),(5135,35,263),(5135,40,1),(5137,34,260),(5137,35,263),(5137,40,1),(5139,34,260),(5139,35,263),(5139,40,1),(5141,34,260),(5141,35,263),(5141,40,1),(5175,34,104),(5175,35,99),(5177,34,104),(5177,35,99),(5179,34,104),(5179,35,99),(5181,34,104),(5181,35,99),(5215,34,496),(5215,35,51),(5215,36,2),(5215,38,1),(5217,34,496),(5217,35,51),(5217,36,2),(5217,38,1),(5219,34,496),(5219,35,51),(5219,36,2),(5219,38,1),(5221,34,496),(5221,35,51),(5221,36,2),(5221,38,1),(5239,34,186),(5239,35,47),(5239,36,18),(5239,37,2),(5241,34,186),(5241,35,47),(5241,36,18),(5241,37,2),(5243,34,186),(5243,35,47),(5243,36,18),(5243,37,2),(5245,34,186),(5245,35,47),(5245,36,18),(5245,37,2),(5279,34,136),(5279,35,270),(5279,36,102),(5279,37,31),(5280,34,136),(5280,35,270),(5280,36,102),(5280,37,31),(5281,34,136),(5281,35,270),(5281,36,102),(5281,37,31),(5282,34,136),(5282,35,270),(5282,36,102),(5282,37,31),(5299,34,206),(5299,35,172),(5299,36,188),(5299,37,32),(5299,39,1),(5300,34,206),(5300,35,172),(5300,36,188),(5300,37,32),(5300,39,1),(5301,34,206),(5301,35,172),(5301,36,188),(5301,37,32),(5301,39,1),(5302,34,206),(5302,35,172),(5302,36,188),(5302,37,32),(5302,39,1),(5319,34,322),(5319,35,69),(5319,36,166),(5319,37,1),(5319,40,1),(5320,34,322),(5320,35,69),(5320,36,166),(5320,37,1),(5320,40,1),(5321,34,322),(5321,35,69),(5321,36,166),(5321,37,1),(5321,40,1),(5322,34,322),(5322,35,69),(5322,36,166),(5322,37,1),(5322,40,1),(5339,34,218),(5339,35,199),(5339,36,176),(5339,37,2),(5339,38,4),(5340,34,218),(5340,35,199),(5340,36,176),(5340,37,2),(5340,38,4),(5341,34,218),(5341,35,199),(5341,36,176),(5341,37,2),(5341,38,4),(5342,34,218),(5342,35,199),(5342,36,176),(5342,37,2),(5342,38,4),(5359,34,242),(5359,35,23),(5359,36,134),(5359,37,4),(5359,38,2),(5359,39,1),(5359,40,1),(5361,34,242),(5361,35,23),(5361,36,134),(5361,37,4),(5361,38,2),(5361,39,1),(5361,40,1),(5363,34,242),(5363,35,23),(5363,36,134),(5363,37,4),(5363,38,2),(5363,39,1),(5363,40,1),(5365,34,242),(5365,35,23),(5365,36,134),(5365,37,4),(5365,38,2),(5365,39,1),(5365,40,1),(5399,34,226),(5399,35,133),(5399,36,150),(5399,37,88),(5399,39,1),(5401,34,226),(5401,35,133),(5401,36,150),(5401,37,88),(5401,39,1),(5403,34,226),(5403,35,133),(5403,36,150),(5403,37,88),(5403,39,1),(5405,34,226),(5405,35,133),(5405,36,150),(5405,37,88),(5405,39,1),(5439,34,226),(5439,35,133),(5439,36,150),(5439,37,88),(5439,39,1),(5441,34,226),(5441,35,133),(5441,36,150),(5441,37,88),(5441,39,1),(5443,34,226),(5443,35,133),(5443,36,150),(5443,37,88),(5443,39,1),(5445,34,226),(5445,35,133),(5445,36,150),(5445,37,88),(5445,39,1),(5479,36,2),(5479,37,2),(5481,36,2),(5481,37,2),(5483,36,2),(5483,37,2),(5485,36,2),(5485,37,2),(5487,37,4),(5489,37,4),(5491,37,4),(5493,37,4),(5519,38,2),(5521,38,2),(5523,38,2),(5525,38,2),(5527,40,5),(5529,40,5),(5531,40,5),(5533,40,5),(5559,37,4),(5561,37,4),(5591,37,4),(5593,37,4),(5595,37,4),(5597,37,4),(5599,37,4),(5601,37,4),(5611,39,4),(5613,39,4),(5615,39,4),(5617,39,4),(5627,37,4),(5629,37,4),(5631,37,4),(5633,37,4),(5643,37,4),(5645,37,4),(5647,37,4),(5649,37,4),(5675,39,3),(5675,40,2),(5677,39,3),(5677,40,2),(5679,39,3),(5679,40,2),(5681,39,3),(5681,40,2),(5683,34,808),(5683,35,484),(5683,36,737),(5683,37,504),(5683,38,330),(5683,39,62),(5693,34,136),(5693,35,356),(5693,36,9),(5693,37,33),(5693,38,4),(5697,34,808),(5697,35,484),(5697,36,737),(5697,37,504),(5697,38,330),(5697,39,62),(5719,34,808),(5719,35,484),(5719,36,737),(5719,37,504),(5719,38,330),(5719,39,62),(5721,34,808),(5721,35,484),(5721,36,737),(5721,37,504),(5721,38,330),(5721,39,62),(5723,34,808),(5723,35,484),(5723,36,737),(5723,37,504),(5723,38,330),(5723,39,62),(5743,34,136),(5743,35,356),(5743,36,9),(5743,37,33),(5743,38,4),(5745,34,136),(5745,35,356),(5745,36,9),(5745,37,33),(5745,38,4),(5747,34,136),(5747,35,356),(5747,36,9),(5747,37,33),(5747,38,4),(5755,34,808),(5755,35,484),(5755,36,737),(5755,37,504),(5755,38,330),(5755,39,62),(5757,34,808),(5757,35,484),(5757,36,737),(5757,37,504),(5757,38,330),(5757,39,62),(5759,34,808),(5759,35,484),(5759,36,737),(5759,37,504),(5759,38,330),(5759,39,62),(5829,34,294),(5829,35,3),(5829,37,1),(5831,34,294),(5831,35,3),(5831,37,1),(5833,34,294),(5833,35,3),(5833,37,1),(5835,34,294),(5835,35,3),(5835,37,1),(5837,34,478),(5837,35,1),(5837,36,24),(5837,38,1),(5839,34,478),(5839,35,1),(5839,36,24),(5839,38,1),(5841,34,478),(5841,35,1),(5841,36,24),(5841,38,1),(5843,34,478),(5843,35,1),(5843,36,24),(5843,38,1),(5845,34,116),(5845,35,79),(5845,36,103),(5845,38,1),(5846,34,304),(5846,36,143),(5846,37,1),(5846,39,1),(5849,34,304),(5849,36,143),(5849,37,1),(5849,39,1),(5854,34,116),(5854,35,79),(5854,36,103),(5854,38,1),(5855,34,116),(5855,35,79),(5855,36,103),(5855,38,1),(5856,34,116),(5856,35,79),(5856,36,103),(5856,38,1),(5857,34,304),(5857,36,143),(5857,37,1),(5857,39,1),(5858,34,304),(5858,36,143),(5858,37,1),(5858,39,1),(5865,34,51),(5865,36,2),(5865,37,6),(5867,34,51),(5867,36,2),(5867,37,6),(5869,34,51),(5869,36,2),(5869,37,6),(5871,34,51),(5871,36,2),(5871,37,6),(5913,34,254),(5913,35,44),(5913,36,107),(5913,38,1),(5915,34,254),(5915,35,44),(5915,36,107),(5915,38,1),(5917,34,254),(5917,35,44),(5917,36,107),(5917,38,1),(5919,34,254),(5919,35,44),(5919,36,107),(5919,38,1),(5929,34,348),(5929,35,221),(5929,36,233),(5929,37,1),(5929,39,1),(5931,34,348),(5931,35,221),(5931,36,233),(5931,37,1),(5931,39,1),(5933,34,348),(5933,35,221),(5933,36,233),(5933,37,1),(5933,39,1),(5935,34,348),(5935,35,221),(5935,36,233),(5935,37,1),(5935,39,1),(5945,34,57378),(5945,35,14743),(5945,36,3889),(5945,37,905),(5945,38,277),(5945,39,50),(5945,40,9),(5955,34,17896),(5955,35,8030),(5955,36,1002),(5955,37,44),(5955,38,22),(5955,39,2),(5955,40,1),(5971,34,134),(5971,35,21),(5971,36,42),(5971,37,9),(5971,39,1),(5971,40,4),(5973,34,134),(5973,35,21),(5973,36,42),(5973,37,9),(5973,39,1),(5973,40,4),(5975,34,134),(5975,35,21),(5975,36,42),(5975,37,9),(5975,39,1),(5975,40,4),(6001,35,110),(6001,37,8),(6001,39,1),(6003,35,110),(6003,37,8),(6003,39,1),(6005,35,110),(6005,37,8),(6005,39,1),(6041,34,268),(6041,35,7),(6041,36,1),(6041,37,6),(6043,34,268),(6043,35,7),(6043,36,1),(6043,37,6),(6045,34,268),(6045,35,7),(6045,36,1),(6045,37,6),(6047,34,268),(6047,35,7),(6047,36,1),(6047,37,6),(6073,34,602),(6073,35,476),(6073,36,222),(6073,37,1),(6083,34,602),(6083,35,476),(6083,36,222),(6083,37,1),(6097,34,602),(6097,35,476),(6097,36,222),(6097,37,1),(6111,34,602),(6111,35,476),(6111,36,222),(6111,37,1),(6129,34,265),(6129,35,1),(6129,36,6),(6131,34,265),(6131,35,1),(6131,36,6),(6133,34,265),(6133,35,1),(6133,36,6),(6135,34,265),(6135,35,1),(6135,36,6),(6157,34,106),(6157,35,169),(6157,37,7),(6158,34,106),(6158,35,169),(6158,37,7),(6159,34,106),(6159,35,169),(6159,37,7),(6160,34,106),(6160,35,169),(6160,37,7),(6173,34,86),(6173,35,52),(6173,36,26),(6174,34,86),(6174,35,52),(6174,36,26),(6175,34,86),(6175,35,52),(6175,36,26),(6176,34,86),(6176,35,52),(6176,36,26),(6193,34,55),(6193,36,2),(6193,37,17),(6194,34,55),(6194,37,94),(6194,38,5),(6195,34,55),(6195,36,2),(6195,37,17),(6195,39,1),(6199,34,55),(6199,36,2),(6199,37,17),(6202,34,55),(6202,36,2),(6202,37,17),(6203,34,55),(6203,36,2),(6203,37,17),(6207,34,55),(6207,37,94),(6207,38,5),(6212,34,55),(6212,36,2),(6212,37,17),(6216,34,55),(6216,36,2),(6216,37,17),(6217,34,55),(6217,36,2),(6217,37,17),(6217,39,1),(6218,34,55),(6218,36,2),(6218,37,17),(6218,39,1),(6222,34,55),(6222,36,2),(6222,37,17),(6225,34,55),(6225,36,2),(6225,37,17),(6226,34,55),(6226,36,2),(6226,37,17),(6230,34,55),(6230,37,94),(6230,38,5),(6234,34,55),(6234,36,2),(6234,37,17),(6238,34,55),(6238,36,2),(6238,37,17),(6239,34,55),(6239,37,94),(6239,38,5),(6241,34,55),(6241,36,2),(6241,37,17),(6242,34,55),(6242,36,2),(6242,37,17),(6242,39,1),(6243,34,55),(6243,36,2),(6243,37,17),(6243,39,1),(6244,34,55),(6244,36,2),(6244,37,17),(6244,39,1),(6251,34,55),(6251,36,2),(6251,37,17),(6252,34,55),(6252,36,2),(6252,37,17),(6257,34,55),(6257,36,2),(6257,37,17),(6258,34,55),(6258,36,2),(6258,37,17),(6259,34,55),(6259,36,2),(6259,37,17),(6260,34,55),(6260,36,2),(6260,37,17),(6267,34,55),(6267,37,94),(6267,38,5),(6268,34,55),(6268,37,94),(6268,38,5),(6275,34,55),(6275,36,2),(6275,37,17),(6276,34,55),(6276,36,2),(6276,37,17),(6283,34,55),(6283,36,2),(6283,37,17),(6284,34,55),(6284,36,2),(6284,37,17),(6285,34,55),(6285,37,94),(6285,38,5),(6286,34,55),(6286,37,94),(6286,38,5),(6289,34,55),(6289,36,2),(6289,37,17),(6290,34,55),(6290,36,2),(6290,37,17),(6291,34,55),(6291,36,2),(6291,37,17),(6291,39,1),(6292,34,55),(6292,36,2),(6292,37,17),(6292,39,1),(6293,34,186),(6293,35,35),(6293,36,66),(6293,39,1),(6294,34,186),(6294,35,35),(6294,36,66),(6294,39,1),(6295,34,186),(6295,35,35),(6295,36,66),(6295,39,1),(6296,34,186),(6296,35,35),(6296,36,66),(6296,39,1),(6309,35,126),(6309,37,2),(6310,35,126),(6310,37,2),(6311,35,126),(6311,37,2),(6312,35,126),(6312,37,2),(6321,34,74),(6321,35,187),(6321,36,32),(6321,37,1),(6322,34,74),(6322,35,187),(6322,36,32),(6322,37,1),(6323,34,74),(6323,35,187),(6323,36,32),(6323,37,1),(6324,34,74),(6324,35,187),(6324,36,32),(6324,37,1),(6325,34,242),(6325,35,39),(6325,36,166),(6325,38,2),(6326,34,242),(6326,35,39),(6326,36,166),(6326,38,2),(6327,34,242),(6327,35,39),(6327,36,166),(6327,38,2),(6328,34,242),(6328,35,39),(6328,36,166),(6328,38,2),(6437,34,597),(6437,35,216),(6437,36,51),(6439,34,597),(6439,35,216),(6439,36,51),(6441,34,597),(6441,35,216),(6441,36,51),(6443,34,597),(6443,35,216),(6443,36,51),(6485,34,206),(6485,35,274),(6485,36,23),(6485,37,2),(6485,38,1),(6487,34,206),(6487,35,274),(6487,36,23),(6487,37,2),(6487,38,1),(6489,34,206),(6489,35,274),(6489,36,23),(6489,37,2),(6489,38,1),(6491,34,206),(6491,35,274),(6491,36,23),(6491,37,2),(6491,38,1),(6525,34,248),(6525,36,15),(6527,34,248),(6527,36,15),(6529,34,248),(6529,36,15),(6531,34,248),(6531,36,15),(6567,34,500),(6569,34,500),(6571,34,500),(6573,34,500),(6631,34,784),(6631,35,2),(6631,36,35),(6631,37,6),(6633,34,784),(6633,35,2),(6633,36,35),(6633,37,6),(6635,34,784),(6635,35,2),(6635,36,35),(6635,37,6),(6637,34,784),(6637,35,2),(6637,36,35),(6637,37,6),(6671,34,700),(6671,35,521),(6671,36,1),(6671,37,3),(6673,34,700),(6673,35,521),(6673,36,1),(6673,37,3),(6675,34,700),(6675,35,521),(6675,36,1),(6675,37,3),(6677,34,700),(6677,35,521),(6677,36,1),(6677,37,3),(6715,34,990),(6715,35,364),(6715,36,9),(6715,37,2),(6715,39,1),(6717,34,990),(6717,35,364),(6717,36,9),(6717,37,2),(6717,39,1),(6719,34,990),(6719,35,364),(6719,36,9),(6719,37,2),(6719,39,1),(6721,34,990),(6721,35,364),(6721,36,9),(6721,37,2),(6721,39,1),(6757,34,372),(6757,35,269),(6757,36,222),(6759,34,372),(6759,35,269),(6759,36,222),(6761,34,372),(6761,35,269),(6761,36,222),(6763,34,372),(6763,35,269),(6763,36,222),(6805,34,2004),(6805,35,579),(6805,36,539),(6807,34,2004),(6807,35,579),(6807,36,539),(6809,34,2004),(6809,35,579),(6809,36,539),(6811,34,2004),(6811,35,579),(6811,36,539),(6859,34,2038),(6859,35,739),(6859,36,1086),(6861,34,2038),(6861,35,739),(6861,36,1086),(6863,34,2038),(6863,35,739),(6863,36,1086),(6865,34,2038),(6865,35,739),(6865,36,1086),(6919,34,4090),(6919,35,1253),(6919,36,1272),(6919,37,6),(6921,34,4090),(6921,35,1253),(6921,36,1272),(6921,37,6),(6923,34,4090),(6923,35,1253),(6923,36,1272),(6923,37,6),(6925,34,4090),(6925,35,1253),(6925,36,1272),(6925,37,6),(6959,34,4110),(6959,35,1341),(6959,36,1619),(6959,37,1),(6959,38,8),(6961,34,4110),(6961,35,1341),(6961,36,1619),(6961,37,1),(6961,38,8),(6963,34,4110),(6963,35,1341),(6963,36,1619),(6963,37,1),(6963,38,8),(6965,34,4110),(6965,35,1341),(6965,36,1619),(6965,37,1),(6965,38,8),(6999,34,6158),(6999,35,1852),(6999,36,1733),(6999,40,2),(7001,34,6158),(7001,35,1852),(7001,36,1733),(7001,40,2),(7003,34,6158),(7003,35,1852),(7003,36,1733),(7003,40,2),(7005,34,6158),(7005,35,1852),(7005,36,1733),(7005,40,2),(7043,34,20498),(7043,35,5467),(7043,36,2727),(7043,37,718),(7043,38,56),(7043,39,3),(7045,34,20498),(7045,35,5467),(7045,36,2727),(7045,37,718),(7045,38,56),(7045,39,3),(7047,34,20498),(7047,35,5467),(7047,36,2727),(7047,37,718),(7047,38,56),(7047,39,3),(7049,34,20498),(7049,35,5467),(7049,36,2727),(7049,37,718),(7049,38,56),(7049,39,3),(7083,34,30738),(7083,35,8027),(7083,36,3238),(7083,37,878),(7083,38,105),(7083,39,2),(7083,40,6),(7085,34,30738),(7085,35,8027),(7085,36,3238),(7085,37,878),(7085,38,105),(7085,39,2),(7085,40,6),(7087,34,30738),(7087,35,8027),(7087,36,3238),(7087,37,878),(7087,38,105),(7087,39,2),(7087,40,6),(7089,34,30738),(7089,35,8027),(7089,36,3238),(7089,37,878),(7089,38,105),(7089,39,2),(7089,40,6),(7123,34,40980),(7123,35,10587),(7123,36,3876),(7123,37,1032),(7123,38,146),(7123,39,4),(7123,40,11),(7125,34,40980),(7125,35,10587),(7125,36,3876),(7125,37,1032),(7125,38,146),(7125,39,4),(7125,40,11),(7127,34,40980),(7127,35,10587),(7127,36,3876),(7127,37,1032),(7127,38,146),(7127,39,4),(7127,40,11),(7131,34,40980),(7131,35,10587),(7131,36,3876),(7131,37,1032),(7131,38,146),(7131,39,4),(7131,40,11),(7167,34,51246),(7167,35,13146),(7167,36,4386),(7167,37,1192),(7167,38,185),(7167,39,9),(7167,40,16),(7169,34,51246),(7169,35,13146),(7169,36,4386),(7169,37,1192),(7169,38,185),(7169,39,9),(7169,40,16),(7171,34,51246),(7171,35,13146),(7171,36,4386),(7171,37,1192),(7171,38,185),(7171,39,9),(7171,40,16),(7173,34,51246),(7173,35,13146),(7173,36,4386),(7173,37,1192),(7173,38,185),(7173,39,9),(7173,40,16),(7217,37,47),(7217,38,2),(7218,37,47),(7218,38,2),(7219,37,47),(7219,38,2),(7220,37,47),(7220,38,2),(7247,34,104),(7247,35,99),(7249,34,104),(7249,35,99),(7251,34,104),(7251,35,99),(7253,34,104),(7253,35,99),(7287,34,1228),(7287,35,66),(7287,36,77),(7287,39,1),(7289,34,1228),(7289,35,66),(7289,36,77),(7289,39,1),(7291,34,1228),(7291,35,66),(7291,36,77),(7291,39,1),(7293,34,1228),(7293,35,66),(7293,36,77),(7293,39,1),(7327,34,372),(7327,35,269),(7327,36,222),(7329,34,372),(7329,35,269),(7329,36,222),(7331,34,372),(7331,35,269),(7331,36,222),(7333,34,372),(7333,35,269),(7333,36,222),(7367,34,4110),(7367,35,1341),(7367,36,1619),(7367,37,1),(7367,38,8),(7369,34,4110),(7369,35,1341),(7369,36,1619),(7369,37,1),(7369,38,8),(7371,34,4110),(7371,35,1341),(7371,36,1619),(7371,37,1),(7371,38,8),(7373,34,4110),(7373,35,1341),(7373,36,1619),(7373,37,1),(7373,38,8),(7407,34,6158),(7407,35,1852),(7407,36,1733),(7407,40,2),(7409,34,6158),(7409,35,1852),(7409,36,1733),(7409,40,2),(7411,34,6158),(7411,35,1852),(7411,36,1733),(7411,40,2),(7413,34,6158),(7413,35,1852),(7413,36,1733),(7413,40,2),(7447,34,51246),(7447,35,13146),(7447,36,4386),(7447,37,1192),(7447,38,185),(7447,39,9),(7447,40,16),(7449,34,51246),(7449,35,13146),(7449,36,4386),(7449,37,1192),(7449,38,185),(7449,39,9),(7449,40,16),(7451,34,51246),(7451,35,13146),(7451,36,4386),(7451,37,1192),(7451,38,185),(7451,39,9),(7451,40,16),(7453,34,51246),(7453,35,13146),(7453,36,4386),(7453,37,1192),(7453,38,185),(7453,39,9),(7453,40,16),(7487,34,448),(7487,35,135),(7489,34,448),(7489,35,135),(7491,34,448),(7491,35,135),(7493,34,448),(7493,35,135),(7535,34,750),(7535,35,65),(7535,36,37),(7535,37,10),(7537,34,750),(7537,35,65),(7537,36,37),(7537,37,10),(7539,34,750),(7539,35,65),(7539,36,37),(7539,37,10),(7541,34,750),(7541,35,65),(7541,36,37),(7541,37,10),(7579,34,718),(7579,35,310),(7579,36,65),(7581,34,718),(7581,35,310),(7581,36,65),(7583,34,718),(7583,35,310),(7583,36,65),(7585,34,718),(7585,35,310),(7585,36,65),(7619,34,2004),(7619,35,579),(7619,36,539),(7621,34,2004),(7621,35,579),(7621,36,539),(7623,34,2004),(7623,35,579),(7623,36,539),(7625,34,2004),(7625,35,579),(7625,36,539),(7663,34,2038),(7663,35,739),(7663,36,1086),(7665,34,2038),(7665,35,739),(7665,36,1086),(7667,34,2038),(7667,35,739),(7667,36,1086),(7669,34,2038),(7669,35,739),(7669,36,1086),(7703,34,4090),(7703,35,1253),(7703,36,1272),(7703,37,6),(7705,34,4090),(7705,35,1253),(7705,36,1272),(7705,37,6),(7707,34,4090),(7707,35,1253),(7707,36,1272),(7707,37,6),(7709,34,4090),(7709,35,1253),(7709,36,1272),(7709,37,6),(7743,34,20498),(7743,35,5467),(7743,36,2727),(7743,37,718),(7743,38,56),(7743,39,3),(7745,34,20498),(7745,35,5467),(7745,36,2727),(7745,37,718),(7745,38,56),(7745,39,3),(7747,34,20498),(7747,35,5467),(7747,36,2727),(7747,37,718),(7747,38,56),(7747,39,3),(7749,34,20498),(7749,35,5467),(7749,36,2727),(7749,37,718),(7749,38,56),(7749,39,3),(7783,34,40980),(7783,35,10587),(7783,36,3876),(7783,37,1032),(7783,38,146),(7783,39,4),(7783,40,11),(7785,34,40980),(7785,35,10587),(7785,36,3876),(7785,37,1032),(7785,38,146),(7785,39,4),(7785,40,11),(7787,34,40980),(7787,35,10587),(7787,36,3876),(7787,37,1032),(7787,38,146),(7787,39,4),(7787,40,11),(7789,34,40980),(7789,35,10587),(7789,36,3876),(7789,37,1032),(7789,38,146),(7789,39,4),(7789,40,11),(7827,34,30738),(7827,35,8027),(7827,36,3238),(7827,37,878),(7827,38,105),(7827,39,2),(7827,40,6),(7829,34,30738),(7829,35,8027),(7829,36,3238),(7829,37,878),(7829,38,105),(7829,39,2),(7829,40,6),(7831,34,30738),(7831,35,8027),(7831,36,3238),(7831,37,878),(7831,38,105),(7831,39,2),(7831,40,6),(7833,34,30738),(7833,35,8027),(7833,36,3238),(7833,37,878),(7833,38,105),(7833,39,2),(7833,40,6),(7867,34,26),(7867,35,50),(7869,34,76),(7869,35,1),(7869,36,1),(7869,37,4),(7869,38,1),(7870,34,48),(7870,36,32),(7870,37,8),(7870,38,1),(7887,35,68),(7887,36,21),(7889,34,24),(7889,35,50),(7892,35,68),(7892,36,21),(7893,34,26),(7893,35,50),(7895,34,76),(7895,35,1),(7895,36,1),(7895,37,4),(7895,38,1),(7896,34,48),(7896,36,32),(7896,37,8),(7896,38,1),(7914,34,24),(7914,35,50),(7917,35,68),(7917,36,21),(7918,34,26),(7918,35,50),(7922,34,76),(7922,35,1),(7922,36,1),(7922,37,4),(7922,38,1),(7926,34,48),(7926,36,32),(7926,37,8),(7926,38,1),(7937,34,24),(7937,35,50),(7948,34,76),(7948,35,1),(7948,36,1),(7948,37,4),(7948,38,1),(7964,35,68),(7964,36,21),(7965,34,48),(7965,36,32),(7965,37,8),(7965,38,1),(7966,34,26),(7966,35,50),(7970,34,24),(7970,35,50),(7993,34,212),(7993,35,322),(7997,34,1466),(7997,35,1316),(7997,36,48),(8001,34,3278),(8001,35,1725),(8001,36,7),(8007,34,252),(8007,35,221),(8007,36,41),(8007,37,1),(8007,38,1),(8023,34,252),(8023,35,221),(8023,36,41),(8023,37,1),(8023,38,1),(8025,34,252),(8025,35,221),(8025,36,41),(8025,37,1),(8025,38,1),(8027,34,252),(8027,35,221),(8027,36,41),(8027,37,1),(8027,38,1),(8089,34,212),(8089,35,322),(8091,34,212),(8091,35,322),(8093,34,212),(8093,35,322),(8101,34,1466),(8101,35,1316),(8101,36,48),(8103,34,1466),(8103,35,1316),(8103,36,48),(8105,34,1466),(8105,35,1316),(8105,36,48),(8113,34,3278),(8113,35,1725),(8113,36,7),(8115,34,3278),(8115,35,1725),(8115,36,7),(8117,34,3278),(8117,35,1725),(8117,36,7),(8131,34,228),(8131,35,23),(8131,36,33),(8131,37,3),(8133,34,228),(8133,35,23),(8133,36,33),(8133,37,3),(8135,34,228),(8135,35,23),(8135,36,33),(8135,37,3),(8137,34,228),(8137,35,23),(8137,36,33),(8137,37,3),(8163,34,146),(8163,35,3),(8163,38,1),(8165,34,146),(8165,35,3),(8165,38,1),(8167,34,146),(8167,35,3),(8167,38,1),(8169,34,146),(8169,35,3),(8169,38,1),(8171,34,294),(8171,37,11),(8173,34,294),(8173,37,11),(8175,34,294),(8175,37,11),(8177,34,294),(8177,37,11),(8203,34,24),(8203,35,110),(8203,36,9),(8203,37,3),(8203,38,1),(8205,34,24),(8205,35,110),(8205,36,9),(8205,37,3),(8205,38,1),(8207,34,24),(8207,35,110),(8207,36,9),(8207,37,3),(8207,38,1),(8209,34,24),(8209,35,110),(8209,36,9),(8209,37,3),(8209,38,1),(8211,34,4),(8211,35,137),(8211,36,1),(8211,37,6),(8213,34,4),(8213,35,137),(8213,36,1),(8213,37,6),(8215,34,4),(8215,35,137),(8215,36,1),(8215,37,6),(8217,34,4),(8217,35,137),(8217,36,1),(8217,37,6),(8219,35,296),(8219,36,1),(8219,37,2),(8219,39,1),(8221,35,296),(8221,36,1),(8221,37,2),(8221,39,1),(8223,35,296),(8223,36,1),(8223,37,2),(8223,39,1),(8225,35,296),(8225,36,1),(8225,37,2),(8225,39,1),(8251,34,100),(8251,35,25),(8251,36,9),(8251,37,10),(8253,34,100),(8253,35,25),(8253,36,9),(8253,37,10),(8255,34,100),(8255,35,25),(8255,36,9),(8255,37,10),(8257,34,100),(8257,35,25),(8257,36,9),(8257,37,10),(8259,34,232),(8259,35,30),(8259,36,1),(8259,37,33),(8261,34,232),(8261,35,30),(8261,36,1),(8261,37,33),(8263,34,232),(8263,35,30),(8263,36,1),(8263,37,33),(8265,34,232),(8265,35,30),(8265,36,1),(8265,37,33),(8291,34,104),(8291,35,138),(8291,36,8),(8291,37,4),(8293,34,104),(8293,35,138),(8293,36,8),(8293,37,4),(8295,34,104),(8295,35,138),(8295,36,8),(8295,37,4),(8297,34,104),(8297,35,138),(8297,36,8),(8297,37,4),(8323,34,120),(8323,36,18),(8325,34,120),(8325,36,18),(8327,34,120),(8327,36,18),(8329,34,120),(8329,36,18),(8331,34,90),(8331,35,209),(8331,36,1),(8331,37,1),(8333,34,90),(8333,35,209),(8333,36,1),(8333,37,1),(8335,34,90),(8335,35,209),(8335,36,1),(8335,37,1),(8337,34,90),(8337,35,209),(8337,36,1),(8337,37,1),(8339,34,120),(8339,36,30),(8339,37,3),(8339,38,1),(8341,34,120),(8341,36,30),(8341,37,3),(8341,38,1),(8343,34,120),(8343,36,30),(8343,37,3),(8343,38,1),(8345,34,120),(8345,36,30),(8345,37,3),(8345,38,1),(8387,36,12),(8387,37,12),(8397,34,5),(8397,36,160),(8397,38,1),(8397,39,1),(8397,40,1),(8401,34,51),(8401,35,9),(8401,36,1),(8401,37,1),(8401,38,7),(8409,34,5),(8409,36,642),(8409,38,4),(8409,39,4),(8409,40,6),(8419,34,5),(8419,36,642),(8419,38,4),(8419,39,4),(8419,40,6),(8427,34,51),(8427,35,9),(8427,36,1),(8427,37,1),(8427,38,7),(8433,34,5),(8433,36,160),(8433,38,1),(8433,39,1),(8433,40,1),(8437,36,12),(8437,37,12),(8465,36,12),(8465,37,12),(8477,34,5),(8477,36,160),(8477,38,1),(8477,39,1),(8477,40,1),(8481,34,51),(8481,35,9),(8481,36,1),(8481,37,1),(8481,38,7),(8489,34,5),(8489,36,642),(8489,38,4),(8489,39,4),(8489,40,6),(8505,36,12),(8505,37,12),(8517,34,5),(8517,36,160),(8517,38,1),(8517,39,1),(8517,40,1),(8521,34,51),(8521,35,9),(8521,36,1),(8521,37,1),(8521,38,7),(8529,34,5),(8529,36,642),(8529,38,4),(8529,39,4),(8529,40,6),(8531,34,205),(8531,35,208),(8531,36,179),(8531,37,186),(8531,38,49),(8533,34,205),(8533,35,208),(8533,36,179),(8533,37,186),(8533,38,49),(8535,34,205),(8535,35,208),(8535,36,179),(8535,37,186),(8535,38,49),(8537,34,205),(8537,35,208),(8537,36,179),(8537,37,186),(8537,38,49),(8579,34,1664),(8579,35,384),(8579,36,144),(8579,37,6),(8579,38,1),(8581,34,1664),(8581,35,384),(8581,36,144),(8581,37,6),(8581,38,1),(8583,34,1664),(8583,35,384),(8583,36,144),(8583,37,6),(8583,38,1),(8585,34,1664),(8585,35,384),(8585,36,144),(8585,37,6),(8585,38,1),(8627,34,416),(8627,35,96),(8627,37,33),(8627,38,1),(8627,40,1),(8629,34,416),(8629,35,96),(8629,37,33),(8629,38,1),(8629,40,1),(8631,34,416),(8631,35,96),(8631,37,33),(8631,38,1),(8631,40,1),(8633,34,416),(8633,35,96),(8633,37,33),(8633,38,1),(8633,40,1),(8635,34,2054),(8635,35,2088),(8635,36,1792),(8635,37,1860),(8635,38,491),(8635,40,1),(8637,34,2054),(8637,35,2088),(8637,36,1792),(8637,37,1860),(8637,38,491),(8637,40,1),(8639,34,2054),(8639,35,2088),(8639,36,1792),(8639,37,1860),(8639,38,491),(8639,40,1),(8641,34,2054),(8641,35,2088),(8641,36,1792),(8641,37,1860),(8641,38,491),(8641,40,1),(8683,34,2054),(8683,35,2088),(8683,36,1792),(8683,37,1860),(8683,38,491),(8683,40,1),(8685,34,2054),(8685,35,2088),(8685,36,1792),(8685,37,1860),(8685,38,491),(8685,40,1),(8687,34,2054),(8687,35,2088),(8687,36,1792),(8687,37,1860),(8687,38,491),(8687,40,1),(8689,34,2054),(8689,35,2088),(8689,36,1792),(8689,37,1860),(8689,38,491),(8689,40,1),(8743,36,3),(8743,38,1),(8743,39,1),(8744,36,3),(8744,38,1),(8744,39,1),(8745,36,3),(8745,38,1),(8745,39,1),(8746,36,3),(8746,38,1),(8746,39,1),(8747,34,2158),(8747,35,419),(8747,36,161),(8747,37,1),(8747,38,4),(8748,34,2158),(8748,35,419),(8748,36,161),(8748,37,1),(8748,38,4),(8749,34,2158),(8749,35,419),(8749,36,161),(8749,37,1),(8749,38,4),(8750,34,2158),(8750,35,419),(8750,36,161),(8750,37,1),(8750,38,4),(8759,34,104),(8759,35,99),(8785,34,104),(8785,35,99),(8787,34,104),(8787,35,99),(8789,34,104),(8789,35,99),(8815,34,448),(8815,35,135),(8817,34,448),(8817,35,135),(8819,34,448),(8819,35,135),(8821,34,448),(8821,35,135),(8863,34,750),(8863,35,65),(8863,36,37),(8863,37,10),(8865,34,750),(8865,35,65),(8865,36,37),(8865,37,10),(8867,34,750),(8867,35,65),(8867,36,37),(8867,37,10),(8869,34,750),(8869,35,65),(8869,36,37),(8869,37,10),(8903,34,718),(8903,35,310),(8903,36,65),(8905,34,718),(8905,35,310),(8905,36,65),(8907,34,718),(8907,35,310),(8907,36,65),(8909,34,718),(8909,35,310),(8909,36,65),(9071,34,372),(9071,35,269),(9071,36,222),(9073,34,372),(9073,35,269),(9073,36,222),(9091,34,372),(9091,35,269),(9091,36,222),(9093,34,372),(9093,35,269),(9093,36,222),(9127,34,2004),(9127,35,579),(9127,36,539),(9129,34,2004),(9129,35,579),(9129,36,539),(9131,34,2004),(9131,35,579),(9131,36,539),(9133,34,2004),(9133,35,579),(9133,36,539),(9135,34,2038),(9135,35,739),(9135,36,1086),(9137,34,2038),(9137,35,739),(9137,36,1086),(9139,34,2038),(9139,35,739),(9139,36,1086),(9141,34,2038),(9141,35,739),(9141,36,1086),(9207,34,4090),(9207,35,1253),(9207,36,1272),(9207,37,6),(9209,34,4090),(9209,35,1253),(9209,36,1272),(9209,37,6),(9211,34,4090),(9211,35,1253),(9211,36,1272),(9211,37,6),(9213,34,4090),(9213,35,1253),(9213,36,1272),(9213,37,6),(9247,34,6158),(9247,35,1852),(9247,36,1733),(9247,40,2),(9249,34,6158),(9249,35,1852),(9249,36,1733),(9249,40,2),(9251,34,6158),(9251,35,1852),(9251,36,1733),(9251,40,2),(9253,34,6158),(9253,35,1852),(9253,36,1733),(9253,40,2),(9287,34,20498),(9287,35,5467),(9287,36,2727),(9287,37,718),(9287,38,56),(9287,39,3),(9289,34,20498),(9289,35,5467),(9289,36,2727),(9289,37,718),(9289,38,56),(9289,39,3),(9291,34,20498),(9291,35,5467),(9291,36,2727),(9291,37,718),(9291,38,56),(9291,39,3),(9293,34,20498),(9293,35,5467),(9293,36,2727),(9293,37,718),(9293,38,56),(9293,39,3),(9327,34,30738),(9327,35,8027),(9327,36,3238),(9327,37,878),(9327,38,105),(9327,39,2),(9327,40,6),(9329,34,30738),(9329,35,8027),(9329,36,3238),(9329,37,878),(9329,38,105),(9329,39,2),(9329,40,6),(9331,34,30738),(9331,35,8027),(9331,36,3238),(9331,37,878),(9331,38,105),(9331,39,2),(9331,40,6),(9333,34,30738),(9333,35,8027),(9333,36,3238),(9333,37,878),(9333,38,105),(9333,39,2),(9333,40,6),(9367,34,40980),(9367,35,10587),(9367,36,3876),(9367,37,1032),(9367,38,146),(9367,39,4),(9367,40,11),(9369,34,40980),(9369,35,10587),(9369,36,3876),(9369,37,1032),(9369,38,146),(9369,39,4),(9369,40,11),(9371,34,40980),(9371,35,10587),(9371,36,3876),(9371,37,1032),(9371,38,146),(9371,39,4),(9371,40,11),(9373,37,917),(9373,38,83),(9377,34,40980),(9377,35,10587),(9377,36,3876),(9377,37,1032),(9377,38,146),(9377,39,4),(9377,40,11),(9411,34,1228),(9411,35,66),(9411,36,77),(9411,39,1),(9413,34,1228),(9413,35,66),(9413,36,77),(9413,39,1),(9415,34,1228),(9415,35,66),(9415,36,77),(9415,39,1),(9417,34,1228),(9417,35,66),(9417,36,77),(9417,39,1),(9419,37,41),(9419,38,9),(9421,37,41),(9421,38,9),(9451,34,4110),(9451,35,1341),(9451,36,1619),(9451,37,1),(9451,38,8),(9453,34,4110),(9453,35,1341),(9453,36,1619),(9453,37,1),(9453,38,8),(9455,34,4110),(9455,35,1341),(9455,36,1619),(9455,37,1),(9455,38,8),(9457,34,4110),(9457,35,1341),(9457,36,1619),(9457,37,1),(9457,38,8),(9491,34,51246),(9491,35,13146),(9491,36,4386),(9491,37,1192),(9491,38,185),(9491,39,9),(9491,40,16),(9493,34,51246),(9493,35,13146),(9493,36,4386),(9493,37,1192),(9493,38,185),(9493,39,9),(9493,40,16),(9495,34,51246),(9495,35,13146),(9495,36,4386),(9495,37,1192),(9495,38,185),(9495,39,9),(9495,40,16),(9497,34,51246),(9497,35,13146),(9497,36,4386),(9497,37,1192),(9497,38,185),(9497,39,9),(9497,40,16),(9518,36,15),(9518,37,35),(9519,36,15),(9519,37,35),(9520,36,15),(9520,37,35),(9521,37,28),(9521,38,22),(9522,36,15),(9522,37,35),(9556,37,23),(9556,38,2),(9562,36,12),(9562,37,12),(9566,36,12),(9566,37,12),(9568,37,23),(9568,38,2),(9570,36,12),(9570,37,12),(9574,36,12),(9574,37,12),(9580,36,92),(9580,37,8),(9582,37,23),(9582,38,2),(9608,34,168),(9608,36,135),(9608,37,1),(9608,38,2),(9622,34,50),(9622,35,128),(9622,36,400),(9622,37,150),(9622,38,8),(9622,40,1),(9632,34,75),(9632,35,200),(9632,36,500),(9632,37,250),(9632,38,10),(9632,40,1),(9646,34,50),(9646,35,128),(9646,36,400),(9646,37,150),(9646,38,8),(9646,40,1),(9660,34,50),(9660,35,128),(9660,36,400),(9660,37,150),(9660,38,8),(9660,40,1),(9668,34,1076),(9668,35,945),(9668,36,871),(9668,37,848),(9668,38,1010),(9668,39,52),(9670,34,182),(9670,35,262),(9670,36,25),(9670,37,88),(9670,39,2),(9678,34,1076),(9678,35,945),(9678,36,871),(9678,37,848),(9678,38,1010),(9678,39,52),(9680,35,84),(9680,36,515),(9680,38,1),(9680,39,1),(9702,35,42),(9702,36,257),(9706,35,42),(9706,36,257),(9728,34,1076),(9728,35,945),(9728,36,871),(9728,37,848),(9728,38,1010),(9728,39,52),(9734,34,1076),(9734,35,945),(9734,36,871),(9734,37,848),(9734,38,1010),(9734,39,52),(9744,34,220),(9744,35,297),(9744,36,38),(9744,37,34),(9744,39,1),(9744,40,1),(9750,35,42),(9750,36,257),(9762,34,1076),(9762,35,945),(9762,36,871),(9762,37,848),(9762,38,1010),(9762,39,52),(9772,34,1076),(9772,35,945),(9772,36,871),(9772,37,848),(9772,38,1010),(9772,39,52),(9784,34,142),(9784,35,272),(9784,36,75),(9784,37,110),(9784,38,1),(9790,35,42),(9790,36,257),(9800,34,1076),(9800,35,945),(9800,36,871),(9800,37,848),(9800,38,1010),(9800,39,52),(9808,34,1076),(9808,35,945),(9808,36,871),(9808,37,848),(9808,38,1010),(9808,39,52),(9869,34,5),(9871,34,5),(9899,38,1),(9899,39,1),(9899,40,1),(9917,38,176),(9919,38,248),(9921,38,344),(9923,38,474),(9925,38,654),(9927,38,906),(9929,38,1267),(9931,38,1798),(9933,38,2594),(9935,38,3827),(9937,38,5805),(9939,38,9145),(9941,38,1),(9941,39,1),(9941,40,1),(9942,38,1),(9942,39,1),(9942,40,1),(9943,38,1),(9943,39,1),(9943,40,1),(9944,34,8050),(9944,35,1459),(9947,40,8),(9947,25242,17),(9950,40,8),(9950,25237,17),(9956,38,1),(9956,39,1),(9956,40,1),(9957,38,1),(9957,39,1),(9957,40,1),(10039,34,71),(10039,35,24),(10039,36,1),(10071,34,300),(10071,39,166),(10071,40,333),(10073,34,300),(10073,39,166),(10073,40,333),(10151,40,8),(10151,25335,13),(10152,40,8),(10152,25342,11),(10155,40,8),(10155,25241,13),(10156,40,8),(10156,25283,11),(10164,40,8),(10164,25334,17),(10165,40,8),(10165,25341,13),(10166,40,8),(10166,25348,11),(10188,34,508),(10188,35,89),(10188,36,214),(10188,37,1),(10188,38,2),(10190,34,8050),(10190,35,1459),(10190,3689,8),(10190,9842,3),(10190,11399,5),(10190,11540,8),(10204,38,2),(10204,39,2),(10204,40,2),(10208,38,2),(10208,39,2),(10208,40,2),(10209,38,4),(10209,39,4),(10209,40,4),(10210,38,8),(10210,39,8),(10210,40,8),(10211,38,16),(10211,39,16),(10211,40,16),(10212,38,2),(10212,39,2),(10212,40,2),(10213,38,4),(10213,39,4),(10213,40,4),(10214,38,8),(10214,39,8),(10214,40,8),(10215,38,16),(10215,39,16),(10215,40,16),(10216,38,2),(10216,39,2),(10216,40,2),(10217,38,4),(10217,39,4),(10217,40,4),(10218,38,8),(10218,39,8),(10218,40,8),(10219,38,16),(10219,39,16),(10219,40,16),(10221,38,2),(10221,39,2),(10221,40,2),(10222,38,4),(10222,39,4),(10222,40,4),(10223,38,8),(10223,39,8),(10223,40,8),(10224,38,16),(10224,39,16),(10224,40,16),(10225,38,2),(10225,39,2),(10225,40,2),(10226,38,4),(10226,39,4),(10226,40,4),(10227,38,8),(10227,39,8),(10227,40,8),(10228,38,1),(10228,39,1),(10228,40,1),(10244,38,1),(10244,39,1),(10244,40,1),(10246,34,77),(10246,37,4),(10246,38,13),(10246,40,2),(10248,34,69),(10248,37,4),(10248,38,12),(10248,40,1),(10250,34,77),(10250,37,4),(10250,38,13),(10250,40,2),(10250,9848,5),(10250,11399,3),(10250,11541,1),(10250,11689,1),(10252,34,69),(10252,37,4),(10252,38,12),(10252,40,1),(10257,21947,11),(10257,21949,11),(10257,21951,11),(10257,21953,44),(10257,21955,44),(10257,21957,11),(10257,21961,11),(10257,21963,11),(10257,21965,11),(10257,21967,178),(10257,21969,11),(10258,21947,11),(10258,21949,11),(10258,21951,11),(10258,21955,22),(10258,21957,11),(10258,21959,111),(10258,21961,11),(10258,21965,11),(10258,21967,89),(10258,21969,11),(10260,21947,11),(10260,21949,11),(10260,21951,11),(10260,21953,44),(10260,21955,178),(10260,21957,11),(10260,21961,11),(10260,21965,11),(10260,21967,44),(10260,21969,11),(10629,34,556),(10629,35,278),(10631,34,556),(10631,35,278),(10631,9848,1),(10631,11399,1),(10631,11540,1),(10642,34,560),(10642,35,492),(10642,36,92),(10642,37,2),(10642,38,3),(10678,34,1311),(10678,35,473),(10678,36,103),(10678,37,2),(10680,34,1311),(10680,35,473),(10680,36,103),(10680,37,2),(10680,9848,1),(10680,11399,5),(10680,11690,8),(10688,34,590),(10688,35,213),(10688,36,46),(10688,37,1),(10690,34,590),(10690,35,213),(10690,36,46),(10690,37,1),(10692,34,590),(10692,35,213),(10692,36,46),(10692,37,1),(10694,34,590),(10694,35,213),(10694,36,46),(10694,37,1),(10836,35,1327),(10836,36,481),(10836,37,113),(10838,36,1327),(10838,37,481),(10838,38,113),(10840,37,1327),(10840,38,481),(10840,39,228),(10842,37,1327),(10842,38,481),(10842,39,228),(10842,9838,12),(10842,11399,9),(10842,11558,29),(10850,35,1327),(10850,36,481),(10850,37,113),(10850,9838,3),(10850,11399,3),(10850,11556,6),(10858,36,1327),(10858,37,481),(10858,38,113),(10858,9838,6),(10858,11399,6),(10858,11556,14),(10866,35,597),(10866,36,216),(10866,37,51),(10868,35,597),(10868,36,216),(10868,37,51),(10870,35,597),(10870,36,216),(10870,37,51),(10872,35,597),(10872,36,216),(10872,37,51),(10874,36,597),(10874,37,216),(10874,38,51),(10876,36,597),(10876,37,216),(10876,38,51),(10878,36,597),(10878,37,216),(10878,38,51),(10880,36,597),(10880,37,216),(10880,38,51),(10882,37,597),(10882,38,216),(10882,39,51),(10884,37,597),(10884,38,216),(10884,39,51),(10886,37,597),(10886,38,216),(10886,39,51),(10888,37,597),(10888,38,216),(10888,39,51),(10998,34,566),(10998,35,504),(10998,36,186),(11011,34,341927),(11011,35,85780),(11011,36,29088),(11011,37,5943),(11011,38,1418),(11011,39,580),(11011,40,118),(11014,34,1111),(11014,37,111),(11014,38,33),(11014,40,26),(11014,2349,2),(11017,34,949),(11017,37,111),(11017,38,56),(11017,40,22),(11017,2346,3),(11019,34,11528),(11019,35,9882),(11019,36,3656),(11019,37,7),(11052,34,949),(11052,37,111),(11052,40,22),(11052,2346,3),(11101,34,7245),(11101,35,1313),(11103,34,7245),(11103,35,1313),(11105,34,7245),(11105,35,1313),(11107,34,7245),(11107,35,1313),(11109,34,508),(11109,35,89),(11109,36,214),(11109,37,1),(11109,38,2),(11111,34,508),(11111,35,89),(11111,36,214),(11111,37,1),(11111,38,2),(11113,34,508),(11113,35,89),(11113,36,214),(11113,37,1),(11113,38,2),(11115,34,508),(11115,35,89),(11115,36,214),(11115,37,1),(11115,38,2),(11129,34,2778),(11132,34,2778),(11134,34,2778),(11172,34,16667),(11172,35,10556),(11172,36,2556),(11172,37,278),(11172,38,50),(11172,39,44),(11172,40,4),(11172,3828,23),(11172,11399,15),(11172,11531,30),(11172,11535,68),(11172,11541,165),(11172,11545,300),(11172,11547,3),(11172,11553,60),(11172,11556,15),(11174,34,15556),(11174,35,13333),(11174,36,2222),(11174,37,56),(11174,38,2),(11174,39,4),(11174,3828,23),(11174,11399,15),(11174,11531,30),(11174,11535,75),(11174,11541,150),(11174,11545,375),(11174,11547,3),(11174,11553,75),(11174,11556,15),(11176,34,20000),(11176,35,4444),(11176,36,2111),(11176,37,556),(11176,38,11),(11176,39,2),(11176,3828,15),(11176,11399,8),(11176,11533,45),(11176,11534,30),(11176,11540,120),(11176,11544,450),(11176,11550,5),(11176,11552,75),(11176,11558,23),(11178,34,20000),(11178,35,4444),(11178,36,2111),(11178,37,556),(11178,38,11),(11178,39,2),(11178,3828,15),(11178,11399,8),(11178,11533,45),(11178,11534,30),(11178,11540,120),(11178,11544,450),(11178,11550,5),(11178,11552,75),(11178,11558,23),(11182,34,15556),(11182,35,10222),(11182,36,2778),(11182,37,111),(11182,38,78),(11182,39,34),(11182,40,6),(11182,3828,23),(11182,11399,15),(11182,11530,30),(11182,11536,68),(11182,11538,165),(11182,11542,300),(11182,11548,3),(11182,11551,60),(11182,11555,15),(11184,34,22222),(11184,35,4444),(11184,36,1667),(11184,37,333),(11184,38,67),(11184,39,12),(11184,3828,15),(11184,11399,8),(11184,11532,45),(11184,11537,30),(11184,11539,120),(11184,11543,450),(11184,11549,5),(11184,11554,75),(11184,11557,23),(11186,34,22222),(11186,35,4444),(11186,36,1667),(11186,37,333),(11186,38,67),(11186,39,12),(11186,3828,15),(11186,11399,8),(11186,11532,45),(11186,11537,30),(11186,11539,120),(11186,11543,450),(11186,11549,5),(11186,11554,75),(11186,11557,23),(11188,34,13889),(11188,35,6111),(11188,36,4000),(11188,37,167),(11188,38,67),(11188,39,14),(11188,40,4),(11188,3828,23),(11188,11399,15),(11188,11532,30),(11188,11537,68),(11188,11539,165),(11188,11543,300),(11188,11549,3),(11188,11554,60),(11188,11557,15),(11190,34,13333),(11190,35,12222),(11190,36,1333),(11190,37,278),(11190,38,83),(11190,39,22),(11190,40,12),(11190,3828,23),(11190,11399,15),(11190,11532,30),(11190,11537,75),(11190,11539,150),(11190,11543,375),(11190,11549,3),(11190,11554,75),(11190,11557,15),(11192,34,13333),(11192,35,11111),(11192,36,2444),(11192,37,556),(11192,38,56),(11192,39,16),(11192,40,8),(11192,3828,23),(11192,11399,15),(11192,11533,30),(11192,11534,68),(11192,11540,165),(11192,11544,300),(11192,11550,3),(11192,11552,60),(11192,11558,15),(11194,34,13333),(11194,35,12778),(11194,36,1667),(11194,37,222),(11194,38,56),(11194,39,22),(11194,40,6),(11194,3828,23),(11194,11399,15),(11194,11533,30),(11194,11534,75),(11194,11540,150),(11194,11544,375),(11194,11550,3),(11194,11552,75),(11194,11558,15),(11196,34,21111),(11196,35,5000),(11196,36,1667),(11196,37,111),(11196,38,100),(11196,40,6),(11196,3828,15),(11196,11399,8),(11196,11530,45),(11196,11536,30),(11196,11538,120),(11196,11542,450),(11196,11548,5),(11196,11551,75),(11196,11555,23),(11198,34,21111),(11198,35,5000),(11198,36,1667),(11198,37,111),(11198,38,100),(11198,40,6),(11198,3828,15),(11198,11399,8),(11198,11530,45),(11198,11536,30),(11198,11538,120),(11198,11542,450),(11198,11548,5),(11198,11551,75),(11198,11555,23),(11200,34,20556),(11200,35,3889),(11200,36,2222),(11200,37,278),(11200,38,56),(11200,39,12),(11200,3828,15),(11200,11399,8),(11200,11531,45),(11200,11535,30),(11200,11541,120),(11200,11545,450),(11200,11547,5),(11200,11553,75),(11200,11556,23),(11202,34,20556),(11202,35,3889),(11202,36,2222),(11202,37,278),(11202,38,56),(11202,39,12),(11202,3828,15),(11202,11399,8),(11202,11531,45),(11202,11535,30),(11202,11541,120),(11202,11545,450),(11202,11547,5),(11202,11553,75),(11202,11556,23),(11215,34,6653),(11215,35,2374),(11215,36,1),(11215,37,8),(11217,34,10178),(11217,35,6494),(11217,36,7),(11217,38,3),(11217,40,2),(11219,34,10178),(11219,35,6494),(11219,36,7),(11219,38,3),(11219,40,2),(11219,11399,5),(11219,11543,3),(11219,11544,3),(11219,11554,3),(11225,34,6653),(11225,35,2374),(11225,36,1),(11225,37,8),(11227,34,10178),(11227,35,6494),(11227,36,7),(11227,38,3),(11227,40,2),(11229,34,10178),(11229,35,6494),(11229,36,7),(11229,38,3),(11229,40,2),(11229,11399,5),(11229,11543,5),(11229,11545,5),(11229,11554,3),(11235,34,6653),(11235,35,2374),(11235,36,1),(11235,37,8),(11237,34,10178),(11237,35,6494),(11237,36,7),(11237,38,3),(11237,40,2),(11239,34,10178),(11239,35,6494),(11239,36,7),(11239,38,3),(11239,40,2),(11239,11399,5),(11239,11542,1),(11239,11543,3),(11239,11544,3),(11239,11554,3),(11245,34,6653),(11245,35,2374),(11245,36,1),(11245,37,8),(11247,34,10178),(11247,35,6494),(11247,36,7),(11247,38,3),(11247,40,2),(11249,34,10178),(11249,35,6494),(11249,36,7),(11249,38,3),(11249,40,2),(11249,11399,5),(11249,11542,3),(11249,11544,3),(11249,11545,3),(11249,11554,3),(11255,34,6653),(11255,35,2374),(11255,36,1),(11255,37,8),(11257,34,10178),(11257,35,6494),(11257,36,7),(11257,38,3),(11257,40,2),(11259,34,10178),(11259,35,6494),(11259,36,7),(11259,38,3),(11259,40,2),(11259,11399,5),(11259,11545,6),(11259,11554,3),(11265,34,2350),(11265,35,2530),(11265,36,939),(11265,38,1),(11267,34,6013),(11267,35,4514),(11267,36,1612),(11267,39,2),(11267,40,2),(11269,34,6013),(11269,35,4514),(11269,36,1612),(11269,39,2),(11269,40,2),(11269,11399,5),(11269,11542,1),(11269,11543,1),(11269,11544,1),(11269,11545,1),(11269,11554,3),(11277,34,13467),(11277,35,8383),(11277,36,570),(11277,37,18),(11277,38,3),(11277,39,16),(11279,34,18938),(11279,35,18012),(11279,36,13619),(11279,37,877),(11279,39,2),(11279,40,12),(11283,34,331),(11283,35,437),(11283,36,24),(11283,37,7),(11283,38,9),(11283,39,8),(11285,34,1951),(11285,35,398),(11285,36,167),(11285,37,13),(11285,39,4),(11285,40,2),(11287,34,1984),(11287,35,383),(11287,36,371),(11287,39,4),(11287,40,4),(11289,34,1502),(11289,35,440),(11289,36,252),(11289,38,13),(11289,39,6),(11289,40,6),(11291,34,1982),(11291,35,98),(11291,36,181),(11291,38,1),(11293,34,751),(11293,35,226),(11293,36,311),(11293,37,43),(11293,38,2),(11293,39,2),(11295,34,5244),(11295,35,3160),(11295,36,842),(11295,38,20),(11295,39,6),(11295,40,2),(11297,34,10591),(11297,35,6983),(11297,36,2503),(11297,37,1),(11297,39,12),(11297,40,2),(11299,34,12218),(11299,35,11594),(11299,36,8360),(11299,37,231),(11299,38,6),(11299,40,6),(11301,34,12461),(11301,35,5417),(11301,38,3),(11301,39,16),(11303,34,14720),(11303,35,5174),(11303,37,94),(11303,38,13),(11303,39,14),(11303,40,2),(11305,34,12494),(11305,35,6187),(11305,37,2),(11305,38,7),(11305,39,14),(11305,40,2),(11307,34,9532),(11307,35,6285),(11307,36,2253),(11307,37,1),(11307,39,5),(11307,40,1),(11309,34,9532),(11309,35,6285),(11309,36,2253),(11309,37,1),(11309,39,5),(11309,40,1),(11311,34,9532),(11311,35,6285),(11311,36,2253),(11311,37,1),(11311,39,5),(11311,40,1),(11313,34,9532),(11313,35,6285),(11313,36,2253),(11313,37,1),(11313,39,5),(11313,40,1),(11315,34,10996),(11315,35,10435),(11315,36,7524),(11315,37,208),(11315,38,5),(11315,40,3),(11317,34,10996),(11317,35,10435),(11317,36,7524),(11317,37,208),(11317,38,5),(11317,40,3),(11319,34,10996),(11319,35,10435),(11319,36,7524),(11319,37,208),(11319,38,5),(11319,40,3),(11321,34,10996),(11321,35,10435),(11321,36,7524),(11321,37,208),(11321,38,5),(11321,40,3),(11323,34,17044),(11323,35,16211),(11323,36,12257),(11323,37,789),(11323,39,1),(11323,40,5),(11325,34,17044),(11325,35,16211),(11325,36,12257),(11325,37,789),(11325,39,1),(11325,40,5),(11327,34,17044),(11327,35,16211),(11327,36,12257),(11327,37,789),(11327,39,1),(11327,40,5),(11329,34,17044),(11329,35,16211),(11329,36,12257),(11329,37,789),(11329,39,1),(11329,40,5),(11331,34,3045),(11331,35,2492),(11331,36,163),(11333,34,3045),(11333,35,2492),(11333,36,163),(11335,34,3045),(11335,35,2492),(11335,36,163),(11337,34,3045),(11337,35,2492),(11337,36,163),(11339,34,676),(11339,35,203),(11339,36,280),(11339,37,39),(11339,38,2),(11339,39,1),(11341,34,676),(11341,35,203),(11341,36,280),(11341,37,39),(11341,38,2),(11341,39,1),(11343,34,676),(11343,35,203),(11343,36,280),(11343,37,39),(11343,38,2),(11343,39,1),(11345,34,676),(11345,35,203),(11345,36,280),(11345,37,39),(11345,38,2),(11345,39,1),(11347,34,4720),(11347,35,2844),(11347,36,758),(11347,38,18),(11347,39,3),(11347,40,1),(11349,34,4720),(11349,35,2844),(11349,36,758),(11349,38,18),(11349,39,3),(11349,40,1),(11351,34,4720),(11351,35,2844),(11351,36,758),(11351,38,18),(11351,39,3),(11351,40,1),(11353,34,4720),(11353,35,2844),(11353,36,758),(11353,38,18),(11353,39,3),(11353,40,1),(11355,34,896),(11355,35,3),(11355,36,112),(11355,37,1),(11357,34,1506),(11357,35,924),(11357,36,108),(11359,34,4318),(11359,35,3256),(11359,36,1),(11365,34,22778),(11365,35,6111),(11365,36,2889),(11365,37,400),(11365,38,89),(11365,39,34),(11365,3828,38),(11365,11399,45),(11365,11532,30),(11365,11537,30),(11365,11539,135),(11365,11543,750),(11365,11549,8),(11365,11554,90),(11365,11557,30),(11370,34,16253),(11370,35,6353),(11370,36,778),(11370,37,460),(11370,38,171),(11370,39,134),(11370,40,34),(11370,2349,2),(11370,2361,3),(11370,9840,6),(11370,9842,6),(11370,11399,11),(11371,34,22778),(11371,35,6222),(11371,36,2222),(11371,37,356),(11371,38,133),(11371,39,34),(11371,40,2),(11371,3828,38),(11371,11399,45),(11371,11530,23),(11371,11536,30),(11371,11538,135),(11371,11542,900),(11371,11548,8),(11371,11551,90),(11371,11555,30),(11373,34,22778),(11373,35,6222),(11373,36,2222),(11373,37,356),(11373,38,133),(11373,39,34),(11373,40,2),(11373,3828,28),(11373,11399,33),(11373,11530,33),(11373,11536,22),(11373,11538,22),(11373,11542,44),(11373,11548,44),(11373,11551,33),(11373,11555,44),(11375,34,23333),(11375,35,6333),(11375,36,3000),(11375,37,333),(11375,38,78),(11375,39,22),(11375,40,2),(11375,3828,22),(11375,11399,39),(11375,11531,22),(11375,11535,56),(11375,11541,39),(11375,11545,28),(11375,11547,22),(11375,11553,22),(11375,11556,22),(11377,34,23333),(11377,35,6333),(11377,36,3000),(11377,37,333),(11377,38,78),(11377,39,22),(11377,40,2),(11377,3828,30),(11377,11399,38),(11377,11531,30),(11377,11535,60),(11377,11541,180),(11377,11545,300),(11377,11547,6),(11377,11553,60),(11377,11556,15),(11379,34,21111),(11379,35,8889),(11379,36,3111),(11379,37,589),(11379,38,2),(11379,39,4),(11379,40,4),(11379,3828,38),(11379,11399,45),(11379,11533,30),(11379,11534,30),(11379,11540,135),(11379,11544,750),(11379,11550,8),(11379,11552,90),(11379,11558,30),(11381,34,21111),(11381,35,8889),(11381,36,3111),(11381,37,589),(11381,38,2),(11381,39,4),(11381,40,4),(11381,3828,38),(11381,11399,45),(11381,11533,23),(11381,11534,30),(11381,11540,135),(11381,11544,900),(11381,11550,8),(11381,11552,90),(11381,11558,30),(11383,34,12889),(11383,35,10953),(11383,36,633),(11383,38,2),(11383,39,12),(11383,40,12),(11383,3828,17),(11383,11532,22),(11383,11537,22),(11383,11539,39),(11383,11543,39),(11383,11549,50),(11383,11554,22),(11383,11557,44),(11387,34,14444),(11387,35,5111),(11387,36,2778),(11387,37,278),(11387,38,83),(11387,39,22),(11387,40,8),(11387,3828,23),(11387,11399,15),(11387,11530,30),(11387,11536,75),(11387,11538,150),(11387,11542,375),(11387,11548,3),(11387,11551,75),(11387,11555,15),(11389,34,12889),(11389,35,10953),(11389,36,633),(11389,38,2),(11389,39,12),(11389,40,12),(11389,3828,17),(11389,11531,22),(11389,11535,22),(11389,11541,39),(11389,11545,50),(11389,11547,22),(11389,11553,22),(11389,11556,44),(11393,34,22778),(11393,35,6111),(11393,36,2889),(11393,37,400),(11393,38,89),(11393,39,34),(11393,3828,38),(11393,11399,45),(11393,11532,23),(11393,11537,30),(11393,11539,135),(11393,11543,900),(11393,11549,8),(11393,11554,90),(11393,11557,30),(11396,11399,300),(11400,34,22778),(11400,35,6222),(11400,36,2222),(11400,37,356),(11400,38,133),(11400,39,34),(11400,40,2),(11400,3828,38),(11400,11399,45),(11400,11530,30),(11400,11536,30),(11400,11538,135),(11400,11542,750),(11400,11548,8),(11400,11551,90),(11400,11555,30),(11457,36,89),(11457,37,167),(11457,38,80),(11458,36,89),(11458,37,167),(11458,38,80),(11459,36,89),(11459,37,167),(11459,38,80),(11460,36,89),(11460,37,167),(11460,38,80),(11461,36,89),(11461,37,167),(11461,38,80),(11462,36,89),(11462,37,167),(11462,38,80),(11463,36,89),(11463,37,167),(11463,38,80),(11464,36,89),(11464,37,167),(11464,38,80),(11465,36,89),(11465,37,167),(11465,38,80),(11466,36,89),(11466,37,167),(11466,38,80),(11467,36,89),(11467,37,167),(11467,38,80),(11468,37,167),(11468,38,44),(11468,40,2),(11469,37,167),(11469,38,44),(11469,40,2),(11470,37,167),(11470,38,44),(11470,40,2),(11471,37,167),(11471,38,44),(11471,40,2),(11472,37,167),(11472,38,89),(11472,40,8),(11473,34,89),(11473,37,111),(11473,39,18),(11473,40,18),(11473,20431,222),(11474,34,556),(11474,35,444),(11474,36,222),(11474,37,82),(11474,38,36),(11475,34,556),(11475,35,444),(11475,36,222),(11475,37,82),(11475,38,36),(11476,34,556),(11476,35,444),(11476,36,222),(11476,37,82),(11476,38,36),(11477,34,556),(11477,35,444),(11477,36,222),(11477,37,82),(11477,38,36),(11478,34,556),(11478,35,444),(11478,36,222),(11478,37,82),(11478,38,36),(11479,34,1111),(11479,35,889),(11479,36,444),(11479,37,82),(11479,38,36),(11480,34,2222),(11480,35,1778),(11480,36,889),(11480,37,82),(11480,38,36),(11481,34,556),(11481,35,444),(11481,36,222),(11481,37,82),(11481,38,36),(11482,34,556),(11482,35,444),(11482,36,222),(11482,37,82),(11482,38,36),(11483,34,556),(11483,35,444),(11483,36,222),(11483,37,82),(11483,38,36),(11484,34,556),(11484,35,444),(11484,36,222),(11484,37,82),(11484,38,36),(11485,34,556),(11485,35,444),(11485,36,222),(11485,37,82),(11485,38,36),(11486,34,556),(11486,35,444),(11486,36,222),(11486,37,82),(11486,38,36),(11488,34,17778),(11488,39,36),(11489,34,35556),(11489,39,72),(11490,34,3368),(11490,35,2753),(11490,36,38),(11490,38,2),(11513,34,556),(11513,35,444),(11513,36,222),(11513,37,82),(11513,38,36),(11514,34,556),(11514,35,444),(11514,36,222),(11514,37,82),(11514,38,36),(11530,16673,13),(11530,16680,3),(11530,16683,1),(11531,16670,13),(11531,16680,3),(11531,16683,1),(11532,16672,13),(11532,16680,3),(11532,16683,1),(11533,16671,13),(11533,16680,3),(11533,16683,1),(11534,16671,22),(11534,16681,1),(11534,16682,2),(11535,16670,22),(11535,16681,1),(11535,16682,2),(11536,16673,22),(11536,16681,1),(11536,16682,2),(11537,16672,22),(11537,16681,1),(11537,16682,2),(11538,16673,17),(11538,16680,6),(11538,16681,2),(11538,33361,2),(11539,16672,17),(11539,16680,6),(11539,16681,2),(11539,33360,2),(11540,16671,17),(11540,16680,6),(11540,16681,2),(11540,33362,2),(11541,16670,17),(11541,16680,6),(11541,16681,2),(11541,33359,2),(11542,16673,44),(11542,16678,11),(11543,16672,44),(11543,16678,11),(11544,16671,44),(11544,16678,11),(11545,16670,44),(11545,16678,11),(11547,16670,9),(11547,17317,2),(11548,16673,9),(11548,17317,2),(11549,16672,9),(11549,17317,2),(11550,16671,9),(11550,17317,2),(11551,16673,27),(11551,16679,11),(11551,16681,1),(11551,33361,2),(11552,16671,27),(11552,16679,11),(11552,16681,1),(11552,33362,2),(11553,16670,27),(11553,16679,11),(11553,16681,1),(11553,33359,2),(11554,16672,27),(11554,16679,11),(11554,16681,1),(11554,33360,2),(11555,16673,22),(11555,16678,9),(11555,16683,1),(11556,16670,22),(11556,16678,9),(11556,16683,1),(11557,16672,22),(11557,16678,9),(11557,16683,1),(11558,16671,22),(11558,16678,9),(11558,16683,1),(11561,35,23700),(11561,36,574),(11561,38,87),(11561,40,34),(11563,34,9151),(11563,35,2737),(11563,36,988),(11563,37,150),(11563,38,148),(11567,21009,222),(11567,21011,556),(11567,21013,333),(11567,21017,556),(11567,21019,556),(11567,21021,556),(11567,21023,111),(11567,21025,556),(11567,21035,333),(11567,21037,444),(11567,24545,556),(11567,24547,556),(11567,24556,556),(11567,24558,556),(11567,24560,556),(11577,34,16253),(11577,35,6353),(11577,36,778),(11577,37,460),(11577,38,171),(11577,39,134),(11577,40,34),(11577,2349,2),(11577,2361,3),(11577,9840,6),(11577,9842,6),(11577,11399,11),(11577,11541,15),(11577,11693,15),(11578,34,16253),(11578,35,6353),(11578,36,778),(11578,37,460),(11578,38,171),(11578,39,134),(11578,40,34),(11578,2349,2),(11578,2361,3),(11578,9840,28),(11578,9842,28),(11578,11399,26),(11578,11541,33),(11578,11693,26),(11585,34,3),(11640,34,566),(11640,35,504),(11640,36,186),(11640,11399,5),(11640,11538,5),(11642,34,12461),(11642,35,5417),(11642,38,3),(11642,39,16),(11642,11399,23),(11642,11543,15),(11642,11558,27),(11644,34,12494),(11644,35,6187),(11644,37,2),(11644,38,7),(11644,39,14),(11644,40,2),(11644,11399,23),(11644,11544,15),(11644,11558,27),(11646,34,14720),(11646,35,5174),(11646,37,94),(11646,38,13),(11646,39,14),(11646,40,2),(11646,11399,23),(11646,11542,15),(11646,11558,27),(11648,34,13467),(11648,35,8383),(11648,36,570),(11648,37,18),(11648,38,3),(11648,39,16),(11648,11399,23),(11648,11545,15),(11648,11558,27),(11653,34,89),(11653,37,111),(11653,39,88),(11680,34,580),(11680,35,320),(11680,36,4),(11680,37,9),(11688,16670,31),(11688,16679,11),(11688,16682,1),(11689,16672,31),(11689,16679,11),(11689,16682,1),(11690,16671,31),(11690,16679,11),(11690,16682,1),(11691,16673,31),(11691,16679,11),(11691,16682,1),(11692,16673,22),(11692,16680,7),(11692,16681,2),(11693,16671,22),(11693,16680,7),(11693,16681,2),(11694,16672,22),(11694,16680,7),(11694,16681,2),(11695,16670,22),(11695,16680,7),(11695,16681,2),(11724,36,384),(11724,38,24),(11724,40,1),(11725,34,4096),(11725,35,1024),(11725,37,64),(11725,39,4),(11732,34,512),(11732,35,128),(11732,37,8),(11732,38,2),(11733,37,40),(11733,38,10),(11734,11399,2),(11735,37,32),(11735,38,8),(11736,36,192),(11736,37,48),(11736,38,12),(11736,39,3),(11737,35,128),(11737,37,8),(11738,35,192),(11738,36,48),(11738,37,12),(11738,38,3),(11739,34,160),(11739,35,40),(11739,36,10),(11740,34,768),(11740,38,3),(11741,36,24),(11741,37,6),(11744,34,14628),(11744,35,5718),(11744,36,700),(11744,37,414),(11744,38,154),(11744,39,60),(11744,40,15),(11746,36,89),(11746,37,167),(11746,38,80),(11936,34,8419596),(11936,35,2105337),(11936,36,527416),(11936,37,131693),(11936,38,32913),(11936,39,15928),(11936,40,5962),(11938,34,4778711),(11938,35,1195440),(11938,36,301302),(11938,37,74894),(11938,38,18684),(11938,39,8782),(11938,40,4078),(11940,34,22778),(11940,35,6111),(11940,36,2889),(11940,37,400),(11942,34,22778),(11942,35,6111),(11942,36,2889),(11942,37,400),(11957,34,411111),(11957,35,95556),(11957,36,40000),(11957,37,9444),(11957,38,2444),(11957,39,1222),(11957,40,334),(11957,3828,75),(11957,11399,150),(11957,11533,57),(11957,11534,495),(11957,11540,1800),(11957,11544,3750),(11957,11550,30),(11957,11552,375),(11957,11558,300),(11959,34,411111),(11959,35,95556),(11959,36,40000),(11959,37,9444),(11959,38,2444),(11959,39,1222),(11959,40,334),(11959,3828,75),(11959,11399,150),(11959,11533,60),(11959,11534,495),(11959,11540,1800),(11959,11544,3750),(11959,11550,30),(11959,11552,375),(11959,11558,300),(11961,34,433333),(11961,35,101111),(11961,36,43333),(11961,37,9000),(11961,38,2222),(11961,39,1000),(11961,40,178),(11961,3828,75),(11961,11399,150),(11961,11530,60),(11961,11536,495),(11961,11538,1800),(11961,11542,3750),(11961,11548,30),(11961,11551,375),(11961,11555,300),(11963,34,433333),(11963,35,101111),(11963,36,43333),(11963,37,9000),(11963,38,2222),(11963,39,1000),(11963,40,178),(11963,3828,75),(11963,11399,150),(11963,11530,57),(11963,11536,495),(11963,11538,1800),(11963,11542,3750),(11963,11548,30),(11963,11551,375),(11963,11555,300),(11965,34,444444),(11965,35,100000),(11965,36,41111),(11965,37,8889),(11965,38,2222),(11965,39,1112),(11965,40,222),(11965,3828,75),(11965,11399,150),(11965,11532,57),(11965,11537,495),(11965,11539,1800),(11965,11543,3750),(11965,11549,30),(11965,11554,375),(11965,11557,300),(11969,34,422222),(11969,35,96667),(11969,36,43333),(11969,37,10000),(11969,38,2111),(11969,39,1088),(11969,40,200),(11969,3828,75),(11969,11399,150),(11969,11531,57),(11969,11535,495),(11969,11541,1800),(11969,11545,3750),(11969,11547,30),(11969,11553,375),(11969,11556,300),(11971,34,422222),(11971,35,96667),(11971,36,43333),(11971,37,10000),(11971,38,2111),(11971,39,1088),(11971,40,200),(11971,3828,75),(11971,11399,150),(11971,11531,60),(11971,11535,495),(11971,11541,1800),(11971,11545,3750),(11971,11547,30),(11971,11553,375),(11971,11556,300),(11978,34,533333),(11978,35,140000),(11978,36,34444),(11978,37,8556),(11978,38,1222),(11978,39,822),(11978,40,156),(11978,3828,75),(11978,11399,90),(11978,11530,75),(11978,11536,263),(11978,11538,1800),(11978,11542,2250),(11978,11548,23),(11978,11551,750),(11978,11555,150),(11985,34,544444),(11985,35,130000),(11985,36,31111),(11985,37,8778),(11985,38,1556),(11985,39,888),(11985,40,178),(11985,3828,75),(11985,11399,90),(11985,11533,75),(11985,11534,263),(11985,11540,1800),(11985,11544,2250),(11985,11550,23),(11985,11552,750),(11985,11558,150),(11987,34,577778),(11987,35,115556),(11987,36,33333),(11987,37,8667),(11987,38,1444),(11987,39,778),(11987,40,134),(11987,3828,75),(11987,11399,90),(11987,11532,75),(11987,11537,263),(11987,11539,1800),(11987,11543,2250),(11987,11549,23),(11987,11554,750),(11987,11557,150),(11989,34,566667),(11989,35,134444),(11989,36,32222),(11989,37,8889),(11989,38,1111),(11989,39,800),(11989,40,200),(11989,3828,75),(11989,11399,90),(11989,11531,75),(11989,11535,263),(11989,11541,1800),(11989,11545,2250),(11989,11547,23),(11989,11553,750),(11989,11556,150),(11993,34,544444),(11993,35,122222),(11993,36,36667),(11993,37,10444),(11993,38,3333),(11993,39,1400),(11993,40,556),(11993,3828,150),(11993,11399,150),(11993,11533,75),(11993,11534,398),(11993,11540,1350),(11993,11544,5625),(11993,11550,38),(11993,11552,450),(11993,11558,450),(11995,34,611111),(11995,35,155556),(11995,36,40000),(11995,37,9889),(11995,38,2667),(11995,39,1266),(11995,40,388),(11995,3828,188),(11995,11399,150),(11995,11533,105),(11995,11534,180),(11995,11540,2970),(11995,11544,6750),(11995,11550,53),(11995,11552,660),(11995,11558,413),(11999,34,511111),(11999,35,188889),(11999,36,40000),(11999,37,10333),(11999,38,2778),(11999,39,1244),(11999,40,244),(11999,3828,150),(11999,11399,150),(11999,11530,75),(11999,11536,398),(11999,11538,1350),(11999,11542,5625),(11999,11548,38),(11999,11551,450),(11999,11555,450),(12003,34,566667),(12003,35,133333),(12003,36,37778),(12003,37,10667),(12003,38,2889),(12003,39,1312),(12003,40,412),(12003,3828,150),(12003,11399,150),(12003,11532,75),(12003,11537,398),(12003,11539,1350),(12003,11543,5625),(12003,11549,38),(12003,11554,450),(12003,11557,450),(12005,34,622222),(12005,35,133333),(12005,36,41111),(12005,37,10111),(12005,38,2889),(12005,39,1312),(12005,40,356),(12005,3828,150),(12005,11399,150),(12005,11531,75),(12005,11535,398),(12005,11541,1350),(12005,11545,5625),(12005,11547,38),(12005,11553,450),(12005,11556,450),(12011,34,611111),(12011,35,155556),(12011,36,40000),(12011,37,9889),(12011,38,2667),(12011,39,1266),(12011,40,388),(12011,3828,188),(12011,11399,150),(12011,11533,75),(12011,11534,165),(12011,11540,1350),(12011,11544,5625),(12011,11550,45),(12011,11552,600),(12011,11558,450),(12013,34,611111),(12013,35,166667),(12013,36,38889),(12013,37,10222),(12013,38,2556),(12013,39,1044),(12013,40,422),(12013,3828,188),(12013,11399,150),(12013,11530,105),(12013,11536,180),(12013,11538,2970),(12013,11542,6750),(12013,11548,53),(12013,11551,660),(12013,11555,413),(12015,34,611111),(12015,35,166667),(12015,36,38889),(12015,37,10222),(12015,38,2556),(12015,39,1044),(12015,40,422),(12015,3828,188),(12015,11399,150),(12015,11530,75),(12015,11536,165),(12015,11538,1350),(12015,11542,5625),(12015,11548,45),(12015,11551,600),(12015,11555,450),(12017,34,633333),(12017,35,144444),(12017,36,42222),(12017,37,10000),(12017,38,2556),(12017,39,1222),(12017,40,322),(12017,3828,188),(12017,11399,150),(12017,11532,105),(12017,11537,180),(12017,11539,2970),(12017,11543,6750),(12017,11549,53),(12017,11554,660),(12017,11557,413),(12019,34,633333),(12019,35,144444),(12019,36,42222),(12019,37,10000),(12019,38,2556),(12019,39,1222),(12019,40,322),(12019,3828,188),(12019,11399,150),(12019,11532,75),(12019,11537,165),(12019,11539,1350),(12019,11543,5625),(12019,11549,45),(12019,11554,600),(12019,11557,450),(12021,34,577778),(12021,35,144444),(12021,36,38889),(12021,37,10556),(12021,38,3000),(12021,39,1134),(12021,40,288),(12021,3828,188),(12021,11399,150),(12021,11531,105),(12021,11535,180),(12021,11541,2970),(12021,11545,6750),(12021,11547,53),(12021,11553,660),(12021,11556,413),(12023,34,577778),(12023,35,144444),(12023,36,38889),(12023,37,10556),(12023,38,3000),(12023,39,1134),(12023,40,288),(12023,3828,188),(12023,11399,150),(12023,11531,75),(12023,11535,165),(12023,11541,1350),(12023,11545,5625),(12023,11547,45),(12023,11553,600),(12023,11556,450),(12032,34,17778),(12032,35,5556),(12032,36,2889),(12032,37,1111),(12032,38,56),(12032,39,22),(12032,3828,30),(12032,11399,38),(12032,11533,30),(12032,11534,60),(12032,11540,180),(12032,11544,300),(12032,11550,6),(12032,11552,60),(12032,11558,15),(12034,34,17778),(12034,35,15000),(12034,36,2778),(12034,37,111),(12034,38,2),(12034,39,4),(12034,40,2),(12034,3828,30),(12034,11399,38),(12034,11530,30),(12034,11536,60),(12034,11538,180),(12034,11542,300),(12034,11548,6),(12034,11551,60),(12034,11555,15),(12036,34,17778),(12036,35,15000),(12036,36,2778),(12036,37,111),(12036,38,2),(12036,39,4),(12036,40,2),(12036,3828,22),(12036,11399,39),(12036,11530,33),(12036,11536,56),(12036,11538,39),(12036,11542,28),(12036,11548,28),(12036,11551,22),(12036,11555,22),(12038,34,16667),(12038,35,12222),(12038,36,2778),(12038,37,11),(12038,38,6),(12038,39,2),(12038,40,2),(12038,3828,30),(12038,11399,38),(12038,11532,30),(12038,11537,60),(12038,11539,180),(12038,11543,300),(12038,11549,6),(12038,11554,60),(12038,11557,15),(12042,34,13333),(12042,35,11111),(12042,36,4000),(12042,37,33),(12042,38,17),(12042,39,12),(12042,3828,38),(12042,11399,45),(12042,11531,30),(12042,11535,30),(12042,11541,135),(12042,11545,900),(12042,11547,8),(12042,11553,90),(12042,11556,30),(12044,34,13333),(12044,35,11111),(12044,36,4000),(12044,37,33),(12044,38,17),(12044,39,12),(12044,3828,38),(12044,11399,45),(12044,11531,23),(12044,11535,30),(12044,11541,135),(12044,11545,750),(12044,11547,8),(12044,11553,90),(12044,11556,30),(12052,34,17367),(12052,35,14709),(12052,36,68),(12052,37,1),(12052,38,1),(12052,39,2),(12052,40,4),(12054,34,63753),(12054,35,16381),(12054,36,4321),(12054,37,1006),(12054,38,308),(12054,39,112),(12054,40,20),(12056,34,3818),(12056,35,3477),(12056,36,3),(12056,37,2),(12058,34,3818),(12058,35,3477),(12058,36,3),(12058,37,2),(12058,11399,6),(12058,11530,6),(12058,11531,15),(12058,11549,8),(12066,34,19884),(12066,35,8922),(12066,36,1113),(12066,37,49),(12066,38,24),(12066,39,4),(12066,40,2),(12068,34,19884),(12068,35,8922),(12068,36,1113),(12068,37,49),(12068,38,24),(12068,39,4),(12068,40,2),(12068,11399,12),(12068,11530,12),(12068,11531,15),(12068,11549,8),(12076,34,17367),(12076,35,14709),(12076,36,68),(12076,37,1),(12076,38,1),(12076,39,2),(12076,40,4),(12076,11399,33),(12076,11530,48),(12076,11531,15),(12076,11549,8),(12084,34,63753),(12084,35,16381),(12084,36,4321),(12084,37,1006),(12084,38,308),(12084,39,112),(12084,40,20),(12084,11399,75),(12084,11530,96),(12084,11531,15),(12084,11549,8),(12102,34,35778),(12102,35,4679),(12102,38,17),(12102,40,16),(12102,9838,45),(12102,11399,14),(12102,11539,14),(12102,11554,23),(12108,34,7547),(12108,35,3947),(12108,36,2250),(12108,37,1667),(12108,38,111),(12108,3687,3),(12108,3689,2),(12198,34,17498),(12198,35,5814),(12198,36,3239),(12198,37,851),(12198,38,197),(12198,39,178),(12198,40,44),(12198,3687,11),(12199,34,69991),(12199,35,23258),(12199,36,12956),(12199,37,3404),(12199,38,787),(12199,39,712),(12199,40,178),(12199,3687,17),(12200,34,279966),(12200,35,93031),(12200,36,51822),(12200,37,13618),(12200,38,3147),(12200,39,2844),(12200,40,712),(12200,3687,22),(12217,34,16271),(12217,35,2127),(12217,38,8),(12217,40,6),(12219,34,2201418),(12219,35,434123),(12219,36,110079),(12219,37,45664),(12219,38,7656),(12219,39,2268),(12219,40,1528),(12221,34,16271),(12221,35,2127),(12221,38,8),(12221,40,6),(12221,9838,23),(12221,11399,9),(12221,11539,9),(12221,11554,15),(12223,34,2201418),(12223,35,434123),(12223,36,110079),(12223,37,45664),(12223,38,7656),(12223,39,2268),(12223,40,1528),(12223,9838,38),(12223,11539,18),(12223,11554,60),(12225,34,35778),(12225,35,4679),(12225,38,17),(12225,40,16),(12235,2867,20),(12235,2868,36),(12235,2869,29),(12235,2870,31),(12235,2871,20),(12235,2872,20),(12235,2875,31),(12235,2876,13),(12235,21037,9),(12236,2867,20),(12236,2868,36),(12236,2869,29),(12236,2870,31),(12236,2871,20),(12236,2872,20),(12236,2875,31),(12236,2876,13),(12236,21037,9),(12237,2867,1),(12237,2870,4),(12237,2872,1),(12237,2875,2),(12237,2876,1),(12237,21037,1),(12238,2867,2),(12238,2869,5),(12238,2870,4),(12238,2871,4),(12238,2872,4),(12238,2875,4),(12238,21037,2),(12239,2867,5),(12239,2869,7),(12239,2870,7),(12239,2871,5),(12239,2872,5),(12239,2875,7),(12239,21037,4),(12257,34,4547),(12257,35,3208),(12257,36,274),(12257,37,592),(12257,40,24),(12259,34,4547),(12259,35,3208),(12259,36,274),(12259,37,592),(12259,40,24),(12259,9838,30),(12259,11399,12),(12259,11539,15),(12259,11554,38),(12261,34,12169),(12261,35,6778),(12261,36,1099),(12261,37,3276),(12261,40,138),(12263,34,12169),(12263,35,6778),(12263,36,1099),(12263,37,3276),(12263,40,138),(12263,9838,45),(12263,11399,24),(12263,11539,30),(12263,11554,53),(12265,34,1484),(12265,35,211),(12265,36,397),(12265,37,198),(12265,39,40),(12265,40,6),(12267,34,1484),(12267,35,211),(12267,36,397),(12267,37,198),(12267,39,40),(12267,40,6),(12267,9838,23),(12267,11539,15),(12267,11554,30),(12269,34,1486),(12269,35,1486),(12269,36,1486),(12269,37,1486),(12269,39,100),(12269,40,48),(12271,34,1486),(12271,35,1486),(12271,36,1486),(12271,37,1486),(12271,39,100),(12271,40,48),(12271,9838,30),(12271,11539,23),(12271,11554,45),(12274,34,1351),(12274,36,636),(12274,37,4),(12274,39,14),(12274,40,4),(12304,37,2),(12304,38,6),(12306,37,2),(12306,38,6),(12339,37,2),(12339,38,6),(12340,37,2),(12340,38,6),(12341,37,2),(12341,38,6),(12342,37,2),(12342,38,6),(12343,37,2),(12343,38,6),(12344,34,4600),(12344,35,1583),(12344,36,1167),(12344,37,63),(12344,38,50),(12344,39,18),(12346,34,4600),(12346,35,1583),(12346,36,1167),(12346,37,63),(12346,38,50),(12346,39,18),(12346,9848,5),(12346,11399,5),(12346,11690,17),(12354,34,77413),(12354,35,19793),(12354,36,5731),(12354,37,1206),(12354,38,343),(12354,39,206),(12354,40,18),(12356,34,77413),(12356,35,19793),(12356,36,5731),(12356,37,1206),(12356,38,343),(12356,39,206),(12356,40,18),(12356,9848,14),(12356,11399,33),(12356,11690,32),(12369,37,2),(12369,38,6),(12370,37,2),(12370,38,6),(12371,37,2),(12371,38,6),(12372,37,2),(12372,38,6),(12373,37,2),(12373,38,6),(12374,37,2),(12374,38,6),(12375,37,2),(12375,38,6),(12377,37,2),(12377,38,6),(12378,37,2),(12378,38,6),(12379,37,2),(12379,38,6),(12380,37,2),(12380,38,6),(12381,37,2),(12381,38,6),(12382,37,2),(12382,38,6),(12384,37,2),(12384,38,6),(12444,37,2),(12444,38,6),(12445,37,2),(12445,38,6),(12446,37,2),(12446,38,6),(12447,37,2),(12447,38,6),(12448,37,2),(12448,38,6),(12449,37,2),(12449,38,6),(12450,37,2),(12450,38,6),(12451,37,2),(12451,38,6),(12452,37,2),(12452,38,6),(12453,37,2),(12453,38,6),(12454,37,2),(12454,38,6),(12455,37,2),(12455,38,6),(12456,37,2),(12456,38,6),(12457,37,2),(12457,38,6),(12460,37,2),(12460,38,6),(12461,37,2),(12461,38,6),(12462,37,2),(12462,38,6),(12463,37,2),(12463,38,6),(12465,37,2),(12465,38,6),(12466,37,2),(12466,38,6),(12467,37,2),(12467,38,6),(12468,37,2),(12468,38,6),(12469,37,2),(12469,38,6),(12474,37,2),(12474,38,6),(12475,37,2),(12475,38,6),(12476,37,2),(12476,38,6),(12477,37,2),(12477,38,6),(12479,37,2),(12479,38,6),(12480,37,2),(12480,38,6),(12481,37,2),(12481,38,6),(12528,37,2),(12528,38,6),(12529,37,2),(12529,38,6),(12530,37,2),(12530,38,6),(12531,37,2),(12531,38,6),(12532,37,2),(12532,38,6),(12533,37,2),(12533,38,6),(12534,37,2),(12534,38,6),(12535,37,2),(12535,38,6),(12536,37,2),(12536,38,6),(12537,37,2),(12537,38,6),(12538,37,2),(12538,38,6),(12539,37,2),(12539,38,6),(12540,37,2),(12540,38,6),(12541,37,2),(12541,38,6),(12542,37,2),(12542,38,6),(12543,37,2),(12543,38,6),(12544,37,2),(12544,38,6),(12545,37,2),(12545,38,6),(12546,37,2),(12546,38,6),(12547,37,2),(12547,38,6),(12548,37,2),(12548,38,6),(12549,37,2),(12549,38,6),(12550,37,2),(12550,38,6),(12551,37,2),(12551,38,6),(12552,11399,1),(12557,11399,1),(12557,16672,261),(12557,16679,45),(12559,11399,1),(12559,16672,261),(12559,16679,45),(12561,11399,1),(12563,11399,1),(12563,16672,108),(12563,16679,45),(12565,11399,1),(12565,16672,108),(12565,16679,45),(12597,37,2),(12597,38,6),(12598,37,2),(12598,38,6),(12599,37,2),(12599,38,6),(12600,37,2),(12600,38,6),(12601,37,2),(12601,38,6),(12604,34,496),(12604,36,31),(12608,11399,1),(12608,16673,300),(12608,16679,120),(12610,11399,1),(12612,11399,1),(12612,16670,60),(12612,16679,60),(12614,11399,1),(12614,16670,60),(12614,16679,60),(12616,11399,1),(12618,11399,1),(12618,16671,150),(12618,16679,75),(12620,11399,1),(12620,16671,150),(12620,16679,75),(12625,11399,1),(12625,16673,300),(12625,16679,120),(12629,11399,1),(12631,11399,3),(12631,16673,600),(12631,16679,150),(12633,11399,3),(12633,16673,600),(12633,16679,150),(12709,34,840),(12709,35,183),(12709,36,470),(12709,37,4),(12709,40,4),(12711,34,71),(12711,35,24),(12711,36,1),(12713,34,71),(12713,35,24),(12713,36,1),(12715,34,71),(12715,35,24),(12715,36,1),(12717,34,71),(12717,35,24),(12717,36,1),(12729,34,71111),(12729,35,12667),(12729,36,6667),(12729,37,444),(12729,38,222),(12729,39,66),(12729,40,12),(12729,3828,113),(12729,11399,60),(12729,11533,113),(12729,11534,90),(12729,11540,1200),(12729,11544,3000),(12729,11550,38),(12729,11552,225),(12729,11558,150),(12731,34,59444),(12731,35,15333),(12731,36,5833),(12731,37,1389),(12731,38,278),(12731,39,88),(12731,40,14),(12731,3828,225),(12731,11399,105),(12731,11533,75),(12731,11534,135),(12731,11540,1800),(12731,11544,5250),(12731,11550,45),(12731,11552,300),(12731,11558,375),(12733,34,47222),(12733,35,14444),(12733,36,6500),(12733,37,611),(12733,38,278),(12733,39,88),(12733,40,26),(12733,3828,113),(12733,11399,60),(12733,11532,113),(12733,11537,90),(12733,11539,1200),(12733,11543,3000),(12733,11549,38),(12733,11554,225),(12733,11557,150),(12735,34,82222),(12735,35,9333),(12735,36,3889),(12735,37,667),(12735,38,133),(12735,39,88),(12735,40,12),(12735,3828,113),(12735,11399,60),(12735,11530,113),(12735,11536,90),(12735,11538,1200),(12735,11542,3000),(12735,11548,38),(12735,11551,225),(12735,11555,150),(12743,34,53333),(12743,35,13444),(12743,36,5111),(12743,37,356),(12743,38,244),(12743,39,56),(12743,40,22),(12743,3828,113),(12743,11399,60),(12743,11531,113),(12743,11535,90),(12743,11541,1200),(12743,11545,3000),(12743,11547,38),(12743,11553,225),(12743,11556,150),(12745,34,69444),(12745,35,11667),(12745,36,4556),(12745,37,611),(12745,38,189),(12745,39,56),(12745,40,12),(12745,3828,225),(12745,11399,105),(12745,11531,75),(12745,11535,135),(12745,11541,1800),(12745,11545,5250),(12745,11547,45),(12745,11553,300),(12745,11556,375),(12747,34,73333),(12747,35,18889),(12747,36,7333),(12747,37,1233),(12747,38,344),(12747,39,112),(12747,40,18),(12747,3828,225),(12747,11399,105),(12747,11530,75),(12747,11536,135),(12747,11538,1800),(12747,11542,5250),(12747,11548,45),(12747,11551,300),(12747,11555,375),(12753,34,80556),(12753,35,18111),(12753,36,5667),(12753,37,556),(12753,38,183),(12753,39,88),(12753,40,20),(12753,3828,225),(12753,11399,105),(12753,11532,75),(12753,11537,135),(12753,11539,1800),(12753,11543,5250),(12753,11549,45),(12753,11554,300),(12753,11557,375),(12761,11399,30),(12761,16673,6000),(12761,16679,1500),(12763,11399,1),(12765,11399,30),(12765,16673,6000),(12765,16679,1500),(12767,11399,12),(12767,16673,2400),(12767,16679,600),(12769,11399,1),(12771,11399,12),(12771,16673,2400),(12771,16679,600),(12773,11399,6),(12773,16673,1200),(12773,16679,480),(12775,11399,15),(12775,16673,3000),(12775,16679,1200),(12777,11399,6),(12777,16673,1200),(12777,16679,480),(12779,11399,15),(12779,16673,3000),(12779,16679,1200),(12781,11399,1),(12783,11399,1),(12785,11399,6),(12785,16670,240),(12785,16679,240),(12787,11399,15),(12787,16670,600),(12787,16679,600),(12789,11399,6),(12789,16670,240),(12789,16679,240),(12791,11399,15),(12791,16670,600),(12791,16679,600),(12793,11399,1),(12795,11399,1),(12797,11399,1),(12799,11399,1),(12801,11399,6),(12801,16671,600),(12801,16679,300),(12803,11399,15),(12803,16671,1500),(12803,16679,750),(12805,11399,6),(12805,16671,600),(12805,16679,300),(12807,11399,15),(12807,16671,1500),(12807,16679,750),(12810,11399,1),(12812,11399,1),(12814,11399,6),(12814,16672,432),(12814,16679,180),(12816,11399,15),(12816,16672,1080),(12816,16679,450),(12818,11399,6),(12818,16672,432),(12818,16679,180),(12820,11399,15),(12820,16672,1080),(12820,16679,450),(12822,11399,6),(12822,16672,1044),(12822,16679,180),(12824,11399,15),(12824,16672,2610),(12824,16679,450),(12826,11399,6),(12826,16672,1044),(12826,16679,180),(12828,11399,15),(12828,16672,2610),(12828,16679,450),(12830,11399,1),(12832,11399,1),(13001,34,2093),(13001,35,1532),(13001,36,22),(13001,37,138),(13001,40,2),(13001,9838,8),(13001,11399,6),(13001,11539,8),(13001,11554,15),(13003,34,520),(13003,35,39),(13003,36,198),(13003,37,96),(13003,39,2),(13003,40,2),(13003,9838,8),(13003,11539,8),(13003,11554,15),(13119,9830,6),(13119,11399,1),(13119,11694,1),(13119,16672,45),(13119,16680,5),(13166,38,8),(13166,39,8),(13166,40,8),(13202,34,8192044),(13202,35,2048771),(13202,36,513478),(13202,37,128129),(13202,38,31986),(13202,39,15178),(13202,40,4674),(13209,38,1),(13209,39,1),(13209,40,1),(13216,38,2),(13216,39,2),(13216,40,2),(13217,38,2),(13217,39,2),(13217,40,2),(13218,38,2),(13218,39,2),(13218,40,2),(13219,38,2),(13219,39,2),(13219,40,2),(13220,38,2),(13220,39,2),(13220,40,2),(13221,38,2),(13221,39,2),(13221,40,2),(13222,38,2),(13222,39,2),(13222,40,2),(13223,38,2),(13223,39,2),(13223,40,2),(13224,38,2),(13224,39,2),(13224,40,2),(13225,38,2),(13225,39,2),(13225,40,2),(13226,38,2),(13226,39,2),(13226,40,2),(13227,38,2),(13227,39,2),(13227,40,2),(13228,38,2),(13228,39,2),(13228,40,2),(13229,38,2),(13229,39,2),(13229,40,2),(13230,38,2),(13230,39,2),(13230,40,2),(13231,38,2),(13231,39,2),(13231,40,2),(13232,38,2),(13232,39,2),(13232,40,2),(13233,38,2),(13233,39,2),(13233,40,2),(13234,38,2),(13234,39,2),(13234,40,2),(13235,38,2),(13235,39,2),(13235,40,2),(13236,38,2),(13236,39,2),(13236,40,2),(13237,38,2),(13237,39,2),(13237,40,2),(13238,38,2),(13238,39,2),(13238,40,2),(13239,38,2),(13239,39,2),(13239,40,2),(13240,38,2),(13240,39,2),(13240,40,2),(13241,38,2),(13241,39,2),(13241,40,2),(13242,38,2),(13242,39,2),(13242,40,2),(13243,38,2),(13243,39,2),(13243,40,2),(13244,38,2),(13244,39,2),(13244,40,2),(13245,38,2),(13245,39,2),(13245,40,2),(13246,38,2),(13246,39,2),(13246,40,2),(13247,38,2),(13247,39,2),(13247,40,2),(13248,38,2),(13248,39,2),(13248,40,2),(13249,38,2),(13249,39,2),(13249,40,2),(13250,38,2),(13250,39,2),(13250,40,2),(13251,38,2),(13251,39,2),(13251,40,2),(13252,38,2),(13252,39,2),(13252,40,2),(13253,38,2),(13253,39,2),(13253,40,2),(13254,38,2),(13254,39,2),(13254,40,2),(13255,38,2),(13255,39,2),(13255,40,2),(13256,38,2),(13256,39,2),(13256,40,2),(13257,38,2),(13257,39,2),(13257,40,2),(13258,38,2),(13258,39,2),(13258,40,2),(13259,38,2),(13259,39,2),(13259,40,2),(13260,38,2),(13260,39,2),(13260,40,2),(13261,38,2),(13261,39,2),(13261,40,2),(13262,38,2),(13262,39,2),(13262,40,2),(13263,38,2),(13263,39,2),(13263,40,2),(13265,38,2),(13265,39,2),(13265,40,2),(13283,38,8),(13283,39,8),(13283,40,8),(13284,38,8),(13284,39,8),(13284,40,8),(13285,38,8),(13285,39,8),(13285,40,8),(13286,38,8),(13286,39,8),(13286,40,8),(13287,38,8),(13287,39,8),(13287,40,8),(13320,34,92),(13320,35,1007),(13320,38,7),(13320,39,4),(13320,40,18),(13773,34,104),(13773,35,99),(13774,34,40980),(13774,35,10587),(13774,36,3876),(13774,37,1032),(13774,38,146),(13774,39,4),(13774,40,11),(13775,34,51246),(13775,35,13146),(13775,36,4386),(13775,37,1192),(13775,38,185),(13775,39,9),(13775,40,16),(13776,34,448),(13776,35,135),(13777,34,750),(13777,35,65),(13777,36,37),(13777,37,10),(13778,34,2004),(13778,35,579),(13778,36,539),(13779,34,718),(13779,35,310),(13779,36,65),(13780,2867,5),(13780,2869,11),(13780,2870,11),(13780,2871,5),(13780,2872,5),(13780,2875,11),(13780,2876,7),(13780,21037,2),(13781,34,1228),(13781,35,66),(13781,36,77),(13781,39,1),(13782,34,2038),(13782,35,739),(13782,36,1086),(13783,34,4090),(13783,35,1253),(13783,36,1272),(13783,37,6),(13784,34,4110),(13784,35,1341),(13784,36,1619),(13784,37,1),(13784,38,8),(13785,34,30738),(13785,35,8027),(13785,36,3238),(13785,37,878),(13785,38,105),(13785,39,2),(13785,40,6),(13786,34,372),(13786,35,269),(13786,36,222),(13787,34,6158),(13787,35,1852),(13787,36,1733),(13787,40,2),(13788,34,20498),(13788,35,5467),(13788,36,2727),(13788,37,718),(13788,38,56),(13788,39,3),(13791,34,6158),(13791,35,1852),(13791,36,1733),(13791,40,2),(13793,34,20498),(13793,35,5467),(13793,36,2727),(13793,37,718),(13793,38,56),(13793,39,3),(13795,34,784),(13795,35,2),(13795,36,35),(13795,37,6),(13797,34,496),(13797,35,51),(13797,36,2),(13797,38,1),(13799,34,2038),(13799,35,739),(13799,36,1086),(13801,34,2004),(13801,35,579),(13801,36,539),(13803,34,104),(13803,35,99),(13805,34,4110),(13805,35,1341),(13805,36,1619),(13805,37,1),(13805,38,8),(13807,34,4090),(13807,35,1253),(13807,36,1272),(13807,37,6),(13809,34,990),(13809,35,364),(13809,36,9),(13809,37,2),(13809,39,1),(13811,34,700),(13811,35,521),(13811,36,1),(13811,37,3),(13813,34,40980),(13813,35,10587),(13813,36,3876),(13813,37,1032),(13813,38,146),(13813,39,4),(13813,40,11),(13815,34,30738),(13815,35,8027),(13815,36,3238),(13815,37,878),(13815,38,105),(13815,39,2),(13815,40,6),(13817,34,51246),(13817,35,13146),(13817,36,4386),(13817,37,1192),(13817,38,185),(13817,39,9),(13817,40,16),(13819,34,372),(13819,35,269),(13819,36,222),(13820,34,20498),(13820,35,5467),(13820,36,2727),(13820,37,718),(13820,38,56),(13820,39,3),(13821,34,6158),(13821,35,1852),(13821,36,1733),(13821,40,2),(13822,34,784),(13822,35,2),(13822,36,35),(13822,37,6),(13823,34,496),(13823,35,51),(13823,36,2),(13823,38,1),(13824,34,2038),(13824,35,739),(13824,36,1086),(13825,34,2004),(13825,35,579),(13825,36,539),(13826,34,104),(13826,35,99),(13827,34,4110),(13827,35,1341),(13827,36,1619),(13827,37,1),(13827,38,8),(13828,34,4090),(13828,35,1253),(13828,36,1272),(13828,37,6),(13829,34,990),(13829,35,364),(13829,36,9),(13829,37,2),(13829,39,1),(13830,34,700),(13830,35,521),(13830,36,1),(13830,37,3),(13831,34,40980),(13831,35,10587),(13831,36,3876),(13831,37,1032),(13831,38,146),(13831,39,4),(13831,40,11),(13832,34,30738),(13832,35,8027),(13832,36,3238),(13832,37,878),(13832,38,105),(13832,39,2),(13832,40,6),(13833,34,372),(13833,35,269),(13833,36,222),(13834,34,51246),(13834,35,13146),(13834,36,4386),(13834,37,1192),(13834,38,185),(13834,39,9),(13834,40,16),(13856,9830,12),(13856,11399,1),(13856,11692,3),(13856,16680,12),(13864,34,590),(13864,35,213),(13864,36,46),(13864,37,1),(13865,34,590),(13865,35,213),(13865,36,46),(13865,37,1),(13866,34,1228),(13866,35,66),(13866,36,77),(13866,39,1),(13867,34,1228),(13867,35,66),(13867,36,77),(13867,39,1),(13868,34,4140),(13868,35,1425),(13868,36,1050),(13868,37,57),(13868,38,45),(13868,39,8),(13870,34,4140),(13870,35,1425),(13870,36,1050),(13870,37,57),(13870,38,45),(13870,39,8),(13872,34,4110),(13872,35,1341),(13872,36,1619),(13872,37,1),(13872,38,8),(13873,34,4110),(13873,35,1341),(13873,36,1619),(13873,37,1),(13873,38,8),(13874,34,69672),(13874,35,17814),(13874,36,5158),(13874,37,1085),(13874,38,309),(13874,39,93),(13874,40,8),(13876,34,69672),(13876,35,17814),(13876,36,5158),(13876,37,1085),(13876,38,309),(13876,39,93),(13876,40,8),(13878,34,51246),(13878,35,13146),(13878,36,4386),(13878,37,1192),(13878,38,185),(13878,39,9),(13878,40,16),(13879,34,51246),(13879,35,13146),(13879,36,4386),(13879,37,1192),(13879,38,185),(13879,39,9),(13879,40,16),(13880,34,372),(13880,35,269),(13880,36,222),(13881,34,372),(13881,35,269),(13881,36,222),(13882,34,6158),(13882,35,1852),(13882,36,1733),(13882,40,2),(13883,34,6158),(13883,35,1852),(13883,36,1733),(13883,40,2),(13884,34,2004),(13884,35,579),(13884,36,539),(13885,34,2038),(13885,35,739),(13885,36,1086),(13886,34,448),(13886,35,135),(13887,34,750),(13887,35,65),(13887,36,37),(13887,37,10),(13888,34,718),(13888,35,310),(13888,36,65),(13889,34,20498),(13889,35,5467),(13889,36,2727),(13889,37,718),(13889,38,56),(13889,39,3),(13890,34,30738),(13890,35,8027),(13890,36,3238),(13890,37,878),(13890,38,105),(13890,39,2),(13890,40,6),(13891,34,40980),(13891,35,10587),(13891,36,3876),(13891,37,1032),(13891,38,146),(13891,39,4),(13891,40,11),(13892,34,4090),(13892,35,1253),(13892,36,1272),(13892,37,6),(13893,34,104),(13893,35,99),(13894,34,104),(13894,35,99),(13919,34,252),(13919,35,221),(13919,36,41),(13919,37,1),(13919,38,1),(13920,34,252),(13920,35,221),(13920,36,41),(13920,37,1),(13920,38,1),(13921,34,1466),(13921,35,1316),(13921,36,48),(13922,34,1466),(13922,35,1316),(13922,36,48),(13923,34,3278),(13923,35,1725),(13923,36,7),(13924,34,3278),(13924,35,1725),(13924,36,7),(13925,34,212),(13925,35,322),(13926,34,212),(13926,35,322),(13927,34,110),(13927,35,1208),(13927,38,8),(13927,39,2),(13927,40,10),(13929,34,110),(13929,35,1208),(13929,38,8),(13929,39,2),(13929,40,10),(13931,34,500),(13931,35,250),(13933,34,500),(13933,35,250),(13935,34,608),(13935,36,286),(13935,37,2),(13935,39,3),(13935,40,1),(13937,34,608),(13937,36,286),(13937,37,2),(13937,39,3),(13937,40,1),(13939,34,696),(13939,35,442),(13939,36,466),(13939,37,3),(13939,39,2),(13941,34,608),(13941,36,286),(13941,37,2),(13941,39,3),(13941,40,1),(13943,34,608),(13943,36,286),(13943,37,2),(13943,39,3),(13943,40,1),(13945,34,7245),(13945,35,1313),(13947,36,597),(13947,37,216),(13947,38,51),(13948,36,597),(13948,37,216),(13948,38,51),(13949,35,597),(13949,36,216),(13949,37,51),(13950,35,597),(13950,36,216),(13950,37,51),(13951,34,597),(13951,35,216),(13951,36,51),(13952,34,597),(13952,35,216),(13952,36,51),(13953,37,597),(13953,38,216),(13953,39,51),(13954,37,597),(13954,38,216),(13954,39,51),(13955,34,2098),(13955,35,835),(13955,36,462),(13955,37,20),(13955,38,23),(13956,34,2098),(13956,35,835),(13956,36,462),(13956,37,20),(13956,38,23),(13957,34,2098),(13957,35,835),(13957,36,462),(13957,37,20),(13957,38,23),(13958,34,1022),(13958,35,478),(13958,36,407),(13958,38,2),(13959,34,1022),(13959,35,478),(13959,36,407),(13959,38,2),(13960,34,1022),(13960,35,478),(13960,36,407),(13960,38,2),(13962,34,386),(13962,35,129),(13962,40,1),(13963,34,386),(13963,35,129),(13963,40,1),(13964,34,386),(13964,35,129),(13964,40,1),(13965,34,50),(13965,35,128),(13965,36,400),(13965,37,150),(13965,38,8),(13965,40,1),(13966,34,50),(13966,35,128),(13966,36,400),(13966,37,150),(13966,38,8),(13966,40,1),(13967,34,50),(13967,35,128),(13967,36,400),(13967,37,150),(13967,38,8),(13967,40,1),(13968,34,168),(13968,36,135),(13968,37,1),(13968,38,2),(13969,34,75),(13969,35,200),(13969,36,500),(13969,37,250),(13969,38,10),(13969,40,1),(13970,34,23084),(13970,35,18525),(13970,38,3),(13970,39,2),(13972,34,23084),(13972,35,18525),(13972,38,3),(13972,39,2),(13974,34,39632),(13974,35,30434),(13974,37,85),(13974,38,12),(13974,39,1),(13974,40,1),(13976,34,39632),(13976,35,30434),(13976,37,85),(13976,38,12),(13976,39,1),(13976,40,1),(13978,34,34508),(13978,35,27433),(13978,37,2),(13978,38,6),(13978,40,1),(13980,34,34508),(13980,35,27433),(13980,37,2),(13980,38,6),(13980,40,1),(13982,34,27804),(13982,35,21799),(13982,36,513),(13982,37,16),(13982,38,3),(13984,34,27804),(13984,35,21799),(13984,36,513),(13984,37,16),(13984,38,3),(13986,34,23084),(13986,35,18525),(13986,38,3),(13986,39,2),(13988,34,39632),(13988,35,30434),(13988,37,85),(13988,38,12),(13988,39,1),(13988,40,1),(13990,34,34508),(13990,35,27433),(13990,37,2),(13990,38,6),(13990,40,1),(13992,34,27804),(13992,35,21799),(13992,36,513),(13992,37,16),(13992,38,3),(13994,34,50),(13994,35,128),(13994,36,400),(13994,37,150),(13994,38,8),(13994,40,1),(13995,34,50),(13995,35,128),(13995,36,400),(13995,37,150),(13995,38,8),(13995,40,1),(13996,34,50),(13996,35,128),(13996,36,400),(13996,37,150),(13996,38,8),(13996,40,1),(13997,34,168),(13997,36,135),(13997,37,1),(13997,38,2),(13998,34,75),(13998,35,200),(13998,36,500),(13998,37,250),(13998,38,10),(13998,40,1),(13999,34,806),(13999,35,628),(13999,36,26),(14001,34,806),(14001,35,628),(14001,36,26),(14003,34,806),(14003,35,628),(14003,36,26),(14005,34,599),(14005,35,452),(14005,36,1),(14005,37,1),(14007,34,599),(14007,35,452),(14007,36,1),(14007,37,1),(14009,34,599),(14009,35,452),(14009,36,1),(14009,37,1),(14011,34,599),(14011,35,452),(14011,36,1),(14011,37,1),(14013,34,599),(14013,35,452),(14013,36,1),(14013,37,1),(14015,34,599),(14015,35,452),(14015,36,1),(14015,37,1),(14017,34,599),(14017,35,452),(14017,36,1),(14017,37,1),(14019,34,599),(14019,35,452),(14019,36,1),(14019,37,1),(14021,34,599),(14021,35,452),(14021,36,1),(14021,37,1),(14023,34,599),(14023,35,452),(14023,36,1),(14023,37,1),(14025,34,599),(14025,35,452),(14025,36,1),(14025,37,1),(14027,34,599),(14027,35,452),(14027,36,1),(14027,37,1),(14029,34,1895),(14029,35,1869),(14031,34,1895),(14031,35,1869),(14033,34,1895),(14033,35,1869),(14035,34,1895),(14035,35,1869),(14037,34,1895),(14037,35,1869),(14039,34,1895),(14039,35,1869),(14041,34,1895),(14041,35,1869),(14043,34,1895),(14043,35,1869),(14045,35,21330),(14045,36,517),(14045,38,78),(14045,40,15),(14047,35,21330),(14047,36,517),(14047,38,78),(14047,40,15),(14049,34,806),(14049,35,628),(14049,36,26),(14051,34,599),(14051,35,452),(14051,36,1),(14051,37,1),(14053,34,599),(14053,35,452),(14053,36,1),(14053,37,1),(14055,34,599),(14055,35,452),(14055,36,1),(14055,37,1),(14057,34,599),(14057,35,452),(14057,36,1),(14057,37,1),(14059,34,23084),(14059,35,18525),(14059,38,3),(14059,39,2),(14061,34,39632),(14061,35,30434),(14061,37,85),(14061,38,12),(14061,39,1),(14061,40,1),(14063,34,34508),(14063,35,27433),(14063,37,2),(14063,38,6),(14063,40,1),(14065,34,27804),(14065,35,21799),(14065,36,513),(14065,37,16),(14065,38,3),(14067,34,2098),(14067,35,835),(14067,36,462),(14067,37,20),(14067,38,23),(14068,34,1022),(14068,35,478),(14068,36,407),(14068,38,2),(14069,34,386),(14069,35,129),(14069,40,1),(14070,34,5412),(14070,35,4063),(14070,36,1451),(14070,39,1),(14070,40,1),(14072,34,5412),(14072,35,4063),(14072,36,1451),(14072,39,1),(14072,40,1),(14074,34,5412),(14074,35,4063),(14074,36,1451),(14074,39,1),(14074,40,1),(14076,34,9160),(14076,35,5845),(14076,36,6),(14076,38,3),(14076,40,1),(14078,34,9160),(14078,35,5845),(14078,36,6),(14078,38,3),(14078,40,1),(14080,34,9160),(14080,35,5845),(14080,36,6),(14080,38,3),(14080,40,1),(14082,34,9160),(14082,35,5845),(14082,36,6),(14082,38,3),(14082,40,1),(14084,34,9160),(14084,35,5845),(14084,36,6),(14084,38,3),(14084,40,1),(14086,34,9160),(14086,35,5845),(14086,36,6),(14086,38,3),(14086,40,1),(14088,34,9160),(14088,35,5845),(14088,36,6),(14088,38,3),(14088,40,1),(14090,34,9160),(14090,35,5845),(14090,36,6),(14090,38,3),(14090,40,1),(14092,34,9160),(14092,35,5845),(14092,36,6),(14092,38,3),(14092,40,1),(14094,34,9160),(14094,35,5845),(14094,36,6),(14094,38,3),(14094,40,1),(14096,34,9160),(14096,35,5845),(14096,36,6),(14096,38,3),(14096,40,1),(14098,34,9160),(14098,35,5845),(14098,36,6),(14098,38,3),(14098,40,1),(14100,34,484),(14100,35,79),(14100,36,332),(14100,37,1),(14100,38,4),(14102,34,17896),(14102,35,8030),(14102,36,1002),(14102,37,44),(14102,38,22),(14102,39,2),(14102,40,1),(14104,34,17896),(14104,35,8030),(14104,36,1002),(14104,37,44),(14104,38,22),(14104,39,2),(14104,40,1),(14106,34,3436),(14106,35,3129),(14106,36,3),(14106,37,2),(14108,34,3436),(14108,35,3129),(14108,36,3),(14108,37,2),(14110,34,637),(14110,35,579),(14110,36,1),(14110,38,1),(14112,34,637),(14112,35,579),(14112,36,1),(14112,38,1),(14114,34,57378),(14114,35,14743),(14114,36,3889),(14114,37,905),(14114,38,277),(14114,39,50),(14114,40,9),(14116,34,57378),(14116,35,14743),(14116,36,3889),(14116,37,905),(14116,38,277),(14116,39,50),(14116,40,9),(14118,34,15630),(14118,35,13238),(14118,36,61),(14118,37,1),(14118,38,1),(14118,39,1),(14118,40,2),(14120,34,15630),(14120,35,13238),(14120,36,61),(14120,37,1),(14120,38,1),(14120,39,1),(14120,40,2),(14122,34,3570),(14122,35,1918),(14122,36,206),(14122,37,12),(14122,38,2),(14124,34,3570),(14124,35,1918),(14124,36,206),(14124,37,12),(14124,38,2),(14126,37,4),(14127,37,4),(14128,34,464),(14128,35,60),(14128,36,2),(14128,37,66),(14130,34,464),(14130,35,60),(14130,36,2),(14130,37,66),(14132,34,464),(14132,35,60),(14132,36,2),(14132,37,66),(14134,35,592),(14134,36,2),(14134,37,4),(14134,38,1),(14134,39,2),(14136,35,592),(14136,36,2),(14136,37,4),(14136,38,1),(14136,39,2),(14138,35,592),(14138,36,2),(14138,37,4),(14138,38,1),(14138,39,2),(14140,34,687),(14140,35,289),(14140,36,371),(14140,40,1),(14142,34,687),(14142,35,289),(14142,36,371),(14142,40,1),(14144,34,1004),(14144,35,775),(14144,38,3),(14146,34,1004),(14146,35,775),(14146,38,3),(14148,34,1884),(14148,35,1379),(14148,36,20),(14148,37,124),(14148,40,1),(14150,34,1884),(14150,35,1379),(14150,36,20),(14150,37,124),(14150,40,1),(14152,34,10952),(14152,35,6100),(14152,36,989),(14152,37,2948),(14152,40,62),(14154,34,10952),(14154,35,6100),(14154,36,989),(14154,37,2948),(14154,40,62),(14156,34,4092),(14156,35,2887),(14156,36,247),(14156,37,533),(14156,40,11),(14158,34,4092),(14158,35,2887),(14158,36,247),(14158,37,533),(14158,40,11),(14160,34,468),(14160,35,35),(14160,36,178),(14160,37,86),(14160,39,1),(14160,40,1),(14162,34,468),(14162,35,35),(14162,36,178),(14162,37,86),(14162,39,1),(14162,40,1),(14164,34,1336),(14164,35,190),(14164,36,357),(14164,37,178),(14164,39,18),(14164,40,3),(14166,34,1336),(14166,35,190),(14166,36,357),(14166,37,178),(14166,39,18),(14166,40,3),(14168,34,1337),(14168,35,1337),(14168,36,1337),(14168,37,1337),(14168,39,45),(14168,40,22),(14170,34,1337),(14170,35,1337),(14170,36,1337),(14170,37,1337),(14170,39,45),(14170,40,22),(14172,34,1509),(14172,35,505),(14172,36,439),(14172,37,364),(14172,38,5),(14174,34,1509),(14174,35,505),(14174,36,439),(14174,37,364),(14174,38,5),(14176,34,218),(14176,35,133),(14176,36,512),(14176,39,1),(14176,40,1),(14178,34,218),(14178,35,133),(14178,36,512),(14178,39,1),(14178,40,1),(14180,34,554),(14180,35,236),(14180,36,47),(14182,34,554),(14182,35,236),(14182,36,47),(14184,34,249),(14184,38,5),(14184,40,1),(14186,34,249),(14186,38,5),(14186,40,1),(14188,34,36212),(14188,35,30009),(14190,34,36212),(14190,35,30009),(14192,34,13987),(14192,35,1186),(14192,36,60),(14194,34,13987),(14194,35,1186),(14194,36,60),(14196,34,2658),(14196,35,850),(14196,36,182),(14196,39,1),(14198,34,2658),(14198,35,850),(14198,36,182),(14198,39,1),(14200,34,5451),(14200,35,3638),(14200,38,3),(14200,40,1),(14202,34,5451),(14202,35,3638),(14202,38,3),(14202,40,1),(14204,34,36212),(14204,35,30009),(14206,34,36212),(14206,35,30009),(14208,34,36212),(14208,35,30009),(14210,34,13987),(14210,35,1186),(14210,36,60),(14212,34,2658),(14212,35,850),(14212,36,182),(14212,39,1),(14214,34,5451),(14214,35,3638),(14214,38,3),(14214,40,1),(14218,34,2658),(14218,35,850),(14218,36,182),(14218,39,1),(14220,34,13987),(14220,35,1186),(14220,36,60),(14222,34,13987),(14222,35,1186),(14222,36,60),(14224,34,2658),(14224,35,850),(14224,36,182),(14224,39,1),(14226,34,5451),(14226,35,3638),(14226,38,3),(14226,40,1),(14228,34,5451),(14228,35,3638),(14228,38,3),(14228,40,2),(14230,34,2158),(14230,35,419),(14230,36,161),(14230,37,1),(14230,38,4),(14232,34,2158),(14232,35,419),(14232,36,161),(14232,37,1),(14232,38,4),(14234,34,146280),(14234,35,5718),(14234,36,700),(14234,37,414),(14234,38,154),(14234,39,60),(14234,40,15),(14236,34,4527),(14236,35,70),(14236,37,2),(14238,34,854),(14238,40,1),(14240,34,3433),(14240,35,2847),(14240,36,3),(14240,37,2),(14242,34,452),(14242,35,267),(14242,36,301),(14242,37,177),(14242,39,2),(14244,34,452),(14244,35,267),(14244,36,301),(14244,37,177),(14244,39,2),(14246,34,452),(14246,35,267),(14246,36,301),(14246,37,177),(14246,39,2),(14248,34,452),(14248,35,267),(14248,36,301),(14248,37,177),(14248,39,2),(14250,34,452),(14250,35,267),(14250,36,301),(14250,37,177),(14250,39,2),(14252,34,452),(14252,35,267),(14252,36,301),(14252,37,177),(14252,39,2),(14254,34,452),(14254,35,267),(14254,36,301),(14254,37,177),(14254,39,2),(14256,34,452),(14256,35,267),(14256,36,301),(14256,37,177),(14256,39,2),(14258,34,452),(14258,35,267),(14258,36,301),(14258,37,177),(14258,39,2),(14260,34,452),(14260,35,267),(14260,36,301),(14260,37,177),(14260,39,2),(14262,34,776),(14262,35,713),(14262,36,476),(14264,34,776),(14264,35,713),(14264,36,476),(14266,34,776),(14266,35,713),(14266,36,476),(14268,34,776),(14268,35,713),(14268,36,476),(14270,34,776),(14270,35,713),(14270,36,476),(14272,34,4140),(14272,35,1425),(14272,36,1050),(14272,37,57),(14272,38,45),(14272,39,8),(14274,34,4140),(14274,35,1425),(14274,36,1050),(14274,37,57),(14274,38,45),(14274,39,8),(14276,34,4140),(14276,35,1425),(14276,36,1050),(14276,37,57),(14276,38,45),(14276,39,8),(14278,34,4140),(14278,35,1425),(14278,36,1050),(14278,37,57),(14278,38,45),(14278,39,8),(14280,34,69672),(14280,35,17814),(14280,36,5158),(14280,37,1085),(14280,38,309),(14280,39,93),(14280,40,8),(14282,34,69672),(14282,35,17814),(14282,36,5158),(14282,37,1085),(14282,38,309),(14282,39,93),(14282,40,8),(14284,34,69672),(14284,35,17814),(14284,36,5158),(14284,37,1085),(14284,38,309),(14284,39,93),(14284,40,8),(14286,34,69672),(14286,35,17814),(14286,36,5158),(14286,37,1085),(14286,38,309),(14286,39,93),(14286,40,8),(14295,38,8),(14295,39,8),(14295,40,8),(14296,38,8),(14296,39,8),(14296,40,8),(14297,38,8),(14297,39,8),(14297,40,8),(14298,38,8),(14298,39,8),(14298,40,8),(14299,38,8),(14299,39,8),(14299,40,8),(14343,34,101011),(14343,38,404),(14343,40,204),(14343,2871,4),(14343,2875,4),(14375,34,40996),(14375,35,10935),(14375,36,5454),(14375,37,1436),(14375,38,113),(14375,39,7),(14377,34,40996),(14377,35,10935),(14377,36,5454),(14377,37,1436),(14377,38,113),(14377,39,7),(14379,34,61476),(14379,35,16055),(14379,36,6477),(14379,37,1756),(14379,38,211),(14379,39,5),(14379,40,12),(14381,34,61476),(14381,35,16055),(14381,36,6477),(14381,37,1756),(14381,38,211),(14381,39,5),(14381,40,12),(14383,34,81960),(14383,35,21174),(14383,36,7752),(14383,37,2065),(14383,38,292),(14383,39,8),(14383,40,23),(14385,34,81960),(14385,35,21174),(14385,36,7752),(14385,37,2065),(14385,38,292),(14385,39,8),(14385,40,23),(14387,34,69672),(14387,35,17814),(14387,36,5158),(14387,37,1085),(14387,38,309),(14387,39,93),(14387,40,8),(14389,34,69672),(14389,35,17814),(14389,36,5158),(14389,37,1085),(14389,38,309),(14389,39,93),(14389,40,8),(14391,34,69672),(14391,35,17814),(14391,36,5158),(14391,37,1085),(14391,38,309),(14391,39,93),(14391,40,8),(14393,34,69672),(14393,35,17814),(14393,36,5158),(14393,37,1085),(14393,38,309),(14393,39,93),(14393,40,8),(14395,34,69672),(14395,35,17814),(14395,36,5158),(14395,37,1085),(14395,38,309),(14395,39,93),(14395,40,8),(14397,34,102492),(14397,35,26293),(14397,36,8772),(14397,37,2385),(14397,38,370),(14397,39,19),(14397,40,33),(14399,34,102492),(14399,35,26293),(14399,36,8772),(14399,37,2385),(14399,38,370),(14399,39,19),(14399,40,33),(14401,34,102492),(14401,35,26293),(14401,36,8772),(14401,37,2385),(14401,38,370),(14401,39,19),(14401,40,33),(14403,34,102492),(14403,35,26293),(14403,36,8772),(14403,37,2385),(14403,38,370),(14403,39,19),(14403,40,33),(14405,34,102492),(14405,35,26293),(14405,36,8772),(14405,37,2385),(14405,38,370),(14405,39,19),(14405,40,33),(14407,34,12316),(14407,35,3705),(14407,36,3466),(14407,39,1),(14407,40,4),(14409,34,12316),(14409,35,3705),(14409,36,3466),(14409,39,1),(14409,40,4),(14411,34,12316),(14411,35,3705),(14411,36,3466),(14411,39,1),(14411,40,4),(14413,34,12316),(14413,35,3705),(14413,36,3466),(14413,39,1),(14413,40,4),(14415,34,12316),(14415,35,3705),(14415,36,3466),(14415,39,1),(14415,40,4),(14417,34,40996),(14417,35,10935),(14417,36,5454),(14417,37,1436),(14417,38,113),(14417,39,7),(14419,34,40996),(14419,35,10935),(14419,36,5454),(14419,37,1436),(14419,38,113),(14419,39,7),(14421,34,40996),(14421,35,10935),(14421,36,5454),(14421,37,1436),(14421,38,113),(14421,39,7),(14423,34,40996),(14423,35,10935),(14423,36,5454),(14423,37,1436),(14423,38,113),(14423,39,7),(14425,34,12316),(14425,35,3705),(14425,36,3466),(14425,39,1),(14425,40,4),(14427,34,12316),(14427,35,3705),(14427,36,3466),(14427,39,1),(14427,40,4),(14429,34,12316),(14429,35,3705),(14429,36,3466),(14429,39,1),(14429,40,4),(14431,34,12316),(14431,35,3705),(14431,36,3466),(14431,39,1),(14431,40,4),(14433,34,81960),(14433,35,21174),(14433,36,7752),(14433,37,2065),(14433,38,292),(14433,39,8),(14433,40,23),(14435,34,81960),(14435,35,21174),(14435,36,7752),(14435,37,2065),(14435,38,292),(14435,39,8),(14435,40,23),(14437,34,81960),(14437,35,21174),(14437,36,7752),(14437,37,2065),(14437,38,292),(14437,39,8),(14437,40,23),(14439,34,81960),(14439,35,21174),(14439,36,7752),(14439,37,2065),(14439,38,292),(14439,39,8),(14439,40,23),(14441,34,61476),(14441,35,16055),(14441,36,6477),(14441,37,1756),(14441,38,211),(14441,39,5),(14441,40,12),(14443,34,61476),(14443,35,16055),(14443,36,6477),(14443,37,1756),(14443,38,211),(14443,39,5),(14443,40,12),(14445,34,61476),(14445,35,16055),(14445,36,6477),(14445,37,1756),(14445,38,211),(14445,39,5),(14445,40,12),(14447,34,61476),(14447,35,16055),(14447,36,6477),(14447,37,1756),(14447,38,211),(14447,39,5),(14447,40,12),(14449,34,102492),(14449,35,26293),(14449,36,8772),(14449,37,2385),(14449,38,370),(14449,39,19),(14449,40,33),(14451,34,102492),(14451,35,26293),(14451,36,8772),(14451,37,2385),(14451,38,370),(14451,39,19),(14451,40,33),(14453,34,102492),(14453,35,26293),(14453,36,8772),(14453,37,2385),(14453,38,370),(14453,39,19),(14453,40,33),(14455,34,102492),(14455,35,26293),(14455,36,8772),(14455,37,2385),(14455,38,370),(14455,39,19),(14455,40,33),(14457,34,61476),(14457,35,16055),(14457,36,6477),(14457,37,1756),(14457,38,211),(14457,39,5),(14457,40,12),(14459,34,61476),(14459,35,16055),(14459,36,6477),(14459,37,1756),(14459,38,211),(14459,39,5),(14459,40,12),(14461,34,81960),(14461,35,21174),(14461,36,7752),(14461,37,2065),(14461,38,292),(14461,39,8),(14461,40,23),(14463,34,81960),(14463,35,21174),(14463,36,7752),(14463,37,2065),(14463,38,292),(14463,39,8),(14463,40,23),(14465,34,102492),(14465,35,26293),(14465,36,8772),(14465,37,2385),(14465,38,370),(14465,39,19),(14465,40,33),(14467,34,102492),(14467,35,26293),(14467,36,8772),(14467,37,2385),(14467,38,370),(14467,39,19),(14467,40,33),(14469,34,12316),(14469,35,3705),(14469,36,3466),(14469,39,1),(14469,40,4),(14471,34,12316),(14471,35,3705),(14471,36,3466),(14471,39,1),(14471,40,4),(14473,34,40996),(14473,35,10935),(14473,36,5454),(14473,37,1436),(14473,38,113),(14473,39,7),(14475,34,40996),(14475,35,10935),(14475,36,5454),(14475,37,1436),(14475,38,113),(14475,39,7),(14484,34,17896),(14484,35,8030),(14484,36,1002),(14484,37,44),(14484,38,22),(14484,39,2),(14484,40,1),(14486,34,17896),(14486,35,8030),(14486,36,1002),(14486,37,44),(14486,38,22),(14486,39,2),(14486,40,1),(14488,34,17896),(14488,35,8030),(14488,36,1002),(14488,37,44),(14488,38,22),(14488,39,2),(14488,40,1),(14490,34,17896),(14490,35,8030),(14490,36,1002),(14490,37,44),(14490,38,22),(14490,39,2),(14490,40,1),(14492,34,57378),(14492,35,14743),(14492,36,3889),(14492,37,905),(14492,38,277),(14492,39,50),(14492,40,9),(14494,34,57378),(14494,35,14743),(14494,36,3889),(14494,37,905),(14494,38,277),(14494,39,50),(14494,40,9),(14496,34,57378),(14496,35,14743),(14496,36,3889),(14496,37,905),(14496,38,277),(14496,39,50),(14496,40,9),(14498,34,57378),(14498,35,14743),(14498,36,3889),(14498,37,905),(14498,38,277),(14498,39,50),(14498,40,9),(14500,34,17896),(14500,35,8030),(14500,36,1002),(14500,37,44),(14500,38,22),(14500,39,2),(14500,40,1),(14502,34,17896),(14502,35,8030),(14502,36,1002),(14502,37,44),(14502,38,22),(14502,39,2),(14502,40,1),(14504,34,17896),(14504,35,8030),(14504,36,1002),(14504,37,44),(14504,38,22),(14504,39,2),(14504,40,1),(14506,34,17896),(14506,35,8030),(14506,36,1002),(14506,37,44),(14506,38,22),(14506,39,2),(14506,40,1),(14508,34,57378),(14508,35,14743),(14508,36,3889),(14508,37,905),(14508,38,277),(14508,39,50),(14508,40,9),(14510,34,57378),(14510,35,14743),(14510,36,3889),(14510,37,905),(14510,38,277),(14510,39,50),(14510,40,9),(14512,34,57378),(14512,35,14743),(14512,36,3889),(14512,37,905),(14512,38,277),(14512,39,50),(14512,40,9),(14514,34,57378),(14514,35,14743),(14514,36,3889),(14514,37,905),(14514,38,277),(14514,39,50),(14514,40,9),(14516,34,110),(14516,35,1208),(14516,38,8),(14516,39,2),(14516,40,10),(14518,34,110),(14518,35,1208),(14518,38,8),(14518,39,2),(14518,40,10),(14520,34,110),(14520,35,1208),(14520,38,8),(14520,39,2),(14520,40,10),(14522,34,110),(14522,35,1208),(14522,38,8),(14522,39,2),(14522,40,10),(14524,34,3278),(14524,35,1725),(14524,36,7),(14525,34,3278),(14525,35,1725),(14525,36,7),(14526,34,3278),(14526,35,1725),(14526,36,7),(14527,34,3278),(14527,35,1725),(14527,36,7),(14528,34,608),(14528,36,286),(14528,37,2),(14528,39,3),(14528,40,1),(14530,34,608),(14530,36,286),(14530,37,2),(14530,39,3),(14530,40,1),(14532,34,608),(14532,36,286),(14532,37,2),(14532,39,3),(14532,40,1),(14534,34,608),(14534,36,286),(14534,37,2),(14534,39,3),(14534,40,1),(14536,34,696),(14536,35,442),(14536,36,466),(14536,37,3),(14536,39,2),(14538,34,696),(14538,35,442),(14538,36,466),(14538,37,3),(14538,39,2),(14540,34,696),(14540,35,442),(14540,36,466),(14540,37,3),(14540,39,2),(14542,34,696),(14542,35,442),(14542,36,466),(14542,37,3),(14542,39,2),(14544,34,36212),(14544,35,30009),(14546,34,36212),(14546,35,30009),(14548,34,36212),(14548,35,30009),(14550,34,36212),(14550,35,30009),(14552,34,2098),(14552,35,835),(14552,36,462),(14552,37,20),(14552,38,23),(14554,34,2098),(14554,35,835),(14554,36,462),(14554,37,20),(14554,38,23),(14556,34,806),(14556,35,628),(14556,36,26),(14560,34,806),(14560,35,628),(14560,36,26),(14564,34,599),(14564,35,452),(14564,36,1),(14564,37,1),(14568,34,599),(14568,35,452),(14568,36,1),(14568,37,1),(14572,34,599),(14572,35,452),(14572,36,1),(14572,37,1),(14576,34,599),(14576,35,452),(14576,36,1),(14576,37,1),(14580,34,599),(14580,35,452),(14580,36,1),(14580,37,1),(14584,34,599),(14584,35,452),(14584,36,1),(14584,37,1),(14588,34,599),(14588,35,452),(14588,36,1),(14588,37,1),(14592,34,599),(14592,35,452),(14592,36,1),(14592,37,1),(14597,36,597),(14597,37,216),(14597,38,51),(14599,36,597),(14599,37,216),(14599,38,51),(14601,37,597),(14601,38,216),(14601,39,51),(14603,37,597),(14603,38,216),(14603,39,51),(14606,34,1895),(14606,35,1869),(14610,34,1895),(14610,35,1869),(14614,34,1895),(14614,35,1869),(14618,34,1895),(14618,35,1869),(14622,34,1895),(14622,35,1869),(14626,34,1895),(14626,35,1869),(14630,34,1895),(14630,35,1869),(14634,34,1895),(14634,35,1869),(14636,35,21330),(14636,36,517),(14636,38,78),(14636,40,15),(14638,35,21330),(14638,36,517),(14638,38,78),(14638,40,15),(14640,34,484),(14640,35,79),(14640,36,332),(14640,37,1),(14640,38,4),(14642,34,484),(14642,35,79),(14642,36,332),(14642,37,1),(14642,38,4),(14644,34,484),(14644,35,79),(14644,36,332),(14644,37,1),(14644,38,4),(14646,34,484),(14646,35,79),(14646,36,332),(14646,37,1),(14646,38,4),(14648,34,776),(14648,35,713),(14648,36,476),(14650,34,776),(14650,35,713),(14650,36,476),(14652,34,776),(14652,35,713),(14652,36,476),(14654,34,776),(14654,35,713),(14654,36,476),(14656,34,452),(14656,35,267),(14656,36,301),(14656,37,177),(14656,39,2),(14658,34,452),(14658,35,267),(14658,36,301),(14658,37,177),(14658,39,2),(14660,34,452),(14660,35,267),(14660,36,301),(14660,37,177),(14660,39,2),(14662,34,452),(14662,35,267),(14662,36,301),(14662,37,177),(14662,39,2),(14664,34,452),(14664,35,267),(14664,36,301),(14664,37,177),(14664,39,2),(14666,34,452),(14666,35,267),(14666,36,301),(14666,37,177),(14666,39,2),(14668,34,452),(14668,35,267),(14668,36,301),(14668,37,177),(14668,39,2),(14670,34,452),(14670,35,267),(14670,36,301),(14670,37,177),(14670,39,2),(14672,34,110),(14672,35,1208),(14672,38,8),(14672,39,2),(14672,40,10),(14674,34,110),(14674,35,1208),(14674,38,8),(14674,39,2),(14674,40,10),(14676,34,110),(14676,35,1208),(14676,38,8),(14676,39,2),(14676,40,10),(14678,34,110),(14678,35,1208),(14678,38,8),(14678,39,2),(14678,40,10),(14680,34,3278),(14680,35,1725),(14680,36,7),(14681,34,3278),(14681,35,1725),(14681,36,7),(14682,34,3278),(14682,35,1725),(14682,36,7),(14683,34,3278),(14683,35,1725),(14683,36,7),(14684,34,608),(14684,36,286),(14684,37,2),(14684,39,3),(14684,40,1),(14686,34,608),(14686,36,286),(14686,37,2),(14686,39,3),(14686,40,1),(14688,34,608),(14688,36,286),(14688,37,2),(14688,39,3),(14688,40,1),(14690,34,608),(14690,36,286),(14690,37,2),(14690,39,3),(14690,40,1),(14692,34,36212),(14692,35,30009),(14694,34,36212),(14694,35,30009),(14696,34,36212),(14696,35,30009),(14698,34,36212),(14698,35,30009),(14700,36,597),(14700,37,216),(14700,38,51),(14701,36,597),(14701,37,216),(14701,38,51),(14702,36,597),(14702,37,216),(14702,38,51),(14703,36,597),(14703,37,216),(14703,38,51),(14704,37,597),(14704,38,216),(14704,39,51),(14705,37,597),(14705,38,216),(14705,39,51),(14706,37,597),(14706,38,216),(14706,39,51),(14707,37,597),(14707,38,216),(14707,39,51),(14708,35,21330),(14708,36,517),(14708,38,78),(14708,40,15),(14710,35,21330),(14710,36,517),(14710,38,78),(14710,40,15),(14712,35,21330),(14712,36,517),(14712,38,78),(14712,40,15),(14714,35,21330),(14714,36,517),(14714,38,78),(14714,40,15),(14716,34,1895),(14716,35,1869),(14718,34,1895),(14718,35,1869),(14720,34,1895),(14720,35,1869),(14722,34,1895),(14722,35,1869),(14724,34,1895),(14724,35,1869),(14726,34,1895),(14726,35,1869),(14728,34,1895),(14728,35,1869),(14730,34,1895),(14730,35,1869),(14732,34,1895),(14732,35,1869),(14734,34,1895),(14734,35,1869),(14736,34,1895),(14736,35,1869),(14738,34,1895),(14738,35,1869),(14740,34,1895),(14740,35,1869),(14742,34,1895),(14742,35,1869),(14744,34,1895),(14744,35,1869),(14746,34,1895),(14746,35,1869),(14748,34,168),(14748,36,135),(14748,37,1),(14748,38,2),(14749,34,168),(14749,36,135),(14749,37,1),(14749,38,2),(14750,34,168),(14750,36,135),(14750,37,1),(14750,38,2),(14751,34,168),(14751,36,135),(14751,37,1),(14751,38,2),(14752,34,50),(14752,35,128),(14752,36,400),(14752,37,150),(14752,38,8),(14752,40,1),(14753,34,50),(14753,35,128),(14753,36,400),(14753,37,150),(14753,38,8),(14753,40,1),(14754,34,50),(14754,35,128),(14754,36,400),(14754,37,150),(14754,38,8),(14754,40,1),(14755,34,50),(14755,35,128),(14755,36,400),(14755,37,150),(14755,38,8),(14755,40,1),(14756,34,50),(14756,35,128),(14756,36,400),(14756,37,150),(14756,38,8),(14756,40,1),(14757,34,50),(14757,35,128),(14757,36,400),(14757,37,150),(14757,38,8),(14757,40,1),(14758,34,50),(14758,35,128),(14758,36,400),(14758,37,150),(14758,38,8),(14758,40,1),(14759,34,50),(14759,35,128),(14759,36,400),(14759,37,150),(14759,38,8),(14759,40,1),(14760,34,50),(14760,35,128),(14760,36,400),(14760,37,150),(14760,38,8),(14760,40,1),(14761,34,50),(14761,35,128),(14761,36,400),(14761,37,150),(14761,38,8),(14761,40,1),(14762,34,50),(14762,35,128),(14762,36,400),(14762,37,150),(14762,38,8),(14762,40,1),(14763,34,50),(14763,35,128),(14763,36,400),(14763,37,150),(14763,38,8),(14763,40,1),(14764,34,75),(14764,35,200),(14764,36,500),(14764,37,250),(14764,38,10),(14764,40,1),(14765,34,75),(14765,35,200),(14765,36,500),(14765,37,250),(14765,38,10),(14765,40,1),(14766,34,75),(14766,35,200),(14766,36,500),(14766,37,250),(14766,38,10),(14766,40,1),(14767,34,75),(14767,35,200),(14767,36,500),(14767,37,250),(14767,38,10),(14767,40,1),(14768,34,2158),(14768,35,419),(14768,36,161),(14768,37,1),(14768,38,4),(14770,34,2158),(14770,35,419),(14770,36,161),(14770,37,1),(14770,38,4),(14772,34,2158),(14772,35,419),(14772,36,161),(14772,37,1),(14772,38,4),(14774,34,2158),(14774,35,419),(14774,36,161),(14774,37,1),(14774,38,4),(14776,34,14628),(14776,35,5718),(14776,36,700),(14776,37,414),(14776,38,154),(14776,39,60),(14776,40,15),(14778,34,14628),(14778,35,5718),(14778,36,700),(14778,37,414),(14778,38,154),(14778,39,60),(14778,40,15),(14780,34,14628),(14780,35,5718),(14780,36,700),(14780,37,414),(14780,38,154),(14780,39,60),(14780,40,15),(14782,34,14628),(14782,35,5718),(14782,36,700),(14782,37,414),(14782,38,154),(14782,39,60),(14782,40,15),(14784,34,36212),(14784,35,30009),(14786,34,36212),(14786,35,30009),(14788,34,36212),(14788,35,30009),(14790,34,36212),(14790,35,30009),(14792,34,36212),(14792,35,30009),(14794,34,36212),(14794,35,30009),(14796,34,36212),(14796,35,30009),(14798,34,36212),(14798,35,30009),(14800,34,608),(14800,36,286),(14800,37,2),(14800,39,3),(14800,40,1),(14802,34,608),(14802,36,286),(14802,37,2),(14802,39,3),(14802,40,1),(14804,34,608),(14804,36,286),(14804,37,2),(14804,39,3),(14804,40,1),(14806,34,608),(14806,36,286),(14806,37,2),(14806,39,3),(14806,40,1),(14808,34,608),(14808,36,286),(14808,37,2),(14808,39,3),(14808,40,1),(14810,34,608),(14810,36,286),(14810,37,2),(14810,39,3),(14810,40,1),(14812,34,608),(14812,36,286),(14812,37,2),(14812,39,3),(14812,40,1),(14814,34,608),(14814,36,286),(14814,37,2),(14814,39,3),(14814,40,1),(14816,34,10952),(14816,35,6100),(14816,36,989),(14816,37,2948),(14816,40,62),(14818,34,10952),(14818,35,6100),(14818,36,989),(14818,37,2948),(14818,40,62),(14820,34,10952),(14820,35,6100),(14820,36,989),(14820,37,2948),(14820,40,62),(14822,34,10952),(14822,35,6100),(14822,36,989),(14822,37,2948),(14822,40,62),(14824,34,10952),(14824,35,6100),(14824,36,989),(14824,37,2948),(14824,40,62),(14826,34,10952),(14826,35,6100),(14826,36,989),(14826,37,2948),(14826,40,62),(14828,34,10952),(14828,35,6100),(14828,36,989),(14828,37,2948),(14828,40,62),(14830,34,10952),(14830,35,6100),(14830,36,989),(14830,37,2948),(14830,40,62),(14832,34,1337),(14832,35,1337),(14832,36,1337),(14832,37,1337),(14832,39,45),(14832,40,22),(14834,34,1337),(14834,35,1337),(14834,36,1337),(14834,37,1337),(14834,39,45),(14834,40,22),(14836,34,1337),(14836,35,1337),(14836,36,1337),(14836,37,1337),(14836,39,45),(14836,40,22),(14838,34,1337),(14838,35,1337),(14838,36,1337),(14838,37,1337),(14838,39,45),(14838,40,22),(14840,34,1337),(14840,35,1337),(14840,36,1337),(14840,37,1337),(14840,39,45),(14840,40,22),(14842,34,1337),(14842,35,1337),(14842,36,1337),(14842,37,1337),(14842,39,45),(14842,40,22),(14844,34,1337),(14844,35,1337),(14844,36,1337),(14844,37,1337),(14844,39,45),(14844,40,22),(14846,34,1337),(14846,35,1337),(14846,36,1337),(14846,37,1337),(14846,39,45),(14846,40,22),(14848,34,2098),(14848,35,835),(14848,36,462),(14848,37,20),(14848,38,23),(14849,34,2098),(14849,35,835),(14849,36,462),(14849,37,20),(14849,38,23),(14850,34,2098),(14850,35,835),(14850,36,462),(14850,37,20),(14850,38,23),(14851,34,2098),(14851,35,835),(14851,36,462),(14851,37,20),(14851,38,23),(14852,34,2098),(14852,35,835),(14852,36,462),(14852,37,20),(14852,38,23),(14853,34,2098),(14853,35,835),(14853,36,462),(14853,37,20),(14853,38,23),(14854,34,2098),(14854,35,835),(14854,36,462),(14854,37,20),(14854,38,23),(14855,34,2098),(14855,35,835),(14855,36,462),(14855,37,20),(14855,38,23),(14856,34,806),(14856,35,628),(14856,36,26),(14858,34,806),(14858,35,628),(14858,36,26),(14860,34,806),(14860,35,628),(14860,36,26),(14862,34,806),(14862,35,628),(14862,36,26),(14864,34,806),(14864,35,628),(14864,36,26),(14866,34,806),(14866,35,628),(14866,36,26),(14868,34,806),(14868,35,628),(14868,36,26),(14870,34,806),(14870,35,628),(14870,36,26),(14872,34,599),(14872,35,452),(14872,36,1),(14872,37,1),(14874,34,599),(14874,35,452),(14874,36,1),(14874,37,1),(14876,34,599),(14876,35,452),(14876,36,1),(14876,37,1),(14878,34,599),(14878,35,452),(14878,36,1),(14878,37,1),(14880,34,599),(14880,35,452),(14880,36,1),(14880,37,1),(14882,34,599),(14882,35,452),(14882,36,1),(14882,37,1),(14884,34,599),(14884,35,452),(14884,36,1),(14884,37,1),(14886,34,599),(14886,35,452),(14886,36,1),(14886,37,1),(14888,34,599),(14888,35,452),(14888,36,1),(14888,37,1),(14890,34,599),(14890,35,452),(14890,36,1),(14890,37,1),(14892,34,599),(14892,35,452),(14892,36,1),(14892,37,1),(14894,34,599),(14894,35,452),(14894,36,1),(14894,37,1),(14896,34,599),(14896,35,452),(14896,36,1),(14896,37,1),(14898,34,599),(14898,35,452),(14898,36,1),(14898,37,1),(14900,34,599),(14900,35,452),(14900,36,1),(14900,37,1),(14902,34,599),(14902,35,452),(14902,36,1),(14902,37,1),(14904,34,599),(14904,35,452),(14904,36,1),(14904,37,1),(14906,34,599),(14906,35,452),(14906,36,1),(14906,37,1),(14908,34,599),(14908,35,452),(14908,36,1),(14908,37,1),(14910,34,599),(14910,35,452),(14910,36,1),(14910,37,1),(14912,34,599),(14912,35,452),(14912,36,1),(14912,37,1),(14914,34,599),(14914,35,452),(14914,36,1),(14914,37,1),(14916,34,599),(14916,35,452),(14916,36,1),(14916,37,1),(14918,34,599),(14918,35,452),(14918,36,1),(14918,37,1),(14920,34,599),(14920,35,452),(14920,36,1),(14920,37,1),(14922,34,599),(14922,35,452),(14922,36,1),(14922,37,1),(14924,34,599),(14924,35,452),(14924,36,1),(14924,37,1),(14926,34,599),(14926,35,452),(14926,36,1),(14926,37,1),(14928,34,599),(14928,35,452),(14928,36,1),(14928,37,1),(14930,34,599),(14930,35,452),(14930,36,1),(14930,37,1),(14932,34,599),(14932,35,452),(14932,36,1),(14932,37,1),(14934,34,599),(14934,35,452),(14934,36,1),(14934,37,1),(14936,34,5412),(14936,35,4063),(14936,36,1451),(14936,39,1),(14936,40,1),(14938,34,5412),(14938,35,4063),(14938,36,1451),(14938,39,1),(14938,40,1),(14940,34,5412),(14940,35,4063),(14940,36,1451),(14940,39,1),(14940,40,1),(14942,34,5412),(14942,35,4063),(14942,36,1451),(14942,39,1),(14942,40,1),(14944,34,5412),(14944,35,4063),(14944,36,1451),(14944,39,1),(14944,40,1),(14946,34,5412),(14946,35,4063),(14946,36,1451),(14946,39,1),(14946,40,1),(14948,34,5412),(14948,35,4063),(14948,36,1451),(14948,39,1),(14948,40,1),(14950,34,5412),(14950,35,4063),(14950,36,1451),(14950,39,1),(14950,40,1),(14952,34,9160),(14952,35,5845),(14952,36,6),(14952,38,3),(14952,40,1),(14954,34,9160),(14954,35,5845),(14954,36,6),(14954,38,3),(14954,40,1),(14956,34,9160),(14956,35,5845),(14956,36,6),(14956,38,3),(14956,40,1),(14958,34,9160),(14958,35,5845),(14958,36,6),(14958,38,3),(14958,40,1),(14960,34,9160),(14960,35,5845),(14960,36,6),(14960,38,3),(14960,40,1),(14962,34,9160),(14962,35,5845),(14962,36,6),(14962,38,3),(14962,40,1),(14964,34,9160),(14964,35,5845),(14964,36,6),(14964,38,3),(14964,40,1),(14966,34,9160),(14966,35,5845),(14966,36,6),(14966,38,3),(14966,40,1),(14968,34,9160),(14968,35,5845),(14968,36,6),(14968,38,3),(14968,40,1),(14970,34,9160),(14970,35,5845),(14970,36,6),(14970,38,3),(14970,40,1),(14972,34,9160),(14972,35,5845),(14972,36,6),(14972,38,3),(14972,40,1),(14974,34,9160),(14974,35,5845),(14974,36,6),(14974,38,3),(14974,40,1),(14976,34,9160),(14976,35,5845),(14976,36,6),(14976,38,3),(14976,40,1),(14978,34,9160),(14978,35,5845),(14978,36,6),(14978,38,3),(14978,40,1),(14980,34,9160),(14980,35,5845),(14980,36,6),(14980,38,3),(14980,40,1),(14982,34,9160),(14982,35,5845),(14982,36,6),(14982,38,3),(14982,40,1),(14984,34,9160),(14984,35,5845),(14984,36,6),(14984,38,3),(14984,40,1),(14986,34,9160),(14986,35,5845),(14986,36,6),(14986,38,3),(14986,40,1),(14988,34,9160),(14988,35,5845),(14988,36,6),(14988,38,3),(14988,40,1),(14990,34,9160),(14990,35,5845),(14990,36,6),(14990,38,3),(14990,40,1),(14992,34,9160),(14992,35,5845),(14992,36,6),(14992,38,3),(14992,40,1),(14994,34,9160),(14994,35,5845),(14994,36,6),(14994,38,3),(14994,40,1),(14996,34,9160),(14996,35,5845),(14996,36,6),(14996,38,3),(14996,40,1),(14998,34,9160),(14998,35,5845),(14998,36,6),(14998,38,3),(14998,40,1),(15000,34,9160),(15000,35,5845),(15000,36,6),(15000,38,3),(15000,40,1),(15002,34,9160),(15002,35,5845),(15002,36,6),(15002,38,3),(15002,40,1),(15004,34,9160),(15004,35,5845),(15004,36,6),(15004,38,3),(15004,40,1),(15006,34,9160),(15006,35,5845),(15006,36,6),(15006,38,3),(15006,40,1),(15008,34,9160),(15008,35,5845),(15008,36,6),(15008,38,3),(15008,40,1),(15010,34,9160),(15010,35,5845),(15010,36,6),(15010,38,3),(15010,40,1),(15012,34,9160),(15012,35,5845),(15012,36,6),(15012,38,3),(15012,40,1),(15014,34,9160),(15014,35,5845),(15014,36,6),(15014,38,3),(15014,40,1),(15016,34,23084),(15016,35,18525),(15016,38,3),(15016,39,2),(15018,34,23084),(15018,35,18525),(15018,38,3),(15018,39,2),(15020,34,23084),(15020,35,18525),(15020,38,3),(15020,39,2),(15022,34,23084),(15022,35,18525),(15022,38,3),(15022,39,2),(15024,34,23084),(15024,35,18525),(15024,38,3),(15024,39,2),(15026,34,23084),(15026,35,18525),(15026,38,3),(15026,39,2),(15028,34,23084),(15028,35,18525),(15028,38,3),(15028,39,2),(15030,34,23084),(15030,35,18525),(15030,38,3),(15030,39,2),(15032,34,27804),(15032,35,21799),(15032,36,513),(15032,37,16),(15032,38,3),(15034,34,27804),(15034,35,21799),(15034,36,513),(15034,37,16),(15034,38,3),(15036,34,27804),(15036,35,21799),(15036,36,513),(15036,37,16),(15036,38,3),(15038,34,27804),(15038,35,21799),(15038,36,513),(15038,37,16),(15038,38,3),(15040,34,27804),(15040,35,21799),(15040,36,513),(15040,37,16),(15040,38,3),(15042,34,27804),(15042,35,21799),(15042,36,513),(15042,37,16),(15042,38,3),(15044,34,27804),(15044,35,21799),(15044,36,513),(15044,37,16),(15044,38,3),(15046,34,27804),(15046,35,21799),(15046,36,513),(15046,37,16),(15046,38,3),(15048,34,34508),(15048,35,27433),(15048,37,2),(15048,38,6),(15048,40,1),(15050,34,34508),(15050,35,27433),(15050,37,2),(15050,38,6),(15050,40,1),(15052,34,34508),(15052,35,27433),(15052,37,2),(15052,38,6),(15052,40,1),(15054,34,34508),(15054,35,27433),(15054,37,2),(15054,38,6),(15054,40,1),(15056,34,34508),(15056,35,27433),(15056,37,2),(15056,38,6),(15056,40,1),(15058,34,34508),(15058,35,27433),(15058,37,2),(15058,38,6),(15058,40,1),(15060,34,34508),(15060,35,27433),(15060,37,2),(15060,38,6),(15060,40,1),(15062,34,34508),(15062,35,27433),(15062,37,2),(15062,38,6),(15062,40,1),(15064,34,39632),(15064,35,30434),(15064,37,85),(15064,38,12),(15064,39,1),(15064,40,1),(15066,34,39632),(15066,35,30434),(15066,37,85),(15066,38,12),(15066,39,1),(15066,40,1),(15068,34,39632),(15068,35,30434),(15068,37,85),(15068,38,12),(15068,39,1),(15068,40,1),(15070,34,39632),(15070,35,30434),(15070,37,85),(15070,38,12),(15070,39,1),(15070,40,1),(15072,34,39632),(15072,35,30434),(15072,37,85),(15072,38,12),(15072,39,1),(15072,40,1),(15074,34,39632),(15074,35,30434),(15074,37,85),(15074,38,12),(15074,39,1),(15074,40,1),(15076,34,39632),(15076,35,30434),(15076,37,85),(15076,38,12),(15076,39,1),(15076,40,1),(15078,34,39632),(15078,35,30434),(15078,37,85),(15078,38,12),(15078,39,1),(15078,40,1),(15080,34,1004),(15080,35,775),(15080,38,3),(15082,34,1004),(15082,35,775),(15082,38,3),(15084,34,1004),(15084,35,775),(15084,38,3),(15086,34,1004),(15086,35,775),(15086,38,3),(15088,34,1004),(15088,35,775),(15088,38,3),(15090,34,1004),(15090,35,775),(15090,38,3),(15092,34,1004),(15092,35,775),(15092,38,3),(15094,34,1004),(15094,35,775),(15094,38,3),(15096,35,592),(15096,36,2),(15096,37,4),(15096,38,1),(15096,39,2),(15098,35,592),(15098,36,2),(15098,37,4),(15098,38,1),(15098,39,2),(15100,35,592),(15100,36,2),(15100,37,4),(15100,38,1),(15100,39,2),(15102,35,592),(15102,36,2),(15102,37,4),(15102,38,1),(15102,39,2),(15104,35,592),(15104,36,2),(15104,37,4),(15104,38,1),(15104,39,2),(15106,35,592),(15106,36,2),(15106,37,4),(15106,38,1),(15106,39,2),(15108,35,592),(15108,36,2),(15108,37,4),(15108,38,1),(15108,39,2),(15110,35,592),(15110,36,2),(15110,37,4),(15110,38,1),(15110,39,2),(15112,34,464),(15112,35,60),(15112,36,2),(15112,37,66),(15114,34,464),(15114,35,60),(15114,36,2),(15114,37,66),(15116,34,464),(15116,35,60),(15116,36,2),(15116,37,66),(15118,34,464),(15118,35,60),(15118,36,2),(15118,37,66),(15120,34,464),(15120,35,60),(15120,36,2),(15120,37,66),(15122,34,464),(15122,35,60),(15122,36,2),(15122,37,66),(15124,34,464),(15124,35,60),(15124,36,2),(15124,37,66),(15126,34,464),(15126,35,60),(15126,36,2),(15126,37,66),(15128,34,1509),(15128,35,505),(15128,36,439),(15128,37,364),(15128,38,5),(15130,34,1509),(15130,35,505),(15130,36,439),(15130,37,364),(15130,38,5),(15132,34,1509),(15132,35,505),(15132,36,439),(15132,37,364),(15132,38,5),(15134,34,1509),(15134,35,505),(15134,36,439),(15134,37,364),(15134,38,5),(15136,34,1509),(15136,35,505),(15136,36,439),(15136,37,364),(15136,38,5),(15138,34,1509),(15138,35,505),(15138,36,439),(15138,37,364),(15138,38,5),(15140,34,1509),(15140,35,505),(15140,36,439),(15140,37,364),(15140,38,5),(15142,34,1509),(15142,35,505),(15142,36,439),(15142,37,364),(15142,38,5),(15144,34,7245),(15144,35,1313),(15146,34,7245),(15146,35,1313),(15148,34,7245),(15148,35,1313),(15150,34,7245),(15150,35,1313),(15152,34,36212),(15152,35,30009),(15154,34,36212),(15154,35,30009),(15156,34,36212),(15156,35,30009),(15158,34,36212),(15158,35,30009),(15160,34,2098),(15160,35,835),(15160,36,462),(15160,37,20),(15160,38,23),(15161,34,2098),(15161,35,835),(15161,36,462),(15161,37,20),(15161,38,23),(15162,34,2098),(15162,35,835),(15162,36,462),(15162,37,20),(15162,38,23),(15163,34,2098),(15163,35,835),(15163,36,462),(15163,37,20),(15163,38,23),(15164,34,806),(15164,35,628),(15164,36,26),(15166,34,806),(15166,35,628),(15166,36,26),(15168,34,806),(15168,35,628),(15168,36,26),(15170,34,806),(15170,35,628),(15170,36,26),(15172,34,599),(15172,35,452),(15172,36,1),(15172,37,1),(15174,34,599),(15174,35,452),(15174,36,1),(15174,37,1),(15176,34,599),(15176,35,452),(15176,36,1),(15176,37,1),(15178,34,599),(15178,35,452),(15178,36,1),(15178,37,1),(15180,34,599),(15180,35,452),(15180,36,1),(15180,37,1),(15182,34,599),(15182,35,452),(15182,36,1),(15182,37,1),(15184,34,599),(15184,35,452),(15184,36,1),(15184,37,1),(15186,34,599),(15186,35,452),(15186,36,1),(15186,37,1),(15188,34,599),(15188,35,452),(15188,36,1),(15188,37,1),(15190,34,599),(15190,35,452),(15190,36,1),(15190,37,1),(15192,34,599),(15192,35,452),(15192,36,1),(15192,37,1),(15194,34,599),(15194,35,452),(15194,36,1),(15194,37,1),(15196,34,599),(15196,35,452),(15196,36,1),(15196,37,1),(15198,34,599),(15198,35,452),(15198,36,1),(15198,37,1),(15200,34,599),(15200,35,452),(15200,36,1),(15200,37,1),(15202,34,599),(15202,35,452),(15202,36,1),(15202,37,1),(15204,34,5412),(15204,35,4063),(15204,36,1451),(15204,39,1),(15204,40,1),(15206,34,5412),(15206,35,4063),(15206,36,1451),(15206,39,1),(15206,40,1),(15208,34,5412),(15208,35,4063),(15208,36,1451),(15208,39,1),(15208,40,1),(15210,34,5412),(15210,35,4063),(15210,36,1451),(15210,39,1),(15210,40,1),(15212,34,9160),(15212,35,5845),(15212,36,6),(15212,38,3),(15212,40,1),(15214,34,9160),(15214,35,5845),(15214,36,6),(15214,38,3),(15214,40,1),(15216,34,9160),(15216,35,5845),(15216,36,6),(15216,38,3),(15216,40,1),(15218,34,9160),(15218,35,5845),(15218,36,6),(15218,38,3),(15218,40,1),(15220,34,9160),(15220,35,5845),(15220,36,6),(15220,38,3),(15220,40,1),(15222,34,9160),(15222,35,5845),(15222,36,6),(15222,38,3),(15222,40,1),(15224,34,9160),(15224,35,5845),(15224,36,6),(15224,38,3),(15224,40,1),(15226,34,9160),(15226,35,5845),(15226,36,6),(15226,38,3),(15226,40,1),(15228,34,9160),(15228,35,5845),(15228,36,6),(15228,38,3),(15228,40,1),(15230,34,9160),(15230,35,5845),(15230,36,6),(15230,38,3),(15230,40,1),(15232,34,9160),(15232,35,5845),(15232,36,6),(15232,38,3),(15232,40,1),(15234,34,9160),(15234,35,5845),(15234,36,6),(15234,38,3),(15234,40,1),(15236,34,9160),(15236,35,5845),(15236,36,6),(15236,38,3),(15236,40,1),(15238,34,9160),(15238,35,5845),(15238,36,6),(15238,38,3),(15238,40,1),(15240,34,9160),(15240,35,5845),(15240,36,6),(15240,38,3),(15240,40,1),(15242,34,9160),(15242,35,5845),(15242,36,6),(15242,38,3),(15242,40,1),(15244,34,23084),(15244,35,18525),(15244,38,3),(15244,39,2),(15246,34,23084),(15246,35,18525),(15246,38,3),(15246,39,2),(15248,34,23084),(15248,35,18525),(15248,38,3),(15248,39,2),(15250,34,23084),(15250,35,18525),(15250,38,3),(15250,39,2),(15252,34,27804),(15252,35,21799),(15252,36,513),(15252,37,16),(15252,38,3),(15254,34,27804),(15254,35,21799),(15254,36,513),(15254,37,16),(15254,38,3),(15256,34,27804),(15256,35,21799),(15256,36,513),(15256,37,16),(15256,38,3),(15258,34,27804),(15258,35,21799),(15258,36,513),(15258,37,16),(15258,38,3),(15260,34,34508),(15260,35,27433),(15260,37,2),(15260,38,6),(15260,40,1),(15262,34,34508),(15262,35,27433),(15262,37,2),(15262,38,6),(15262,40,1),(15264,34,34508),(15264,35,27433),(15264,37,2),(15264,38,6),(15264,40,1),(15266,34,34508),(15266,35,27433),(15266,37,2),(15266,38,6),(15266,40,1),(15268,34,39632),(15268,35,30434),(15268,37,85),(15268,38,12),(15268,39,1),(15268,40,1),(15270,34,39632),(15270,35,30434),(15270,37,85),(15270,38,12),(15270,39,1),(15270,40,1),(15272,34,39632),(15272,35,30434),(15272,37,85),(15272,38,12),(15272,39,1),(15272,40,1),(15274,34,39632),(15274,35,30434),(15274,37,85),(15274,38,12),(15274,39,1),(15274,40,1),(15276,34,4527),(15276,35,70),(15276,37,2),(15278,34,4527),(15278,35,70),(15278,37,2),(15280,34,4527),(15280,35,70),(15280,37,2),(15282,34,4527),(15282,35,70),(15282,37,2),(15284,34,854),(15284,40,1),(15286,34,854),(15286,40,1),(15288,34,854),(15288,40,1),(15290,34,854),(15290,40,1),(15292,35,592),(15292,36,2),(15292,37,4),(15292,38,1),(15292,39,2),(15294,35,592),(15294,36,2),(15294,37,4),(15294,38,1),(15294,39,2),(15296,35,592),(15296,36,2),(15296,37,4),(15296,38,1),(15296,39,2),(15298,35,592),(15298,36,2),(15298,37,4),(15298,38,1),(15298,39,2),(15300,34,464),(15300,35,60),(15300,36,2),(15300,37,66),(15302,34,464),(15302,35,60),(15302,36,2),(15302,37,66),(15304,34,464),(15304,35,60),(15304,36,2),(15304,37,66),(15306,34,464),(15306,35,60),(15306,36,2),(15306,37,66),(15308,34,2158),(15308,35,419),(15308,36,161),(15308,37,1),(15308,38,4),(15310,34,2158),(15310,35,419),(15310,36,161),(15310,37,1),(15310,38,4),(15312,34,2158),(15312,35,419),(15312,36,161),(15312,37,1),(15312,38,4),(15314,34,2158),(15314,35,419),(15314,36,161),(15314,37,1),(15314,38,4),(15331,34,500),(15397,34,608),(15397,36,286),(15397,37,2),(15397,39,3),(15397,40,1),(15399,34,40996),(15399,35,10935),(15399,36,5454),(15399,37,1436),(15399,38,113),(15399,39,7),(15401,34,81960),(15401,35,21174),(15401,36,7752),(15401,37,2065),(15401,38,292),(15401,39,8),(15401,40,23),(15403,34,102492),(15403,35,26293),(15403,36,8772),(15403,37,2385),(15403,38,370),(15403,39,19),(15403,40,33),(15405,34,36212),(15405,35,30009),(15407,34,75),(15407,35,200),(15407,36,500),(15407,37,250),(15407,38,10),(15407,40,1),(15408,34,3236),(15408,35,2689),(15408,36,195),(15408,38,4),(15408,11399,4),(15416,34,7245),(15416,35,1313),(15418,34,75),(15418,35,200),(15418,36,500),(15418,37,250),(15418,38,10),(15418,40,1),(15419,34,776),(15419,35,713),(15419,36,476),(15421,34,102492),(15421,35,26293),(15421,36,8772),(15421,37,2385),(15421,38,370),(15421,39,19),(15421,40,33),(15423,34,69672),(15423,35,17814),(15423,36,5158),(15423,37,1085),(15423,38,309),(15423,39,93),(15423,40,8),(15425,34,2158),(15425,35,419),(15425,36,161),(15425,37,1),(15425,38,4),(15427,34,40996),(15427,35,10935),(15427,36,5454),(15427,37,1436),(15427,38,113),(15427,39,7),(15429,34,81960),(15429,35,21174),(15429,36,7752),(15429,37,2065),(15429,38,292),(15429,39,8),(15429,40,23),(15431,34,452),(15431,35,267),(15431,36,301),(15431,37,177),(15431,39,2),(15433,34,452),(15433,35,267),(15433,36,301),(15433,37,177),(15433,39,2),(15435,34,608),(15435,36,286),(15435,37,2),(15435,39,3),(15435,40,1),(15437,34,1004),(15437,35,775),(15437,38,3),(15439,35,592),(15439,36,2),(15439,37,4),(15439,38,1),(15439,39,2),(15443,34,81960),(15443,35,21174),(15443,36,7752),(15443,37,2065),(15443,38,292),(15443,39,8),(15443,40,23),(15445,34,102492),(15445,35,26293),(15445,36,8772),(15445,37,2385),(15445,38,370),(15445,39,19),(15445,40,33),(15447,34,696),(15447,35,442),(15447,36,466),(15447,37,3),(15447,39,2),(15449,34,110),(15449,35,1208),(15449,38,8),(15449,39,2),(15449,40,10),(15451,34,10952),(15451,35,6100),(15451,36,989),(15451,37,2948),(15451,40,62),(15453,34,9160),(15453,35,5845),(15453,36,6),(15453,38,3),(15453,40,1),(15455,34,5412),(15455,35,4063),(15455,36,1451),(15455,39,1),(15455,40,1),(15457,40,8),(15457,25333,17),(15458,40,8),(15458,25340,13),(15459,40,8),(15459,25347,11),(15460,40,8),(15460,25252,17),(15461,40,8),(15461,25339,13),(15462,40,8),(15462,25346,11),(15463,40,8),(15463,25332,17),(15464,40,8),(15464,25338,13),(15465,40,8),(15465,25345,11),(15466,40,8),(15466,25330,17),(15477,40,8),(15477,25336,13),(15478,40,8),(15478,25343,11),(15479,40,8),(15479,25331,17),(15480,40,8),(15480,25337,13),(15508,34,2631),(15508,35,542),(15508,36,113),(15508,39,4),(15510,34,2724),(15510,35,300),(15510,36,187),(15510,37,4),(15510,38,4),(15675,34,2398),(15675,35,466),(15675,36,179),(15675,37,1),(15675,38,4),(15677,34,2398),(15677,35,466),(15677,36,179),(15677,37,1),(15677,38,4),(15681,34,1351),(15681,36,636),(15681,37,4),(15681,39,14),(15681,40,4),(15683,34,1351),(15683,36,636),(15683,37,4),(15683,39,14),(15683,40,4),(15685,34,666),(15685,35,502),(15685,36,1),(15685,37,1),(15687,34,666),(15687,35,502),(15687,36,1),(15687,37,1),(15689,34,666),(15689,35,502),(15689,36,1),(15689,37,1),(15691,34,666),(15691,35,502),(15691,36,1),(15691,37,1),(15693,34,896),(15693,35,698),(15693,36,29),(15695,34,666),(15695,35,502),(15695,36,1),(15695,37,1),(15697,34,666),(15697,35,502),(15697,36,1),(15697,37,1),(15699,34,666),(15699,35,502),(15699,36,1),(15699,37,1),(15701,34,666),(15701,35,502),(15701,36,1),(15701,37,1),(15703,34,896),(15703,35,698),(15703,36,29),(15705,34,30893),(15705,35,24221),(15705,36,570),(15705,37,18),(15705,38,3),(15707,34,38342),(15707,35,30481),(15707,37,2),(15707,38,7),(15707,40,2),(15709,34,44036),(15709,35,33816),(15709,37,94),(15709,38,13),(15709,39,2),(15709,40,2),(15711,34,25649),(15711,35,20583),(15711,38,3),(15711,39,4),(15713,34,30893),(15713,35,24221),(15713,36,570),(15713,37,18),(15713,38,3),(15715,34,38342),(15715,35,30481),(15715,37,2),(15715,38,7),(15715,40,2),(15717,34,44036),(15717,35,33816),(15717,37,94),(15717,38,13),(15717,39,2),(15717,40,2),(15719,34,25649),(15719,35,20583),(15719,38,3),(15719,39,4),(15721,34,10178),(15721,35,6494),(15721,36,7),(15721,38,3),(15721,40,2),(15723,34,10178),(15723,35,6494),(15723,36,7),(15723,38,3),(15723,40,2),(15725,34,10178),(15725,35,6494),(15725,36,7),(15725,38,3),(15725,40,2),(15727,34,10178),(15727,35,6494),(15727,36,7),(15727,38,3),(15727,40,2),(15729,34,6013),(15729,35,4514),(15729,36,1612),(15729,39,2),(15729,40,2),(15731,34,10178),(15731,35,6494),(15731,36,7),(15731,38,3),(15731,40,2),(15733,34,10178),(15733,35,6494),(15733,36,7),(15733,38,3),(15733,40,2),(15735,34,10178),(15735,35,6494),(15735,36,7),(15735,38,3),(15735,40,2),(15737,34,10178),(15737,35,6494),(15737,36,7),(15737,38,3),(15737,40,2),(15739,34,6013),(15739,35,4514),(15739,36,1612),(15739,39,2),(15739,40,2),(15741,34,386),(15741,35,129),(15741,40,1),(15742,34,1022),(15742,35,478),(15742,36,407),(15742,38,2),(15743,34,2098),(15743,35,835),(15743,36,462),(15743,37,20),(15743,38,23),(15744,34,386),(15744,35,129),(15744,40,1),(15745,34,1022),(15745,35,478),(15745,36,407),(15745,38,2),(15746,34,2098),(15746,35,835),(15746,36,462),(15746,37,20),(15746,38,23),(15747,34,3967),(15747,35,2131),(15747,36,229),(15747,37,13),(15747,38,2),(15749,34,708),(15749,35,643),(15749,36,1),(15749,38,1),(15751,34,17367),(15751,35,14709),(15751,36,68),(15751,37,1),(15751,38,1),(15751,39,2),(15751,40,4),(15753,34,3818),(15753,35,3477),(15753,36,3),(15753,37,2),(15755,34,63753),(15755,35,16381),(15755,36,4321),(15755,37,1006),(15755,38,308),(15755,39,112),(15755,40,20),(15757,34,19884),(15757,35,8922),(15757,36,1113),(15757,37,49),(15757,38,24),(15757,39,4),(15757,40,2),(15759,34,3967),(15759,35,2131),(15759,36,229),(15759,37,13),(15759,38,2),(15761,34,708),(15761,35,643),(15761,36,1),(15761,38,1),(15764,34,17367),(15764,35,14709),(15764,36,68),(15764,37,1),(15764,38,1),(15764,39,2),(15764,40,4),(15766,34,3818),(15766,35,3477),(15766,36,3),(15766,37,2),(15768,34,63753),(15768,35,16381),(15768,36,4321),(15768,37,1006),(15768,38,308),(15768,39,112),(15768,40,20),(15770,34,19884),(15770,35,8922),(15770,36,1113),(15770,37,49),(15770,38,24),(15770,39,4),(15770,40,2),(15772,34,277),(15772,38,6),(15772,40,2),(15774,34,554),(15774,35,236),(15774,36,47),(15776,34,242),(15776,35,148),(15776,36,569),(15776,39,2),(15776,40,2),(15778,34,1677),(15778,35,561),(15778,36,488),(15778,37,404),(15778,38,6),(15780,34,277),(15780,38,6),(15780,40,2),(15782,34,616),(15782,35,262),(15782,36,52),(15784,34,242),(15784,35,148),(15784,36,569),(15784,39,2),(15784,40,2),(15786,34,1677),(15786,35,561),(15786,36,488),(15786,37,404),(15786,38,6),(15788,34,763),(15788,35,321),(15788,36,412),(15788,40,2),(15790,34,16253),(15790,35,6353),(15790,36,778),(15790,37,460),(15790,38,171),(15790,39,134),(15790,40,34),(15792,34,949),(15792,40,2),(15794,34,520),(15794,35,39),(15794,36,198),(15794,37,96),(15794,39,2),(15794,40,2),(15796,34,1484),(15796,35,211),(15796,36,397),(15796,37,198),(15796,39,40),(15796,40,6),(15798,34,1486),(15798,35,1486),(15798,36,1486),(15798,37,1486),(15798,39,100),(15798,40,48),(15800,34,520),(15800,35,39),(15800,36,198),(15800,37,96),(15800,39,2),(15800,40,2),(15802,34,1484),(15802,35,211),(15802,36,397),(15802,37,198),(15802,39,40),(15802,40,6),(15804,34,1486),(15804,35,1486),(15804,36,1486),(15804,37,1486),(15804,39,100),(15804,40,48),(15806,34,773),(15806,35,491),(15806,36,518),(15806,37,3),(15806,39,4),(15808,34,676),(15808,36,318),(15808,37,2),(15808,39,6),(15808,40,2),(15810,34,676),(15810,36,318),(15810,37,2),(15810,39,6),(15810,40,2),(15812,37,4),(15813,37,4),(15814,34,6158),(15814,35,1852),(15814,36,1733),(15814,40,2),(15815,34,372),(15815,35,269),(15815,36,222),(15816,34,104),(15816,35,99),(15817,34,51246),(15817,35,13146),(15817,36,4386),(15817,37,1192),(15817,38,185),(15817,39,9),(15817,40,16),(15818,34,77413),(15818,35,19793),(15818,36,5731),(15818,37,1206),(15818,38,343),(15818,39,206),(15818,40,18),(15820,34,4110),(15820,35,1341),(15820,36,1619),(15820,37,1),(15820,38,8),(15821,34,4600),(15821,35,1583),(15821,36,1167),(15821,37,63),(15821,38,50),(15821,39,18),(15823,34,1228),(15823,35,66),(15823,36,77),(15823,39,1),(15824,34,590),(15824,35,213),(15824,36,46),(15824,37,1),(15825,34,40980),(15825,35,10587),(15825,36,3876),(15825,37,1032),(15825,38,146),(15825,39,4),(15825,40,11),(15826,34,718),(15826,35,310),(15826,36,65),(15827,34,750),(15827,35,65),(15827,36,37),(15827,37,10),(15828,34,448),(15828,35,135),(15829,34,30738),(15829,35,8027),(15829,36,3238),(15829,37,878),(15829,38,105),(15829,39,2),(15829,40,6),(15830,34,4090),(15830,35,1253),(15830,36,1272),(15830,37,6),(15831,34,2038),(15831,35,739),(15831,36,1086),(15832,34,2004),(15832,35,579),(15832,36,539),(15833,34,20498),(15833,35,5467),(15833,36,2727),(15833,37,718),(15833,38,56),(15833,39,3),(15834,34,6158),(15834,35,1852),(15834,36,1733),(15834,40,2),(15835,34,372),(15835,35,269),(15835,36,222),(15836,34,104),(15836,35,99),(15837,34,51246),(15837,35,13146),(15837,36,4386),(15837,37,1192),(15837,38,185),(15837,39,9),(15837,40,16),(15838,34,77413),(15838,35,19793),(15838,36,5731),(15838,37,1206),(15838,38,343),(15838,39,206),(15838,40,18),(15840,34,4110),(15840,35,1341),(15840,36,1619),(15840,37,1),(15840,38,8),(15841,34,4600),(15841,35,1583),(15841,36,1167),(15841,37,63),(15841,38,50),(15841,39,18),(15843,34,1228),(15843,35,66),(15843,36,77),(15843,39,1),(15844,34,590),(15844,35,213),(15844,36,46),(15844,37,1),(15845,34,51246),(15845,35,13146),(15845,36,4386),(15845,37,1192),(15845,38,185),(15845,39,9),(15845,40,16),(15846,34,372),(15846,35,269),(15846,36,222),(15847,34,30738),(15847,35,8027),(15847,36,3238),(15847,37,878),(15847,38,105),(15847,39,2),(15847,40,6),(15848,34,40980),(15848,35,10587),(15848,36,3876),(15848,37,1032),(15848,38,146),(15848,39,4),(15848,40,11),(15849,34,700),(15849,35,521),(15849,36,1),(15849,37,3),(15850,34,990),(15850,35,364),(15850,36,9),(15850,37,2),(15850,39,1),(15851,34,4090),(15851,35,1253),(15851,36,1272),(15851,37,6),(15852,34,4110),(15852,35,1341),(15852,36,1619),(15852,37,1),(15852,38,8),(15853,34,104),(15853,35,99),(15854,34,2004),(15854,35,579),(15854,36,539),(15855,34,2038),(15855,35,739),(15855,36,1086),(15856,34,496),(15856,35,51),(15856,36,2),(15856,38,1),(15857,34,784),(15857,35,2),(15857,36,35),(15857,37,6),(15858,34,6158),(15858,35,1852),(15858,36,1733),(15858,40,2),(15859,34,20498),(15859,35,5467),(15859,36,2727),(15859,37,718),(15859,38,56),(15859,39,3),(15860,34,51246),(15860,35,13146),(15860,36,4386),(15860,37,1192),(15860,38,185),(15860,39,9),(15860,40,16),(15861,34,372),(15861,35,269),(15861,36,222),(15862,34,30738),(15862,35,8027),(15862,36,3238),(15862,37,878),(15862,38,105),(15862,39,2),(15862,40,6),(15863,34,40980),(15863,35,10587),(15863,36,3876),(15863,37,1032),(15863,38,146),(15863,39,4),(15863,40,11),(15864,34,700),(15864,35,521),(15864,36,1),(15864,37,3),(15865,34,990),(15865,35,364),(15865,36,9),(15865,37,2),(15865,39,1),(15866,34,4090),(15866,35,1253),(15866,36,1272),(15866,37,6),(15867,34,4110),(15867,35,1341),(15867,36,1619),(15867,37,1),(15867,38,8),(15868,34,104),(15868,35,99),(15869,34,2004),(15869,35,579),(15869,36,539),(15870,34,2038),(15870,35,739),(15870,36,1086),(15871,34,496),(15871,35,51),(15871,36,2),(15871,38,1),(15872,34,784),(15872,35,2),(15872,36,35),(15872,37,6),(15873,34,6158),(15873,35,1852),(15873,36,1733),(15873,40,2),(15874,34,20498),(15874,35,5467),(15874,36,2727),(15874,37,718),(15874,38,56),(15874,39,3),(15875,34,2093),(15875,35,1532),(15875,36,22),(15875,37,138),(15875,40,2),(15877,34,4547),(15877,35,3208),(15877,36,274),(15877,37,592),(15877,40,24),(15879,34,12169),(15879,35,6778),(15879,36,1099),(15879,37,3276),(15879,40,138),(15881,34,2093),(15881,35,1532),(15881,36,22),(15881,37,138),(15881,40,2),(15883,34,4547),(15883,35,3208),(15883,36,274),(15883,37,592),(15883,40,24),(15885,34,12169),(15885,35,6778),(15885,36,1099),(15885,37,3276),(15885,40,138),(15887,34,502),(15887,35,297),(15887,36,334),(15887,37,197),(15887,39,4),(15889,34,502),(15889,35,297),(15889,36,334),(15889,37,197),(15889,39,4),(15891,34,502),(15891,35,297),(15891,36,334),(15891,37,197),(15891,39,4),(15893,34,502),(15893,35,297),(15893,36,334),(15893,37,197),(15893,39,4),(15895,34,8050),(15895,35,1459),(15897,37,597),(15897,38,216),(15897,39,51),(15898,34,597),(15898,35,216),(15898,36,51),(15899,35,597),(15899,36,216),(15899,37,51),(15900,36,597),(15900,37,216),(15900,38,51),(15901,37,597),(15901,38,216),(15901,39,51),(15902,34,597),(15902,35,216),(15902,36,51),(15903,35,597),(15903,36,216),(15903,37,51),(15904,36,597),(15904,37,216),(15904,38,51),(15905,35,23700),(15905,36,574),(15905,38,87),(15905,40,34),(15907,35,23700),(15907,36,574),(15907,38,87),(15907,40,34),(15909,34,2106),(15909,35,2077),(15911,34,2106),(15911,35,2077),(15913,34,2106),(15913,35,2077),(15915,34,2106),(15915,35,2077),(15917,34,2106),(15917,35,2077),(15919,34,2106),(15919,35,2077),(15921,34,2106),(15921,35,2077),(15923,34,2106),(15923,35,2077),(15925,34,6057),(15925,35,4042),(15925,38,3),(15925,40,2),(15927,34,2953),(15927,35,944),(15927,36,202),(15927,39,2),(15929,34,15541),(15929,35,1318),(15929,36,67),(15931,34,40236),(15931,35,33343),(15933,34,2658),(15933,35,850),(15933,36,182),(15933,39,1),(15935,34,6057),(15935,35,4042),(15935,38,3),(15935,40,2),(15937,34,15541),(15937,35,1318),(15937,36,67),(15939,34,40236),(15939,35,33343),(15941,34,6057),(15941,35,4042),(15941,38,3),(15941,40,2),(15943,34,2658),(15943,35,850),(15943,36,182),(15943,39,1),(15945,34,15541),(15945,35,1318),(15945,36,67),(15947,34,40236),(15947,35,33343),(15949,34,6057),(15949,35,4042),(15949,38,3),(15949,40,4),(15951,34,2658),(15951,35,850),(15951,36,182),(15951,39,1),(15953,34,15541),(15953,35,1318),(15953,36,67),(15955,34,40236),(15955,35,33343),(15957,34,6057),(15957,35,4042),(15957,38,3),(15957,40,2),(15959,34,2953),(15959,35,944),(15959,36,202),(15959,39,2),(15961,34,15541),(15961,35,1318),(15961,36,67),(15963,34,40236),(15963,35,33343),(15965,34,538),(15965,35,88),(15965,36,369),(15965,37,1),(15965,38,4),(15967,34,3814),(15967,35,3163),(15967,36,3),(15967,37,2),(16003,38,2),(16003,39,2),(16003,40,2),(16004,38,2),(16004,39,2),(16004,40,2),(16005,38,2),(16005,39,2),(16005,40,2),(16006,38,2),(16006,39,2),(16006,40,2),(16008,38,2),(16008,39,2),(16008,40,2),(16009,38,2),(16009,39,2),(16009,40,2),(16025,34,62),(16025,35,39),(16025,36,2),(16046,34,104),(16046,35,99),(16047,34,40980),(16047,35,10587),(16047,36,3876),(16047,37,1032),(16047,38,146),(16047,39,4),(16047,40,11),(16048,34,51246),(16048,35,13146),(16048,36,4386),(16048,37,1192),(16048,38,185),(16048,39,9),(16048,40,16),(16049,34,448),(16049,35,135),(16050,34,750),(16050,35,65),(16050,36,37),(16050,37,10),(16051,34,2004),(16051,35,579),(16051,36,539),(16052,34,718),(16052,35,310),(16052,36,65),(16053,34,1228),(16053,35,66),(16053,36,77),(16053,39,1),(16054,34,2038),(16054,35,739),(16054,36,1086),(16055,34,4090),(16055,35,1253),(16055,36,1272),(16055,37,6),(16056,34,4110),(16056,35,1341),(16056,36,1619),(16056,37,1),(16056,38,8),(16057,34,30738),(16057,35,8027),(16057,36,3238),(16057,37,878),(16057,38,105),(16057,39,2),(16057,40,6),(16058,34,372),(16058,35,269),(16058,36,222),(16059,34,6158),(16059,35,1852),(16059,36,1733),(16059,40,2),(16060,34,20498),(16060,35,5467),(16060,36,2727),(16060,37,718),(16060,38,56),(16060,39,3),(16061,34,252),(16061,35,221),(16061,36,41),(16061,37,1),(16061,38,1),(16062,34,122),(16062,35,1342),(16062,38,9),(16062,39,4),(16062,40,22),(16064,34,1466),(16064,35,1316),(16064,36,48),(16065,34,556),(16065,35,278),(16067,34,3278),(16067,35,1725),(16067,36,7),(16068,34,212),(16068,35,322),(16126,34,14628),(16126,35,5718),(16126,36,700),(16126,37,414),(16126,38,154),(16126,39,60),(16126,40,15),(16128,34,700),(16128,35,521),(16128,36,1),(16128,37,3),(16129,34,12316),(16129,35,3705),(16129,36,3466),(16129,39,1),(16129,40,4),(16131,34,4090),(16131,35,1253),(16131,36,1272),(16131,37,6),(16132,34,1228),(16132,35,66),(16132,36,77),(16132,39,1),(16133,34,4110),(16133,35,1341),(16133,36,1619),(16133,37,1),(16133,38,8),(16134,34,69672),(16134,35,17814),(16134,36,5158),(16134,37,1085),(16134,38,309),(16134,39,93),(16134,40,8),(16136,34,212),(16136,35,322),(16137,34,1466),(16137,35,1316),(16137,36,48),(16138,34,110),(16138,35,1208),(16138,38,8),(16138,39,2),(16138,40,10),(16140,34,452),(16140,35,267),(16140,36,301),(16140,37,177),(16140,39,2),(16142,34,245),(16142,35,186),(16142,36,12),(16142,38,4),(16142,11399,1),(16144,34,1956),(16144,35,456),(16144,36,186),(16144,37,7),(16144,38,4),(16144,11399,3),(16146,34,3236),(16146,35,2689),(16146,36,195),(16146,38,4),(16146,11399,4),(16148,34,40980),(16148,35,10587),(16148,36,3876),(16148,37,1032),(16148,38,146),(16148,39,4),(16148,40,11),(16149,34,4090),(16149,35,1253),(16149,36,1272),(16149,37,6),(16150,34,750),(16150,35,65),(16150,36,37),(16150,37,10),(16151,34,23084),(16151,35,18525),(16151,38,3),(16151,39,2),(16153,34,39632),(16153,35,30434),(16153,37,85),(16153,38,12),(16153,39,1),(16153,40,1),(16155,34,34508),(16155,35,27433),(16155,37,2),(16155,38,6),(16155,40,1),(16157,34,27804),(16157,35,21799),(16157,36,513),(16157,37,16),(16157,38,3),(16206,34,232),(16206,35,4468),(16206,38,2),(16206,40,4),(16213,2867,20),(16213,2868,36),(16213,2869,29),(16213,2870,31),(16213,2871,20),(16213,2872,20),(16213,2875,31),(16213,2876,13),(16213,21037,9),(16214,2867,20),(16214,2868,36),(16214,2869,29),(16214,2870,31),(16214,2871,20),(16214,2872,20),(16214,2875,31),(16214,2876,13),(16214,21037,9),(16216,2867,11),(16216,2868,7),(16216,2869,16),(16216,2870,16),(16216,2871,11),(16216,2872,11),(16216,2875,16),(16216,2876,7),(16216,21037,4),(16220,34,202020),(16220,38,404),(16220,40,204),(16220,2867,5),(16220,2869,11),(16220,2870,11),(16220,2871,5),(16220,2872,5),(16220,2875,11),(16220,2876,7),(16221,2867,7),(16221,2869,4),(16221,2871,4),(16221,2872,4),(16221,21037,2),(16222,37,1),(16227,34,2555556),(16227,35,666667),(16227,36,194444),(16227,37,22222),(16227,38,17222),(16227,39,8444),(16227,40,1778),(16229,34,3111111),(16229,35,700000),(16229,36,244444),(16229,38,12778),(16229,39,4888),(16229,40,2888),(16231,34,3222222),(16231,35,766667),(16231,36,188889),(16231,37,58889),(16231,39,6222),(16231,40,3334),(16233,34,4111111),(16233,35,777778),(16233,36,211111),(16233,37,34444),(16233,39,6000),(16233,40,2222),(16236,34,55860),(16236,35,20333),(16236,36,5413),(16236,37,1137),(16236,39,198),(16236,40,40),(16238,34,39253),(16238,35,11863),(16238,36,5107),(16238,37,1070),(16238,38,332),(16238,39,214),(16238,40,18),(16240,34,52007),(16240,35,14667),(16240,36,6427),(16240,38,269),(16240,39,92),(16240,40,54),(16242,34,47907),(16242,35,11483),(16242,36,3977),(16242,37,1757),(16242,39,180),(16242,40,26),(16245,38,2),(16245,39,2),(16245,40,2),(16246,38,1),(16246,39,1),(16246,40,1),(16247,38,2),(16247,39,2),(16247,40,2),(16248,38,2),(16248,39,2),(16248,40,2),(16249,38,2),(16249,39,2),(16249,40,2),(16262,16272,69),(16262,16273,35),(16262,16274,414),(16262,16275,1),(16263,16272,69),(16263,16273,35),(16263,16275,1),(16263,17889,414),(16264,16272,69),(16264,16273,35),(16264,16275,1),(16264,17887,414),(16265,16272,69),(16265,16273,35),(16265,16275,1),(16265,17888,414),(16266,16272,1381),(16266,16273,691),(16266,16275,35),(16267,16272,691),(16267,16273,1381),(16267,16275,69),(16268,16272,345),(16268,16273,691),(16268,16275,104),(16269,16272,173),(16269,16273,691),(16269,16275,173),(16278,34,30710),(16278,35,17250),(16278,36,4921),(16278,37,1527),(16278,38,597),(16278,39,300),(16278,40,512),(16282,34,2120),(16282,35,1816),(16282,36,148),(16282,37,59),(16282,38,5),(16282,40,2),(16286,34,100000),(16286,40,100),(16297,34,509),(16297,35,454),(16297,36,167),(16299,34,509),(16299,35,454),(16299,36,167),(16301,34,509),(16301,35,454),(16301,36,167),(16303,34,509),(16303,35,454),(16303,36,167),(16305,34,806),(16305,35,628),(16305,36,26),(16307,34,806),(16307,35,628),(16307,36,26),(16309,34,806),(16309,35,628),(16309,36,26),(16311,34,806),(16311,35,628),(16311,36,26),(16313,34,599),(16313,35,452),(16313,36,1),(16313,37,1),(16315,34,599),(16315,35,452),(16315,36,1),(16315,37,1),(16317,34,599),(16317,35,452),(16317,36,1),(16317,37,1),(16319,34,599),(16319,35,452),(16319,36,1),(16319,37,1),(16321,34,599),(16321,35,452),(16321,36,1),(16321,37,1),(16323,34,599),(16323,35,452),(16323,36,1),(16323,37,1),(16325,34,599),(16325,35,452),(16325,36,1),(16325,37,1),(16327,34,599),(16327,35,452),(16327,36,1),(16327,37,1),(16329,34,599),(16329,35,452),(16329,36,1),(16329,37,1),(16331,34,599),(16331,35,452),(16331,36,1),(16331,37,1),(16333,34,599),(16333,35,452),(16333,36,1),(16333,37,1),(16335,34,599),(16335,35,452),(16335,36,1),(16335,37,1),(16337,34,599),(16337,35,452),(16337,36,1),(16337,37,1),(16339,34,599),(16339,35,452),(16339,36,1),(16339,37,1),(16341,34,599),(16341,35,452),(16341,36,1),(16341,37,1),(16343,34,599),(16343,35,452),(16343,36,1),(16343,37,1),(16345,34,599),(16345,35,452),(16345,36,1),(16345,37,1),(16347,34,599),(16347,35,452),(16347,36,1),(16347,37,1),(16349,34,599),(16349,35,452),(16349,36,1),(16349,37,1),(16351,34,599),(16351,35,452),(16351,36,1),(16351,37,1),(16353,34,23084),(16353,35,18525),(16353,38,3),(16353,39,2),(16355,34,23084),(16355,35,18525),(16355,38,3),(16355,39,2),(16357,34,23084),(16357,35,18525),(16357,38,3),(16357,39,2),(16359,34,23084),(16359,35,18525),(16359,38,3),(16359,39,2),(16361,34,39632),(16361,35,30434),(16361,37,85),(16361,38,12),(16361,39,1),(16361,40,1),(16363,34,39632),(16363,35,30434),(16363,37,85),(16363,38,12),(16363,39,1),(16363,40,1),(16365,34,39632),(16365,35,30434),(16365,37,85),(16365,38,12),(16365,39,1),(16365,40,1),(16367,34,39632),(16367,35,30434),(16367,37,85),(16367,38,12),(16367,39,1),(16367,40,1),(16369,34,34508),(16369,35,27433),(16369,37,2),(16369,38,6),(16369,40,1),(16371,34,34508),(16371,35,27433),(16371,37,2),(16371,38,6),(16371,40,1),(16373,34,34508),(16373,35,27433),(16373,37,2),(16373,38,6),(16373,40,1),(16375,34,34508),(16375,35,27433),(16375,37,2),(16375,38,6),(16375,40,1),(16377,34,27804),(16377,35,21799),(16377,36,513),(16377,37,16),(16377,38,3),(16379,34,27804),(16379,35,21799),(16379,36,513),(16379,37,16),(16379,38,3),(16381,34,27804),(16381,35,21799),(16381,36,513),(16381,37,16),(16381,38,3),(16383,34,27804),(16383,35,21799),(16383,36,513),(16383,37,16),(16383,38,3),(16385,34,5412),(16385,35,4063),(16385,36,1451),(16385,39,1),(16385,40,1),(16387,34,5412),(16387,35,4063),(16387,36,1451),(16387,39,1),(16387,40,1),(16389,34,5412),(16389,35,4063),(16389,36,1451),(16389,39,1),(16389,40,1),(16391,34,5412),(16391,35,4063),(16391,36,1451),(16391,39,1),(16391,40,1),(16393,34,9160),(16393,35,5845),(16393,36,6),(16393,38,3),(16393,40,1),(16395,34,9160),(16395,35,5845),(16395,36,6),(16395,38,3),(16395,40,1),(16397,34,9160),(16397,35,5845),(16397,36,6),(16397,38,3),(16397,40,1),(16399,34,9160),(16399,35,5845),(16399,36,6),(16399,38,3),(16399,40,1),(16401,34,9160),(16401,35,5845),(16401,36,6),(16401,38,3),(16401,40,1),(16403,34,9160),(16403,35,5845),(16403,36,6),(16403,38,3),(16403,40,1),(16405,34,9160),(16405,35,5845),(16405,36,6),(16405,38,3),(16405,40,1),(16407,34,9160),(16407,35,5845),(16407,36,6),(16407,38,3),(16407,40,1),(16409,34,9160),(16409,35,5845),(16409,36,6),(16409,38,3),(16409,40,1),(16411,34,9160),(16411,35,5845),(16411,36,6),(16411,38,3),(16411,40,1),(16413,34,9160),(16413,35,5845),(16413,36,6),(16413,38,3),(16413,40,1),(16415,34,9160),(16415,35,5845),(16415,36,6),(16415,38,3),(16415,40,1),(16417,34,9160),(16417,35,5845),(16417,36,6),(16417,38,3),(16417,40,1),(16419,34,9160),(16419,35,5845),(16419,36,6),(16419,38,3),(16419,40,1),(16421,34,9160),(16421,35,5845),(16421,36,6),(16421,38,3),(16421,40,1),(16423,34,9160),(16423,35,5845),(16423,36,6),(16423,38,3),(16423,40,1),(16425,34,9160),(16425,35,5845),(16425,36,6),(16425,38,3),(16425,40,1),(16427,34,9160),(16427,35,5845),(16427,36,6),(16427,38,3),(16427,40,1),(16429,34,9160),(16429,35,5845),(16429,36,6),(16429,38,3),(16429,40,1),(16431,34,9160),(16431,35,5845),(16431,36,6),(16431,38,3),(16431,40,1),(16433,34,806),(16433,35,3),(16433,36,101),(16433,37,1),(16435,34,806),(16435,35,3),(16435,36,101),(16435,37,1),(16437,34,806),(16437,35,3),(16437,36,101),(16437,37,1),(16439,34,806),(16439,35,3),(16439,36,101),(16439,37,1),(16441,34,1355),(16441,35,832),(16441,36,97),(16443,34,1355),(16443,35,832),(16443,36,97),(16445,34,1355),(16445,35,832),(16445,36,97),(16447,34,1355),(16447,35,832),(16447,36,97),(16449,34,3886),(16449,35,2930),(16449,36,1),(16451,34,3886),(16451,35,2930),(16451,36,1),(16453,34,3886),(16453,35,2930),(16453,36,1),(16455,34,3886),(16455,35,2930),(16455,36,1),(16457,34,1216),(16457,36,572),(16457,37,4),(16457,39,6),(16457,40,2),(16459,34,1216),(16459,36,572),(16459,37,4),(16459,39,6),(16459,40,2),(16461,34,1216),(16461,36,572),(16461,37,4),(16461,39,6),(16461,40,2),(16463,34,1216),(16463,36,572),(16463,37,4),(16463,39,6),(16463,40,2),(16465,34,1336),(16465,35,190),(16465,36,357),(16465,37,178),(16465,39,18),(16465,40,3),(16467,34,1336),(16467,35,190),(16467,36,357),(16467,37,178),(16467,39,18),(16467,40,3),(16469,34,1336),(16469,35,190),(16469,36,357),(16469,37,178),(16469,39,18),(16469,40,3),(16471,34,1336),(16471,35,190),(16471,36,357),(16471,37,178),(16471,39,18),(16471,40,3),(16473,34,1337),(16473,35,1337),(16473,36,1337),(16473,37,1337),(16473,39,45),(16473,40,22),(16475,34,1337),(16475,35,1337),(16475,36,1337),(16475,37,1337),(16475,39,45),(16475,40,22),(16477,34,1337),(16477,35,1337),(16477,36,1337),(16477,37,1337),(16477,39,45),(16477,40,22),(16479,34,1337),(16479,35,1337),(16479,36,1337),(16479,37,1337),(16479,39,45),(16479,40,22),(16481,34,16640),(16481,35,2175),(16481,38,7),(16481,40,3),(16483,34,16640),(16483,35,2175),(16483,38,7),(16483,40,3),(16485,34,16640),(16485,35,2175),(16485,38,7),(16485,40,3),(16487,34,16640),(16487,35,2175),(16487,38,7),(16487,40,3),(16489,34,6656),(16489,35,870),(16489,38,3),(16489,40,1),(16491,34,6656),(16491,35,870),(16491,38,3),(16491,40,1),(16493,34,6656),(16493,35,870),(16493,38,3),(16493,40,1),(16495,34,6656),(16495,35,870),(16495,38,3),(16495,40,1),(16497,34,10952),(16497,35,6100),(16497,36,989),(16497,37,2948),(16497,40,62),(16499,34,10952),(16499,35,6100),(16499,36,989),(16499,37,2948),(16499,40,62),(16501,34,10952),(16501,35,6100),(16501,36,989),(16501,37,2948),(16501,40,62),(16503,34,10952),(16503,35,6100),(16503,36,989),(16503,37,2948),(16503,40,62),(16505,34,4092),(16505,35,2887),(16505,36,247),(16505,37,533),(16505,40,11),(16507,34,4092),(16507,35,2887),(16507,36,247),(16507,37,533),(16507,40,11),(16509,34,4092),(16509,35,2887),(16509,36,247),(16509,37,533),(16509,40,11),(16511,34,4092),(16511,35,2887),(16511,36,247),(16511,37,533),(16511,40,11),(16513,34,83),(16513,35,906),(16513,38,6),(16513,39,2),(16513,40,8),(16515,34,83),(16515,35,906),(16515,38,6),(16515,39,2),(16515,40,8),(16517,34,83),(16517,35,906),(16517,38,6),(16517,39,2),(16517,40,8),(16519,34,83),(16519,35,906),(16519,38,6),(16519,39,2),(16519,40,8),(16521,34,500),(16521,35,250),(16523,34,500),(16523,35,250),(16525,34,500),(16525,35,250),(16527,34,500),(16527,35,250),(16529,35,21330),(16529,36,517),(16529,38,78),(16529,40,15),(16531,35,21330),(16531,36,517),(16531,38,78),(16531,40,15),(16533,35,21330),(16533,36,517),(16533,38,78),(16533,40,15),(16535,35,21330),(16535,36,517),(16535,38,78),(16535,40,15),(16537,34,8236),(16537,35,2463),(16537,36,889),(16537,37,135),(16537,38,133),(16539,34,8236),(16539,35,2463),(16539,36,889),(16539,37,135),(16539,38,133),(16541,34,8236),(16541,35,2463),(16541,36,889),(16541,37,135),(16541,38,133),(16543,34,8236),(16543,35,2463),(16543,36,889),(16543,37,135),(16543,38,133),(16599,34,687),(16599,35,289),(16599,36,371),(16599,40,1),(16601,34,687),(16601,35,289),(16601,36,371),(16601,40,1),(16603,34,687),(16603,35,289),(16603,36,371),(16603,40,1),(16605,34,687),(16605,35,289),(16605,36,371),(16605,40,1),(16631,34,2729),(16631,35,148),(16631,36,171),(16631,39,4),(16631,2872,1),(16686,36,80),(16686,37,150),(16686,38,72),(16688,34,9133),(16688,35,2981),(16688,36,3599),(16688,37,2),(16688,38,18),(16688,2867,1),(16688,2872,1),(16689,34,113880),(16689,35,29214),(16689,36,9747),(16689,37,2650),(16689,38,411),(16689,39,42),(16689,40,74),(16689,2867,2),(16689,2870,1),(16689,2872,2),(16690,34,2729),(16690,35,148),(16690,36,171),(16690,39,4),(16690,2872,1),(16691,34,9133),(16691,35,2981),(16691,36,3599),(16691,37,2),(16691,38,18),(16691,2867,1),(16691,2872,1),(16692,34,113880),(16692,35,29214),(16692,36,9747),(16692,37,2650),(16692,38,411),(16692,39,42),(16692,40,74),(16692,2867,2),(16692,2870,1),(16692,2872,2),(16694,34,113880),(16694,35,29214),(16694,36,9747),(16694,37,2650),(16694,38,411),(16694,39,42),(16694,40,74),(16694,2867,2),(16694,2870,1),(16694,2872,2),(16695,37,1),(16696,34,3258),(16696,35,2926),(16696,36,107),(16696,2872,1),(16697,34,92),(16697,35,1007),(16697,38,7),(16697,39,4),(16697,40,18),(16697,2867,1),(16697,2872,1),(16715,38,15212),(16718,38,27647),(16869,34,101011),(16869,38,202),(16869,40,404),(16869,2867,5),(16869,2868,2),(16869,2869,4),(16869,2870,5),(16869,2871,2),(16869,2876,2),(17167,34,2200),(17167,35,809),(17167,36,21),(17167,37,4),(17167,39,4),(17167,2872,1),(17168,34,9133),(17168,35,2981),(17168,36,3599),(17168,37,2),(17168,38,18),(17168,2867,1),(17168,2872,1),(17174,34,2884),(17174,35,919),(17174,40,2),(17174,2867,1),(17174,2876,1),(17175,34,2884),(17175,35,919),(17175,40,2),(17175,2867,1),(17175,2876,1),(17176,34,2884),(17176,35,919),(17176,40,2),(17176,2867,1),(17176,2876,1),(17177,34,2884),(17177,35,919),(17177,40,2),(17177,2867,1),(17177,2876,1),(17178,34,862),(17178,35,792),(17178,36,529),(17178,2867,1),(17178,2876,1),(17180,34,252),(17180,35,766),(17180,36,1053),(17180,37,119),(17180,2867,1),(17180,2876,1),(17181,34,502),(17181,35,297),(17181,36,334),(17181,37,197),(17181,39,4),(17181,2867,1),(17181,2876,1),(17182,34,502),(17182,35,297),(17182,36,334),(17182,37,197),(17182,39,4),(17182,2867,1),(17182,2876,1),(17184,34,8071),(17184,35,7488),(17184,36,219),(17184,37,2),(17184,2867,1),(17184,2868,1),(17184,2869,1),(17185,34,8071),(17185,35,7488),(17185,36,219),(17185,37,2),(17185,2867,1),(17185,2868,1),(17185,2870,1),(17186,34,8071),(17186,35,7488),(17186,36,219),(17186,37,2),(17186,2867,1),(17186,2868,1),(17186,2870,1),(17187,34,8071),(17187,35,7488),(17187,36,219),(17187,37,2),(17187,2867,1),(17187,2868,1),(17187,2870,1),(17188,34,1),(17190,37,2),(17190,38,6),(17192,37,2),(17192,38,6),(17194,37,2),(17194,38,6),(17196,37,2),(17196,38,6),(17199,37,2),(17199,38,6),(17200,37,2),(17200,38,6),(17201,37,2),(17201,38,6),(17202,37,2),(17202,38,6),(17203,37,2),(17203,38,6),(17204,37,2),(17204,38,6),(17205,37,2),(17205,38,6),(17206,37,2),(17206,38,6),(17207,37,2),(17207,38,6),(17208,37,2),(17208,38,6),(17209,37,2),(17209,38,6),(17210,37,2),(17210,38,6),(17211,37,2),(17211,38,6),(17212,37,2),(17212,38,6),(17213,37,2),(17213,38,6),(17214,37,2),(17214,38,6),(17215,37,2),(17215,38,6),(17216,37,2),(17216,38,6),(17217,37,2),(17217,38,6),(17218,37,2),(17218,38,6),(17219,37,2),(17219,38,6),(17220,37,2),(17220,38,6),(17221,37,2),(17221,38,6),(17222,37,2),(17222,38,6),(17223,37,2),(17223,38,6),(17224,37,2),(17224,38,6),(17225,37,2),(17225,38,6),(17226,37,2),(17226,38,6),(17227,37,2),(17227,38,6),(17229,37,2),(17229,38,6),(17230,37,2),(17230,38,6),(17231,37,2),(17231,38,6),(17232,37,2),(17232,38,6),(17233,37,2),(17233,38,6),(17234,37,2),(17234,38,6),(17235,37,2),(17235,38,6),(17236,37,2),(17236,38,6),(17237,37,2),(17237,38,6),(17238,37,2),(17238,38,6),(17239,37,2),(17239,38,6),(17240,37,2),(17240,38,6),(17241,37,2),(17241,38,6),(17242,37,2),(17242,38,6),(17243,37,2),(17243,38,6),(17244,37,2),(17244,38,6),(17245,37,2),(17245,38,6),(17247,37,2),(17247,38,6),(17248,37,2),(17248,38,6),(17249,37,2),(17249,38,6),(17250,37,2),(17250,38,6),(17251,37,2),(17251,38,6),(17252,37,2),(17252,38,6),(17253,37,2),(17253,38,6),(17254,37,2),(17254,38,6),(17255,37,2),(17255,38,6),(17256,37,2),(17256,38,6),(17257,37,2),(17257,38,6),(17258,37,2),(17258,38,6),(17259,37,2),(17259,38,6),(17260,37,2),(17260,38,6),(17261,37,2),(17261,38,6),(17262,37,2),(17262,38,6),(17263,37,2),(17263,38,6),(17264,37,2),(17264,38,6),(17266,37,2),(17266,38,6),(17267,37,2),(17267,38,6),(17268,37,2),(17268,38,6),(17269,37,2),(17269,38,6),(17270,37,2),(17270,38,6),(17271,37,2),(17271,38,6),(17272,37,2),(17272,38,6),(17287,37,2),(17287,38,6),(17288,37,2),(17288,38,6),(17289,37,2),(17289,38,6),(17290,37,2),(17290,38,6),(17291,37,2),(17291,38,6),(17292,37,2),(17292,38,6),(17293,37,2),(17293,38,6),(17294,37,2),(17294,38,6),(17295,37,2),(17295,38,6),(17296,37,2),(17296,38,6),(17297,37,2),(17297,38,6),(17298,37,2),(17298,38,6),(17299,37,2),(17299,38,6),(17300,37,2),(17300,38,6),(17301,37,2),(17301,38,6),(17302,37,2),(17302,38,6),(17303,37,2),(17303,38,6),(17304,37,2),(17304,38,6),(17305,37,2),(17305,38,6),(17306,37,2),(17306,38,6),(17363,34,2222),(17363,38,22),(17363,40,44),(17364,34,6667),(17364,38,56),(17364,40,112),(17365,34,13333),(17365,38,111),(17365,40,222),(17366,34,556),(17366,35,556),(17366,36,167),(17367,34,16667),(17367,35,5556),(17367,36,556),(17368,34,144444),(17368,35,77778),(17368,36,1667),(17402,34,91067),(17402,35,23527),(17402,36,8613),(17402,37,2294),(17402,38,324),(17402,39,18),(17402,40,52),(17402,2867,1),(17402,2870,1),(17402,2872,1),(17403,34,9089),(17403,35,2786),(17403,36,2827),(17403,37,14),(17403,38,1),(17403,2867,1),(17403,2872,1),(17404,34,1596),(17404,35,690),(17404,36,144),(17404,2872,1),(17406,34,68307),(17406,35,17839),(17406,36,7197),(17406,37,1951),(17406,38,234),(17406,39,12),(17406,40,26),(17406,2867,1),(17406,2870,1),(17406,2872,1),(17407,34,9089),(17407,35,2786),(17407,36,2827),(17407,37,14),(17407,38,1),(17407,2867,1),(17407,2872,1),(17408,34,1556),(17408,35,1158),(17408,36,3),(17408,37,7),(17408,2872,1),(17425,34,23100),(17425,36,2625),(17425,40,336),(17426,34,24200),(17426,36,2750),(17426,40,352),(17428,35,12600),(17428,39,473),(17428,40,105),(17429,35,13200),(17429,39,495),(17429,40,110),(17432,34,22050),(17432,38,798),(17432,39,142),(17433,34,23100),(17433,38,836),(17433,39,149),(17436,34,10500),(17436,37,1680),(17436,38,126),(17437,34,11000),(17437,37,1760),(17437,38,132),(17440,35,1050),(17440,37,210),(17440,38,105),(17440,39,20),(17441,35,1100),(17441,37,220),(17441,38,110),(17441,39,21),(17444,34,2310),(17444,37,105),(17444,38,126),(17444,39,16),(17445,34,2420),(17445,37,110),(17445,38,132),(17445,39,17),(17448,36,368),(17448,38,79),(17448,39,8),(17449,36,385),(17449,38,83),(17449,39,9),(17452,34,141),(17452,36,281),(17452,37,141),(17453,34,148),(17453,36,294),(17453,37,148),(17455,34,113),(17455,35,224),(17455,36,113),(17456,34,118),(17456,35,235),(17456,36,118),(17459,34,369),(17459,35,26),(17459,36,53),(17459,38,5),(17460,34,387),(17460,35,27),(17460,36,55),(17460,38,5),(17463,34,364),(17463,35,182),(17464,34,381),(17464,35,190),(17466,34,58800),(17466,35,12653),(17466,36,2205),(17466,37,473),(17467,34,61600),(17467,35,13255),(17467,36,2310),(17467,37,495),(17470,34,436),(17471,34,457),(17476,34,2222222),(17476,35,666667),(17476,36,66667),(17476,37,44444),(17476,38,4444),(17476,39,2222),(17476,40,666),(17478,34,1888889),(17478,35,566667),(17478,36,56667),(17478,37,37778),(17478,38,3778),(17478,39,1888),(17478,40,566),(17480,34,1555556),(17480,35,466667),(17480,36,46667),(17480,37,31111),(17480,38,3111),(17480,39,1556),(17480,40,466),(17482,34,24663),(17482,35,19132),(17482,36,7806),(17482,38,1351),(17482,40,528),(17484,34,252),(17484,35,221),(17484,36,41),(17484,37,1),(17484,38,1),(17485,34,122),(17485,35,1342),(17485,38,9),(17485,39,4),(17485,40,22),(17487,34,1466),(17487,35,1316),(17487,36,48),(17488,34,556),(17488,35,278),(17490,34,3278),(17490,35,1725),(17490,36,7),(17491,34,212),(17491,35,322),(17492,34,2098),(17492,35,835),(17492,36,462),(17492,37,20),(17492,38,23),(17493,34,1022),(17493,35,478),(17493,36,407),(17493,38,2),(17494,34,386),(17494,35,129),(17494,40,1),(17495,34,168),(17495,36,135),(17495,37,1),(17495,38,2),(17496,34,50),(17496,35,128),(17496,36,400),(17496,37,150),(17496,38,8),(17496,40,1),(17497,34,50),(17497,35,128),(17497,36,400),(17497,37,150),(17497,38,8),(17497,40,1),(17498,34,75),(17498,35,200),(17498,36,500),(17498,37,250),(17498,38,10),(17498,40,1),(17499,34,50),(17499,35,128),(17499,36,400),(17499,37,150),(17499,38,8),(17499,40,1),(17500,34,862),(17500,35,792),(17500,36,529),(17502,34,25649),(17502,35,20583),(17502,38,3),(17502,39,4),(17504,34,44036),(17504,35,33816),(17504,37,94),(17504,38,13),(17504,39,2),(17504,40,2),(17506,34,38342),(17506,35,30481),(17506,37,2),(17506,38,7),(17506,40,2),(17508,34,30893),(17508,35,24221),(17508,36,570),(17508,37,18),(17508,38,3),(17510,34,1116),(17510,35,861),(17510,38,3),(17512,34,666),(17512,35,502),(17512,36,1),(17512,37,1),(17514,34,896),(17514,35,698),(17514,36,29),(17516,34,666),(17516,35,502),(17516,36,1),(17516,37,1),(17518,34,666),(17518,35,502),(17518,36,1),(17518,37,1),(17520,34,5030),(17520,35,78),(17520,37,2),(17522,34,516),(17522,35,67),(17522,36,2),(17522,37,73),(17524,35,658),(17524,36,2),(17524,37,4),(17524,38,1),(17524,39,4),(17526,34,763),(17526,35,321),(17526,36,412),(17526,40,2),(17528,34,1116),(17528,35,861),(17528,38,3),(17536,34,6013),(17536,35,4514),(17536,36,1612),(17536,39,2),(17536,40,2),(17538,34,10178),(17538,35,6494),(17538,36,7),(17538,38,3),(17538,40,2),(17540,34,10178),(17540,35,6494),(17540,36,7),(17540,38,3),(17540,40,2),(17542,34,10178),(17542,35,6494),(17542,36,7),(17542,38,3),(17542,40,2),(17544,34,10178),(17544,35,6494),(17544,36,7),(17544,38,3),(17544,40,2),(17546,34,2098),(17546,35,835),(17546,36,462),(17546,37,20),(17546,38,23),(17547,34,1022),(17547,35,478),(17547,36,407),(17547,38,2),(17548,34,386),(17548,35,129),(17548,40,1),(17549,34,896),(17549,35,698),(17549,36,29),(17551,34,666),(17551,35,502),(17551,36,1),(17551,37,1),(17553,34,666),(17553,35,502),(17553,36,1),(17553,37,1),(17555,34,666),(17555,35,502),(17555,36,1),(17555,37,1),(17557,34,666),(17557,35,502),(17557,36,1),(17557,37,1),(17559,34,862),(17559,35,792),(17559,36,529),(17565,34,69),(17565,37,4),(17565,38,12),(17565,40,1),(17617,34,211),(17617,35,3072),(17619,34,21111),(17619,35,9667),(17619,36,3333),(17619,37,611),(17619,38,2),(17619,39,12),(17619,40,4),(17621,34,111111),(17621,38,222),(17621,40,112),(17621,2870,1),(17621,2872,1),(17621,2875,1),(17623,37,2),(17623,38,6),(17630,37,2),(17630,38,6),(17634,34,622222),(17634,35,155556),(17634,36,46667),(17634,37,10000),(17634,38,2778),(17634,39,1222),(17634,40,356),(17636,34,10608667),(17636,35,2652667),(17636,36,664444),(17636,37,165911),(17636,38,41422),(17636,39,19756),(17636,40,6288),(17642,37,2),(17642,38,6),(17648,34,17778),(17648,35,1267),(17648,36,889),(17648,37,289),(17650,34,5111),(17650,35,4278),(17652,34,2489),(17652,35,1978),(17652,37,11),(17654,34,4578),(17654,35,5800),(17656,34,15289),(17656,36,889),(17656,37,233),(17658,34,10400),(17658,35,1556),(17658,36,1044),(17660,34,5200),(17660,35,1000),(17660,36,22),(17660,37,22),(17660,38,22),(17662,34,12356),(17662,35,2233),(17662,36,1100),(17664,34,2489),(17664,35,1978),(17664,37,11),(17666,34,4578),(17666,35,5800),(17668,34,17778),(17668,35,1267),(17668,36,889),(17668,37,289),(17670,34,12356),(17670,35,2233),(17670,36,1100),(17672,34,5200),(17672,35,1000),(17672,36,22),(17672,37,22),(17672,38,22),(17674,34,15289),(17674,36,889),(17674,37,233),(17676,34,5111),(17676,35,4278),(17678,34,10400),(17678,35,1556),(17678,36,1044),(17680,35,511),(17680,36,22),(17680,37,33),(17680,38,200),(17680,39,67),(17680,40,444),(17682,35,89),(17682,36,1100),(17682,37,44),(17682,38,44),(17682,39,22),(17682,40,122),(17684,36,867),(17684,37,33),(17684,38,11),(17684,39,89),(17684,40,244),(17686,35,356),(17686,36,44),(17686,37,244),(17686,38,33),(17686,39,144),(17686,40,500),(17688,34,133),(17688,35,56),(17688,36,56),(17688,37,467),(17688,38,167),(17688,39,89),(17688,40,367),(17690,35,567),(17690,36,550),(17690,37,33),(17690,38,39),(17690,39,33),(17690,40,156),(17692,35,1044),(17692,37,22),(17692,38,33),(17692,39,44),(17692,40,189),(17694,35,22),(17694,36,667),(17694,37,200),(17694,38,44),(17694,39,167),(17694,40,289),(17701,39,3),(17701,40,81),(17701,11399,10),(17703,34,23333),(17703,35,9444),(17703,36,3222),(17703,37,600),(17703,38,2),(17703,39,4),(17703,40,4),(17705,34,21071),(17705,35,9382),(17705,36,3127),(17705,37,590),(17705,38,2),(17705,39,4),(17705,40,4),(17707,34,21071),(17707,35,9382),(17707,36,3127),(17707,37,590),(17707,38,2),(17707,39,4),(17707,40,4),(17709,34,611111),(17709,35,155556),(17709,36,51111),(17709,37,10556),(17709,38,2556),(17709,39,1112),(17709,40,278),(17713,34,622222),(17713,35,177778),(17713,36,47778),(17713,37,9667),(17713,38,2444),(17713,39,1200),(17713,40,356),(17715,34,614356),(17715,35,154233),(17715,36,39907),(17715,37,9687),(17715,38,2387),(17715,39,1202),(17715,40,356),(17718,34,614356),(17718,35,154233),(17718,36,39907),(17718,37,9687),(17718,38,2387),(17718,39,1202),(17718,40,356),(17720,34,614356),(17720,35,154233),(17720,36,39907),(17720,37,9687),(17720,38,2387),(17720,39,1202),(17720,40,356),(17722,34,614356),(17722,35,154233),(17722,36,39907),(17722,37,9687),(17722,38,2387),(17722,39,1202),(17722,40,356),(17726,34,10608662),(17726,35,2652666),(17726,36,664446),(17726,37,165917),(17726,38,41437),(17726,39,19804),(17726,40,5446),(17728,34,10549436),(17728,35,2693564),(17728,36,660828),(17728,37,164992),(17728,38,41198),(17728,39,19622),(17728,40,6202),(17732,34,10549422),(17732,35,2638010),(17732,36,661036),(17732,37,165001),(17732,38,41186),(17732,39,19592),(17732,40,6126),(17736,34,11976870),(17736,35,2824745),(17736,36,722088),(17736,37,180463),(17736,38,45309),(17736,39,20040),(17736,40,7249),(17738,34,11225438),(17738,35,2758045),(17738,36,700827),(17738,37,177765),(17738,38,44184),(17738,39,20828),(17738,40,5811),(17740,34,11716296),(17740,35,2930004),(17740,36,733304),(17740,37,186361),(17740,38,45699),(17740,39,21186),(17740,40,6575),(17743,37,2),(17743,38,6),(17757,34,1000),(17759,35,5000),(17761,36,11111),(17764,34,10000),(17764,37,1),(17764,40,10),(17770,34,68307),(17770,35,17839),(17770,36,7197),(17770,37,1951),(17770,38,234),(17770,39,12),(17770,40,26),(17770,2867,1),(17770,2870,1),(17770,2872,1),(17771,34,4529),(17771,35,1643),(17771,36,2413),(17771,38,1),(17771,2867,1),(17771,2872,1),(17772,34,1667),(17772,35,144),(17772,36,83),(17772,37,22),(17772,2872,1),(17773,34,122),(17773,35,1342),(17773,38,9),(17773,39,4),(17773,40,22),(17773,2867,2),(17773,2870,2),(17773,2872,2),(17812,34,22222),(17812,35,9556),(17812,36,3111),(17812,37,633),(17812,38,11),(17812,39,4),(17812,40,4),(17832,34,25649),(17832,35,20583),(17832,38,3),(17832,39,4),(17834,34,44036),(17834,35,33816),(17834,37,94),(17834,38,13),(17834,39,2),(17834,40,2),(17836,34,38342),(17836,35,30481),(17836,37,2),(17836,38,7),(17836,40,2),(17838,34,30893),(17838,35,24221),(17838,36,570),(17838,37,18),(17838,38,3),(17841,34,24444),(17841,35,6444),(17841,36,3000),(17841,37,433),(17841,38,83),(17841,39,22),(17841,40,4),(17843,34,611111),(17843,35,188889),(17843,36,50000),(17843,37,9222),(17843,38,2333),(17843,39,1266),(17843,40,288),(17847,37,2),(17847,38,6),(17852,37,2),(17852,38,6),(17857,34,39244),(17857,35,3556),(17857,36,278),(17857,40,66),(17859,34,18756),(17859,39,112),(17859,40,44),(17861,34,39889),(17861,35,29389),(17861,36,289),(17861,37,22),(17861,38,22),(17861,39,22),(17863,34,37289),(17863,35,8333),(17863,39,134),(17865,35,2310),(17865,36,2520),(17865,37,315),(17866,35,2420),(17866,36,2640),(17866,37,330),(17867,34,840),(17867,35,105),(17867,37,90),(17868,34,880),(17868,35,110),(17868,37,94),(17869,11399,315),(17870,11399,330),(17871,38,2),(17871,39,2),(17871,40,2),(17873,34,1111),(17884,34,1111),(17895,36,25),(17895,37,10),(17895,38,5),(17899,36,3125),(17908,34,1658),(17908,35,636),(17908,39,2),(17912,34,32210),(17912,35,23079),(17912,36,10056),(17912,37,1667),(17912,38,1462),(17912,40,528),(17912,3687,8),(17912,3689,8),(17912,11399,23),(17912,11541,5),(17912,11689,3),(17918,34,11278533),(17918,35,2746133),(17918,36,669424),(17918,37,165417),(17918,38,41642),(17918,39,20205),(17918,40,6383),(17920,34,11968215),(17920,35,3114677),(17920,36,721723),(17920,37,186459),(17920,38,48828),(17920,39,19710),(17920,40,8226),(17922,34,659871),(17922,35,165622),(17922,36,43364),(17922,37,10397),(17922,38,2562),(17922,39,1280),(17922,40,322),(17924,34,22798),(17924,35,6133),(17924,36,2949),(17924,37,401),(17924,38,88),(17924,39,34),(17926,34,22798),(17926,35,6133),(17926,36,2949),(17926,37,401),(17926,38,88),(17926,39,34),(17928,34,23304),(17928,35,6290),(17928,36,2949),(17928,37,398),(17928,38,82),(17928,39,20),(17928,40,2),(17930,34,21071),(17930,35,9382),(17930,36,3127),(17930,37,590),(17930,38,2),(17930,39,4),(17930,40,4),(17932,34,22804),(17932,35,6143),(17932,36,2046),(17932,37,352),(17932,38,131),(17932,39,28),(17932,40,2),(17938,34,471),(17938,35,716),(17975,16272,104),(17975,16273,55),(17975,16275,1),(17975,17887,483),(17976,16272,104),(17976,16273,55),(17976,16275,1),(17976,17888,483),(17977,16272,104),(17977,16273,55),(17977,16275,1),(17977,17889,483),(17978,16272,104),(17978,16273,55),(17978,16274,483),(17978,16275,1),(17982,34,101011),(17982,38,404),(17982,2870,2),(17982,2875,2),(18036,38,417),(18038,38,389),(18040,38,361),(18042,38,306),(18044,38,278),(18046,38,250),(18048,38,250),(18050,38,222),(18052,38,194),(18054,38,889),(18056,38,139),(18058,38,111),(18060,38,83),(18062,38,56),(18064,38,333),(18066,38,28),(18068,34,7547),(18068,35,3947),(18068,36,2250),(18068,37,1667),(18068,38,111),(18068,3687,3),(18068,3689,2),(18068,11399,23),(18068,11541,5),(18068,11689,3),(18586,36,3125),(18588,34,3),(18588,35,8),(18588,36,8),(18588,37,1),(18588,38,2),(18588,40,1),(18588,16275,8),(18590,38,417),(18590,16682,26),(18592,38,389),(18592,16682,24),(18594,38,361),(18594,16682,23),(18596,38,306),(18596,16682,20),(18598,38,278),(18598,16682,18),(18600,38,250),(18600,16682,17),(18602,38,250),(18602,16682,15),(18604,38,222),(18604,16682,14),(18606,38,194),(18606,16682,12),(18608,38,889),(18608,16682,24),(18610,38,139),(18610,16682,11),(18612,38,111),(18612,16682,9),(18614,38,83),(18614,16682,8),(18616,38,56),(18616,16682,6),(18618,38,28),(18618,16682,5),(18624,38,333),(18624,16682,26),(18626,34,8889),(18626,35,667),(18626,36,222),(18626,37,111),(18635,34,11111),(18635,35,889),(18635,36,444),(18635,37,222),(18637,34,15556),(18637,35,1111),(18637,36,667),(18637,37,444),(18639,34,471),(18639,35,716),(18642,34,36212),(18642,35,30009),(18658,34,17896),(18658,35,8030),(18658,36,1002),(18658,37,44),(18658,38,22),(18658,39,2),(18658,40,1),(18660,34,17896),(18660,35,8030),(18660,36,1002),(18660,37,44),(18660,38,22),(18660,39,2),(18660,40,1),(18662,34,17896),(18662,35,8030),(18662,36,1002),(18662,37,44),(18662,38,22),(18662,39,2),(18662,40,1),(18664,34,17896),(18664,35,8030),(18664,36,1002),(18664,37,44),(18664,38,22),(18664,39,2),(18664,40,1),(18666,34,17896),(18666,35,8030),(18666,36,1002),(18666,37,44),(18666,38,22),(18666,39,2),(18666,40,1),(18668,34,17896),(18668,35,8030),(18668,36,1002),(18668,37,44),(18668,38,22),(18668,39,2),(18668,40,1),(18670,34,17896),(18670,35,8030),(18670,36,1002),(18670,37,44),(18670,38,22),(18670,39,2),(18670,40,1),(18672,34,17896),(18672,35,8030),(18672,36,1002),(18672,37,44),(18672,38,22),(18672,39,2),(18672,40,1),(18674,34,17896),(18674,35,8030),(18674,36,1002),(18674,37,44),(18674,38,22),(18674,39,2),(18674,40,1),(18676,34,17896),(18676,35,8030),(18676,36,1002),(18676,37,44),(18676,38,22),(18676,39,2),(18676,40,1),(18679,37,2),(18679,38,6),(18680,34,17896),(18680,35,8030),(18680,36,1002),(18680,37,44),(18680,38,22),(18680,39,2),(18680,40,1),(18682,34,17896),(18682,35,8030),(18682,36,1002),(18682,37,44),(18682,38,22),(18682,39,2),(18682,40,1),(18684,34,17896),(18684,35,8030),(18684,36,1002),(18684,37,44),(18684,38,22),(18684,39,2),(18684,40,1),(18686,34,17896),(18686,35,8030),(18686,36,1002),(18686,37,44),(18686,38,22),(18686,39,2),(18686,40,1),(18688,34,17896),(18688,35,8030),(18688,36,1002),(18688,37,44),(18688,38,22),(18688,39,2),(18688,40,1),(18690,34,17896),(18690,35,8030),(18690,36,1002),(18690,37,44),(18690,38,22),(18690,39,2),(18690,40,1),(18692,34,17896),(18692,35,8030),(18692,36,1002),(18692,37,44),(18692,38,22),(18692,39,2),(18692,40,1),(18694,34,17896),(18694,35,8030),(18694,36,1002),(18694,37,44),(18694,38,22),(18694,39,2),(18694,40,1),(18696,34,17896),(18696,35,8030),(18696,36,1002),(18696,37,44),(18696,38,22),(18696,39,2),(18696,40,1),(18698,34,17896),(18698,35,8030),(18698,36,1002),(18698,37,44),(18698,38,22),(18698,39,2),(18698,40,1),(18700,34,806),(18700,35,628),(18700,36,26),(18702,34,806),(18702,35,628),(18702,36,26),(18704,34,806),(18704,35,628),(18704,36,26),(18706,34,806),(18706,35,628),(18706,36,26),(18708,34,806),(18708,35,628),(18708,36,26),(18710,34,806),(18710,35,628),(18710,36,26),(18712,34,599),(18712,35,452),(18712,36,1),(18712,37,1),(18714,34,599),(18714,35,452),(18714,36,1),(18714,37,1),(18716,34,599),(18716,35,452),(18716,36,1),(18716,37,1),(18718,34,599),(18718,35,452),(18718,36,1),(18718,37,1),(18720,34,599),(18720,35,452),(18720,36,1),(18720,37,1),(18722,34,599),(18722,35,452),(18722,36,1),(18722,37,1),(18724,34,599),(18724,35,452),(18724,36,1),(18724,37,1),(18726,34,599),(18726,35,452),(18726,36,1),(18726,37,1),(18728,34,599),(18728,35,452),(18728,36,1),(18728,37,1),(18730,34,599),(18730,35,452),(18730,36,1),(18730,37,1),(18740,34,599),(18740,35,452),(18740,36,1),(18740,37,1),(18742,34,599),(18742,35,452),(18742,36,1),(18742,37,1),(18744,34,599),(18744,35,452),(18744,36,1),(18744,37,1),(18746,34,599),(18746,35,452),(18746,36,1),(18746,37,1),(18748,34,599),(18748,35,452),(18748,36,1),(18748,37,1),(18750,34,599),(18750,35,452),(18750,36,1),(18750,37,1),(18752,34,599),(18752,35,452),(18752,36,1),(18752,37,1),(18754,34,599),(18754,35,452),(18754,36,1),(18754,37,1),(18756,34,599),(18756,35,452),(18756,36,1),(18756,37,1),(18758,34,599),(18758,35,452),(18758,36,1),(18758,37,1),(18760,34,599),(18760,35,452),(18760,36,1),(18760,37,1),(18762,34,599),(18762,35,452),(18762,36,1),(18762,37,1),(18764,34,599),(18764,35,452),(18764,36,1),(18764,37,1),(18766,34,599),(18766,35,452),(18766,36,1),(18766,37,1),(18768,34,806),(18768,35,628),(18768,36,26),(18770,34,599),(18770,35,452),(18770,36,1),(18770,37,1),(18772,34,599),(18772,35,452),(18772,36,1),(18772,37,1),(18775,34,599),(18775,35,452),(18775,36,1),(18775,37,1),(18777,34,599),(18777,35,452),(18777,36,1),(18777,37,1),(18779,34,806),(18779,35,628),(18779,36,26),(18781,34,599),(18781,35,452),(18781,36,1),(18781,37,1),(18783,34,599),(18783,35,452),(18783,36,1),(18783,37,1),(18785,34,599),(18785,35,452),(18785,36,1),(18785,37,1),(18787,34,599),(18787,35,452),(18787,36,1),(18787,37,1),(18789,34,806),(18789,35,628),(18789,36,26),(18791,34,599),(18791,35,452),(18791,36,1),(18791,37,1),(18793,34,599),(18793,35,452),(18793,36,1),(18793,37,1),(18795,34,599),(18795,35,452),(18795,36,1),(18795,37,1),(18797,34,599),(18797,35,452),(18797,36,1),(18797,37,1),(18799,34,5412),(18799,35,4063),(18799,36,1451),(18799,39,1),(18799,40,1),(18801,34,9160),(18801,35,5845),(18801,36,6),(18801,38,3),(18801,40,1),(18803,34,9160),(18803,35,5845),(18803,36,6),(18803,38,3),(18803,40,1),(18805,34,9160),(18805,35,5845),(18805,36,6),(18805,38,3),(18805,40,1),(18807,34,9160),(18807,35,5845),(18807,36,6),(18807,38,3),(18807,40,1),(18809,34,5412),(18809,35,4063),(18809,36,1451),(18809,39,1),(18809,40,1),(18811,34,9160),(18811,35,5845),(18811,36,6),(18811,38,3),(18811,40,1),(18813,34,9160),(18813,35,5845),(18813,36,6),(18813,38,3),(18813,40,1),(18815,34,9160),(18815,35,5845),(18815,36,6),(18815,38,3),(18815,40,1),(18817,34,9160),(18817,35,5845),(18817,36,6),(18817,38,3),(18817,40,1),(18819,34,5412),(18819,35,4063),(18819,36,1451),(18819,39,1),(18819,40,1),(18821,34,9160),(18821,35,5845),(18821,36,6),(18821,38,3),(18821,40,1),(18823,34,9160),(18823,35,5845),(18823,36,6),(18823,38,3),(18823,40,1),(18825,34,9160),(18825,35,5845),(18825,36,6),(18825,38,3),(18825,40,1),(18827,34,9160),(18827,35,5845),(18827,36,6),(18827,38,3),(18827,40,1),(18829,34,5412),(18829,35,4063),(18829,36,1451),(18829,39,1),(18829,40,1),(18831,34,5412),(18831,35,4063),(18831,36,1451),(18831,39,1),(18831,40,1),(18833,34,9160),(18833,35,5845),(18833,36,6),(18833,38,3),(18833,40,1),(18835,34,9160),(18835,35,5845),(18835,36,6),(18835,38,3),(18835,40,1),(18837,34,9160),(18837,35,5845),(18837,36,6),(18837,38,3),(18837,40,1),(18839,34,9160),(18839,35,5845),(18839,36,6),(18839,38,3),(18839,40,1),(18841,34,9160),(18841,35,5845),(18841,36,6),(18841,38,3),(18841,40,1),(18843,34,9160),(18843,35,5845),(18843,36,6),(18843,38,3),(18843,40,1),(18845,34,9160),(18845,35,5845),(18845,36,6),(18845,38,3),(18845,40,1),(18847,34,9160),(18847,35,5845),(18847,36,6),(18847,38,3),(18847,40,1),(18849,34,5412),(18849,35,4063),(18849,36,1451),(18849,39,1),(18849,40,1),(18851,34,5412),(18851,35,4063),(18851,36,1451),(18851,39,1),(18851,40,1),(18853,34,9160),(18853,35,5845),(18853,36,6),(18853,38,3),(18853,40,1),(18855,34,9160),(18855,35,5845),(18855,36,6),(18855,38,3),(18855,40,1),(18857,34,9160),(18857,35,5845),(18857,36,6),(18857,38,3),(18857,40,1),(18859,34,9160),(18859,35,5845),(18859,36,6),(18859,38,3),(18859,40,1),(18861,34,9160),(18861,35,5845),(18861,36,6),(18861,38,3),(18861,40,1),(18863,34,9160),(18863,35,5845),(18863,36,6),(18863,38,3),(18863,40,1),(18865,34,9160),(18865,35,5845),(18865,36,6),(18865,38,3),(18865,40,1),(18867,34,9160),(18867,35,5845),(18867,36,6),(18867,38,3),(18867,40,1),(18869,34,9160),(18869,35,5845),(18869,36,6),(18869,38,3),(18869,40,1),(18871,34,9160),(18871,35,5845),(18871,36,6),(18871,38,3),(18871,40,1),(18873,34,9160),(18873,35,5845),(18873,36,6),(18873,38,3),(18873,40,1),(18875,34,9160),(18875,35,5845),(18875,36,6),(18875,38,3),(18875,40,1),(18877,34,9160),(18877,35,5845),(18877,36,6),(18877,38,3),(18877,40,1),(18879,34,9160),(18879,35,5845),(18879,36,6),(18879,38,3),(18879,40,1),(18881,34,5412),(18881,35,4063),(18881,36,1451),(18881,39,1),(18881,40,1),(18883,34,5412),(18883,35,4063),(18883,36,1451),(18883,39,1),(18883,40,1),(18885,34,23084),(18885,35,18525),(18885,38,3),(18885,39,2),(18887,34,23084),(18887,35,18525),(18887,38,3),(18887,39,2),(18889,34,39632),(18889,35,30434),(18889,37,85),(18889,38,12),(18889,39,1),(18889,40,1),(18891,34,39632),(18891,35,30434),(18891,37,85),(18891,38,12),(18891,39,1),(18891,40,1),(18893,34,34508),(18893,35,27433),(18893,37,2),(18893,38,6),(18893,40,1),(18895,34,34508),(18895,35,27433),(18895,37,2),(18895,38,6),(18895,40,1),(18897,34,27804),(18897,35,21799),(18897,36,513),(18897,37,16),(18897,38,3),(18899,34,27804),(18899,35,21799),(18899,36,513),(18899,37,16),(18899,38,3),(18901,34,23084),(18901,35,18525),(18901,38,3),(18901,39,2),(18903,34,23084),(18903,35,18525),(18903,38,3),(18903,39,2),(18905,34,39632),(18905,35,30434),(18905,37,85),(18905,38,12),(18905,39,1),(18905,40,1),(18907,34,39632),(18907,35,30434),(18907,37,85),(18907,38,12),(18907,39,1),(18907,40,1),(18909,34,34508),(18909,35,27433),(18909,37,2),(18909,38,6),(18909,40,1),(18911,34,34508),(18911,35,27433),(18911,37,2),(18911,38,6),(18911,40,1),(18913,34,27804),(18913,35,21799),(18913,36,513),(18913,37,16),(18913,38,3),(18915,34,27804),(18915,35,21799),(18915,36,513),(18915,37,16),(18915,38,3),(18917,34,27804),(18917,35,21799),(18917,36,513),(18917,37,16),(18917,38,3),(18919,34,27804),(18919,35,21799),(18919,36,513),(18919,37,16),(18919,38,3),(18921,34,34508),(18921,35,27433),(18921,37,2),(18921,38,6),(18921,40,1),(18923,34,34508),(18923,35,27433),(18923,37,2),(18923,38,6),(18923,40,1),(18925,34,39632),(18925,35,30434),(18925,37,85),(18925,38,12),(18925,39,1),(18925,40,1),(18927,34,39632),(18927,35,30434),(18927,37,85),(18927,38,12),(18927,39,1),(18927,40,1),(18929,34,23084),(18929,35,18525),(18929,38,3),(18929,39,2),(18931,34,23084),(18931,35,18525),(18931,38,3),(18931,39,2),(18933,34,23084),(18933,35,18525),(18933,38,3),(18933,39,2),(18935,34,23084),(18935,35,18525),(18935,38,3),(18935,39,2),(18937,34,39632),(18937,35,30434),(18937,37,85),(18937,38,12),(18937,39,1),(18937,40,1),(18939,34,39632),(18939,35,30434),(18939,37,85),(18939,38,12),(18939,39,1),(18939,40,1),(18941,34,34508),(18941,35,27433),(18941,37,2),(18941,38,6),(18941,40,1),(18943,34,34508),(18943,35,27433),(18943,37,2),(18943,38,6),(18943,40,1),(18945,34,27804),(18945,35,21799),(18945,36,513),(18945,37,16),(18945,38,3),(18947,34,27804),(18947,35,21799),(18947,36,513),(18947,37,16),(18947,38,3),(18949,34,23084),(18949,35,18525),(18949,38,3),(18949,39,2),(18951,34,39632),(18951,35,30434),(18951,37,85),(18951,38,12),(18951,39,1),(18951,40,1),(18953,34,34508),(18953,35,27433),(18953,37,2),(18953,38,6),(18953,40,1),(18955,34,27804),(18955,35,21799),(18955,36,513),(18955,37,16),(18955,38,3),(18957,34,23084),(18957,35,18525),(18957,38,3),(18957,39,2),(18959,34,39632),(18959,35,30434),(18959,37,85),(18959,38,12),(18959,39,1),(18959,40,1),(18961,34,34508),(18961,35,27433),(18961,37,2),(18961,38,6),(18961,40,1),(18963,34,27804),(18963,35,21799),(18963,36,513),(18963,37,16),(18963,38,3),(18965,34,23084),(18965,35,18525),(18965,38,3),(18965,39,2),(18967,34,39632),(18967,35,30434),(18967,37,85),(18967,38,12),(18967,39,1),(18967,40,1),(18969,34,34508),(18969,35,27433),(18969,37,2),(18969,38,6),(18969,40,1),(18971,34,27804),(18971,35,21799),(18971,36,513),(18971,37,16),(18971,38,3),(18973,34,23084),(18973,35,18525),(18973,38,3),(18973,39,2),(18975,34,39632),(18975,35,30434),(18975,37,85),(18975,38,12),(18975,39,1),(18975,40,1),(18977,34,34508),(18977,35,27433),(18977,37,2),(18977,38,6),(18977,40,1),(18979,34,27804),(18979,35,21799),(18979,36,513),(18979,37,16),(18979,38,3),(18981,34,806),(18981,35,3),(18981,36,101),(18981,37,1),(18983,34,806),(18983,35,3),(18983,36,101),(18983,37,1),(18985,34,806),(18985,35,3),(18985,36,101),(18985,37,1),(18987,34,1355),(18987,35,832),(18987,36,97),(18989,34,1355),(18989,35,832),(18989,36,97),(18991,34,1355),(18991,35,832),(18991,36,97),(18999,34,772),(18999,35,259),(18999,40,2),(19001,34,772),(19001,35,259),(19001,40,2),(19003,34,772),(19003,35,259),(19003,40,2),(19005,34,772),(19005,35,259),(19005,40,2),(19007,34,772),(19007,35,259),(19007,40,2),(19009,34,772),(19009,35,259),(19009,40,2),(19011,34,772),(19011,35,259),(19011,40,2),(19013,34,772),(19013,35,259),(19013,40,2),(19015,34,772),(19015,35,259),(19015,40,2),(19017,34,2044),(19017,35,957),(19017,36,815),(19017,37,1),(19017,38,4),(19019,34,2044),(19019,35,957),(19019,36,815),(19019,37,1),(19019,38,4),(19021,34,2044),(19021,35,957),(19021,36,815),(19021,37,1),(19021,38,4),(19023,34,2044),(19023,35,957),(19023,36,815),(19023,37,1),(19023,38,4),(19025,34,2044),(19025,35,957),(19025,36,815),(19025,37,1),(19025,38,4),(19027,34,2044),(19027,35,957),(19027,36,815),(19027,37,1),(19027,38,4),(19029,34,2044),(19029,35,957),(19029,36,815),(19029,37,1),(19029,38,4),(19031,34,2044),(19031,35,957),(19031,36,815),(19031,37,1),(19031,38,4),(19033,34,2044),(19033,35,957),(19033,36,815),(19033,37,1),(19033,38,4),(19035,34,2098),(19035,35,835),(19035,36,462),(19035,37,20),(19035,38,23),(19036,34,2098),(19036,35,835),(19036,36,462),(19036,37,20),(19036,38,23),(19037,34,2098),(19037,35,835),(19037,36,462),(19037,37,20),(19037,38,23),(19038,34,2098),(19038,35,835),(19038,36,462),(19038,37,20),(19038,38,23),(19039,34,2098),(19039,35,835),(19039,36,462),(19039,37,20),(19039,38,23),(19040,34,2098),(19040,35,835),(19040,36,462),(19040,37,20),(19040,38,23),(19041,34,2098),(19041,35,835),(19041,36,462),(19041,37,20),(19041,38,23),(19042,34,2098),(19042,35,835),(19042,36,462),(19042,37,20),(19042,38,23),(19043,34,2098),(19043,35,835),(19043,36,462),(19043,37,20),(19043,38,23),(19044,34,2098),(19044,35,835),(19044,36,462),(19044,37,20),(19044,38,23),(19045,34,2098),(19045,35,835),(19045,36,462),(19045,37,20),(19045,38,23),(19046,34,2098),(19046,35,835),(19046,36,462),(19046,37,20),(19046,38,23),(19047,34,806),(19047,35,3),(19047,36,101),(19047,37,1),(19049,34,806),(19049,35,3),(19049,36,101),(19049,37,1),(19051,34,806),(19051,35,3),(19051,36,101),(19051,37,1),(19053,34,1355),(19053,35,832),(19053,36,97),(19055,34,1355),(19055,35,832),(19055,36,97),(19057,34,1355),(19057,35,832),(19057,36,97),(19065,34,6656),(19065,35,870),(19065,38,3),(19065,40,1),(19067,34,6656),(19067,35,870),(19067,38,3),(19067,40,1),(19069,34,6656),(19069,35,870),(19069,38,3),(19069,40,1),(19071,34,6656),(19071,35,870),(19071,38,3),(19071,40,1),(19073,34,6656),(19073,35,870),(19073,38,3),(19073,40,1),(19075,34,6656),(19075,35,870),(19075,38,3),(19075,40,1),(19077,34,6656),(19077,35,870),(19077,38,3),(19077,40,1),(19079,34,6656),(19079,35,870),(19079,38,3),(19079,40,1),(19081,34,6656),(19081,35,870),(19081,38,3),(19081,40,1),(19083,34,6656),(19083,35,870),(19083,38,3),(19083,40,1),(19085,34,6656),(19085,35,870),(19085,38,3),(19085,40,1),(19087,34,6656),(19087,35,870),(19087,38,3),(19087,40,1),(19101,34,1884),(19101,35,1379),(19101,36,20),(19101,37,124),(19101,40,1),(19103,34,1884),(19103,35,1379),(19103,36,20),(19103,37,124),(19103,40,1),(19105,34,1884),(19105,35,1379),(19105,36,20),(19105,37,124),(19105,40,1),(19107,34,4092),(19107,35,2887),(19107,36,247),(19107,37,533),(19107,40,11),(19109,34,4092),(19109,35,2887),(19109,36,247),(19109,37,533),(19109,40,11),(19111,34,4092),(19111,35,2887),(19111,36,247),(19111,37,533),(19111,40,11),(19113,34,10952),(19113,35,6100),(19113,36,989),(19113,37,2948),(19113,40,62),(19115,34,10952),(19115,35,6100),(19115,36,989),(19115,37,2948),(19115,40,62),(19117,34,10952),(19117,35,6100),(19117,36,989),(19117,37,2948),(19117,40,62),(19119,34,10952),(19119,35,6100),(19119,36,989),(19119,37,2948),(19119,40,62),(19129,34,806),(19129,35,3),(19129,36,101),(19129,37,1),(19131,34,806),(19131,35,3),(19131,36,101),(19131,37,1),(19133,34,806),(19133,35,3),(19133,36,101),(19133,37,1),(19135,34,806),(19135,35,3),(19135,36,101),(19135,37,1),(19137,34,806),(19137,35,3),(19137,36,101),(19137,37,1),(19139,34,806),(19139,35,3),(19139,36,101),(19139,37,1),(19141,34,1355),(19141,35,832),(19141,36,97),(19143,34,1355),(19143,35,832),(19143,36,97),(19145,34,1355),(19145,35,832),(19145,36,97),(19147,34,1355),(19147,35,832),(19147,36,97),(19149,34,1355),(19149,35,832),(19149,36,97),(19151,34,1355),(19151,35,832),(19151,36,97),(19169,34,1194),(19169,35,433),(19169,36,102),(19171,34,1194),(19171,35,433),(19171,36,102),(19173,34,1194),(19173,35,433),(19173,36,102),(19175,34,1194),(19175,35,433),(19175,36,102),(19177,34,1194),(19177,35,433),(19177,36,102),(19179,34,1194),(19179,35,433),(19179,36,102),(19181,35,1194),(19181,36,433),(19181,37,102),(19183,35,1194),(19183,36,433),(19183,37,102),(19185,35,1194),(19185,36,433),(19185,37,102),(19187,35,1194),(19187,36,433),(19187,37,102),(19189,35,1194),(19189,36,433),(19189,37,102),(19191,35,1194),(19191,36,433),(19191,37,102),(19193,36,597),(19193,37,216),(19193,38,51),(19194,36,597),(19194,37,216),(19194,38,51),(19195,37,597),(19195,38,216),(19195,39,51),(19196,37,597),(19196,38,216),(19196,39,51),(19197,37,597),(19197,38,216),(19197,39,51),(19198,37,597),(19198,38,216),(19198,39,51),(19199,36,597),(19199,37,216),(19199,38,51),(19200,36,597),(19200,37,216),(19200,38,51),(19201,36,597),(19201,37,216),(19201,38,51),(19202,37,597),(19202,38,216),(19202,39,51),(19203,36,597),(19203,37,216),(19203,38,51),(19204,37,597),(19204,38,216),(19204,39,51),(19205,36,597),(19205,37,216),(19205,38,51),(19206,37,597),(19206,38,216),(19206,39,51),(19207,36,597),(19207,37,216),(19207,38,51),(19208,37,597),(19208,38,216),(19208,39,51),(19209,34,1895),(19209,35,1869),(19211,34,1895),(19211,35,1869),(19213,34,1895),(19213,35,1869),(19215,34,1895),(19215,35,1869),(19217,34,1895),(19217,35,1869),(19219,34,1895),(19219,35,1869),(19221,34,1895),(19221,35,1869),(19223,34,1895),(19223,35,1869),(19225,34,1895),(19225,35,1869),(19227,34,1895),(19227,35,1869),(19229,34,1895),(19229,35,1869),(19231,34,1895),(19231,35,1869),(19233,34,1895),(19233,35,1869),(19235,34,1895),(19235,35,1869),(19237,34,1895),(19237,35,1869),(19239,34,1895),(19239,35,1869),(19241,34,1895),(19241,35,1869),(19243,34,1895),(19243,35,1869),(19245,34,1895),(19245,35,1869),(19247,34,1895),(19247,35,1869),(19249,34,1895),(19249,35,1869),(19251,34,1895),(19251,35,1869),(19253,34,1895),(19253,35,1869),(19255,34,1895),(19255,35,1869),(19257,34,168),(19257,36,135),(19257,37,1),(19257,38,2),(19258,34,168),(19258,36,135),(19258,37,1),(19258,38,2),(19259,34,50),(19259,35,128),(19259,36,400),(19259,37,150),(19259,38,8),(19259,40,1),(19260,34,50),(19260,35,128),(19260,36,400),(19260,37,150),(19260,38,8),(19260,40,1),(19261,34,50),(19261,35,128),(19261,36,400),(19261,37,150),(19261,38,8),(19261,40,1),(19262,34,50),(19262,35,128),(19262,36,400),(19262,37,150),(19262,38,8),(19262,40,1),(19263,34,50),(19263,35,128),(19263,36,400),(19263,37,150),(19263,38,8),(19263,40,1),(19264,34,50),(19264,35,128),(19264,36,400),(19264,37,150),(19264,38,8),(19264,40,1),(19265,34,50),(19265,35,128),(19265,36,400),(19265,37,150),(19265,38,8),(19265,40,1),(19266,34,50),(19266,35,128),(19266,36,400),(19266,37,150),(19266,38,8),(19266,40,1),(19267,34,50),(19267,35,128),(19267,36,400),(19267,37,150),(19267,38,8),(19267,40,1),(19268,34,50),(19268,35,128),(19268,36,400),(19268,37,150),(19268,38,8),(19268,40,1),(19269,34,50),(19269,35,128),(19269,36,400),(19269,37,150),(19269,38,8),(19269,40,1),(19270,34,50),(19270,35,128),(19270,36,400),(19270,37,150),(19270,38,8),(19270,40,1),(19271,34,168),(19271,36,135),(19271,37,1),(19271,38,2),(19272,34,168),(19272,36,135),(19272,37,1),(19272,38,2),(19273,34,168),(19273,36,135),(19273,37,1),(19273,38,2),(19274,34,168),(19274,36,135),(19274,37,1),(19274,38,2),(19275,34,50),(19275,35,128),(19275,36,400),(19275,37,150),(19275,38,8),(19275,40,1),(19276,34,50),(19276,35,128),(19276,36,400),(19276,37,150),(19276,38,8),(19276,40,1),(19277,34,50),(19277,35,128),(19277,36,400),(19277,37,150),(19277,38,8),(19277,40,1),(19278,34,50),(19278,35,128),(19278,36,400),(19278,37,150),(19278,38,8),(19278,40,1),(19279,34,50),(19279,35,128),(19279,36,400),(19279,37,150),(19279,38,8),(19279,40,1),(19280,34,50),(19280,35,128),(19280,36,400),(19280,37,150),(19280,38,8),(19280,40,1),(19281,34,50),(19281,35,128),(19281,36,400),(19281,37,150),(19281,38,8),(19281,40,1),(19282,34,50),(19282,35,128),(19282,36,400),(19282,37,150),(19282,38,8),(19282,40,1),(19283,34,50),(19283,35,128),(19283,36,400),(19283,37,150),(19283,38,8),(19283,40,1),(19284,34,50),(19284,35,128),(19284,36,400),(19284,37,150),(19284,38,8),(19284,40,1),(19285,34,50),(19285,35,128),(19285,36,400),(19285,37,150),(19285,38,8),(19285,40,1),(19286,34,50),(19286,35,128),(19286,36,400),(19286,37,150),(19286,38,8),(19286,40,1),(19287,34,168),(19287,36,135),(19287,37,1),(19287,38,2),(19288,34,168),(19288,36,135),(19288,37,1),(19288,38,2),(19289,35,21330),(19289,36,517),(19289,38,78),(19289,40,15),(19293,35,21330),(19293,36,517),(19293,38,78),(19293,40,15),(19295,35,21330),(19295,36,517),(19295,38,78),(19295,40,15),(19297,35,21330),(19297,36,517),(19297,38,78),(19297,40,15),(19299,35,21330),(19299,36,517),(19299,38,78),(19299,40,15),(19301,35,21330),(19301,36,517),(19301,38,78),(19301,40,15),(19303,35,21330),(19303,36,517),(19303,38,78),(19303,40,15),(19311,35,21330),(19311,36,517),(19311,38,78),(19311,40,15),(19313,34,57378),(19313,35,14743),(19313,36,3889),(19313,37,905),(19313,38,277),(19313,39,50),(19313,40,9),(19315,34,57378),(19315,35,14743),(19315,36,3889),(19315,37,905),(19315,38,277),(19315,39,50),(19315,40,9),(19317,34,57378),(19317,35,14743),(19317,36,3889),(19317,37,905),(19317,38,277),(19317,39,50),(19317,40,9),(19319,34,57378),(19319,35,14743),(19319,36,3889),(19319,37,905),(19319,38,277),(19319,39,50),(19319,40,9),(19321,34,57378),(19321,35,14743),(19321,36,3889),(19321,37,905),(19321,38,277),(19321,39,50),(19321,40,9),(19323,34,57378),(19323,35,14743),(19323,36,3889),(19323,37,905),(19323,38,277),(19323,39,50),(19323,40,9),(19325,34,57378),(19325,35,14743),(19325,36,3889),(19325,37,905),(19325,38,277),(19325,39,50),(19325,40,9),(19327,34,57378),(19327,35,14743),(19327,36,3889),(19327,37,905),(19327,38,277),(19327,39,50),(19327,40,9),(19329,34,57378),(19329,35,14743),(19329,36,3889),(19329,37,905),(19329,38,277),(19329,39,50),(19329,40,9),(19335,34,57378),(19335,35,14743),(19335,36,3889),(19335,37,905),(19335,38,277),(19335,39,50),(19335,40,9),(19337,34,57378),(19337,35,14743),(19337,36,3889),(19337,37,905),(19337,38,277),(19337,39,50),(19337,40,9),(19339,34,57378),(19339,35,14743),(19339,36,3889),(19339,37,905),(19339,38,277),(19339,39,50),(19339,40,9),(19341,34,57378),(19341,35,14743),(19341,36,3889),(19341,37,905),(19341,38,277),(19341,39,50),(19341,40,9),(19343,34,57378),(19343,35,14743),(19343,36,3889),(19343,37,905),(19343,38,277),(19343,39,50),(19343,40,9),(19345,34,57378),(19345,35,14743),(19345,36,3889),(19345,37,905),(19345,38,277),(19345,39,50),(19345,40,9),(19347,34,57378),(19347,35,14743),(19347,36,3889),(19347,37,905),(19347,38,277),(19347,39,50),(19347,40,9),(19349,34,57378),(19349,35,14743),(19349,36,3889),(19349,37,905),(19349,38,277),(19349,39,50),(19349,40,9),(19351,34,57378),(19351,35,14743),(19351,36,3889),(19351,37,905),(19351,38,277),(19351,39,50),(19351,40,9),(19353,34,57378),(19353,35,14743),(19353,36,3889),(19353,37,905),(19353,38,277),(19353,39,50),(19353,40,9),(19359,34,57378),(19359,35,14743),(19359,36,3889),(19359,37,905),(19359,38,277),(19359,39,50),(19359,40,9),(19361,34,9160),(19361,35,5845),(19361,36,6),(19361,38,3),(19361,40,1),(19363,34,9160),(19363,35,5845),(19363,36,6),(19363,38,3),(19363,40,1),(19470,2867,7),(19470,2869,5),(19470,2870,13),(19470,2871,13),(19470,2872,7),(19470,2875,7),(19470,21037,5),(19489,34,1956),(19489,35,456),(19489,36,186),(19489,37,7),(19489,38,4),(19489,11399,3),(19491,34,17896),(19491,35,8030),(19491,36,1002),(19491,37,44),(19491,38,22),(19491,39,2),(19491,40,1),(19500,38,2),(19500,39,2),(19500,40,2),(19534,38,1),(19534,39,2),(19534,40,2),(19534,16682,11),(19535,38,1),(19535,39,1),(19535,40,1),(19536,38,1),(19536,39,1),(19536,40,1),(19537,38,1),(19537,39,1),(19537,40,1),(19538,38,1),(19538,39,1),(19538,40,1),(19539,38,1),(19539,39,1),(19539,40,1),(19540,38,1),(19540,39,1),(19540,40,1),(19547,38,2),(19547,39,2),(19547,40,2),(19548,38,2),(19548,39,2),(19548,40,2),(19549,38,2),(19549,39,2),(19549,40,2),(19550,38,2),(19550,39,2),(19550,40,2),(19551,38,1),(19551,39,1),(19551,40,1),(19553,38,1),(19553,39,1),(19553,40,1),(19554,38,1),(19554,39,1),(19554,40,1),(19555,38,1),(19555,39,1),(19555,40,1),(19556,38,1),(19556,39,1),(19556,40,1),(19663,37,2),(19663,38,6),(19684,38,2),(19684,39,2),(19684,40,2),(19685,38,2),(19685,39,2),(19685,40,2),(19686,38,1),(19686,39,1),(19686,40,1),(19687,38,2),(19687,39,2),(19687,40,2),(19688,38,2),(19688,39,2),(19688,40,2),(19689,38,2),(19689,39,2),(19689,40,2),(19690,38,2),(19690,39,2),(19690,40,2),(19691,38,2),(19691,39,2),(19691,40,2),(19692,38,2),(19692,39,2),(19692,40,2),(19693,38,8),(19693,39,8),(19693,40,8),(19694,38,2),(19694,39,2),(19694,40,2),(19695,38,2),(19695,39,2),(19695,40,2),(19696,38,2),(19696,39,2),(19696,40,2),(19697,38,2),(19697,39,2),(19697,40,2),(19698,38,2),(19698,39,2),(19698,40,2),(19699,38,2),(19699,39,2),(19699,40,2),(19700,38,2),(19700,39,2),(19700,40,2),(19720,21009,7),(19720,21011,37),(19720,21013,6),(19720,21017,28),(19720,21019,7),(19720,21021,28),(19720,21023,7),(19720,21025,9),(19720,21035,6),(19720,21037,13),(19720,21039,28),(19720,24558,16),(19720,24560,8),(19722,21009,7),(19722,21011,37),(19722,21013,6),(19722,21017,11),(19722,21019,7),(19722,21021,6),(19722,21023,24),(19722,21025,9),(19722,21035,13),(19722,21037,13),(19722,21039,28),(19722,24558,16),(19722,24560,8),(19724,21009,7),(19724,21011,37),(19724,21013,6),(19724,21017,24),(19724,21019,7),(19724,21021,13),(19724,21023,11),(19724,21025,9),(19724,21035,6),(19724,21037,13),(19724,21039,28),(19724,24558,16),(19724,24560,8),(19726,21009,7),(19726,21013,6),(19726,21017,7),(19726,21019,7),(19726,21021,6),(19726,21023,28),(19726,21025,9),(19726,21035,13),(19726,21037,13),(19726,21039,28),(19726,21041,37),(19726,24558,16),(19726,24560,8),(19739,34,92),(19739,35,1007),(19739,38,7),(19739,39,4),(19739,40,18),(19739,9848,12),(19739,11399,12),(19739,11540,12),(19744,34,47222),(19744,35,14444),(19744,36,6500),(19744,37,611),(19744,38,278),(19744,39,88),(19744,40,26),(19758,21947,11),(19758,21949,11),(19758,21951,11),(19758,21953,178),(19758,21955,22),(19758,21957,11),(19758,21961,11),(19758,21965,11),(19758,21967,67),(19758,21969,11),(19806,34,840),(19806,35,183),(19806,36,470),(19806,37,4),(19806,40,4),(19806,9842,5),(19806,11534,9),(19806,11540,5),(19808,34,71),(19808,35,24),(19808,36,1),(19810,34,71),(19810,35,24),(19810,36,1),(19812,34,71),(19812,35,24),(19812,36,1),(19814,34,71),(19814,35,24),(19814,36,1),(19923,34,2596),(19923,35,827),(19923,40,1),(19925,34,2596),(19925,35,827),(19925,40,1),(19927,34,2596),(19927,35,827),(19927,40,1),(19929,37,56),(19929,38,44),(19931,37,56),(19931,38,44),(19933,37,56),(19933,38,44),(19935,34,2596),(19935,35,827),(19935,40,1),(19937,34,2596),(19937,35,827),(19937,40,1),(19939,34,2596),(19939,35,827),(19939,40,1),(19942,34,2596),(19942,35,827),(19942,40,1),(19944,34,2596),(19944,35,827),(19944,40,1),(19946,34,2596),(19946,35,827),(19946,40,1),(19948,34,2596),(19948,35,827),(19948,40,1),(19950,34,2596),(19950,35,827),(19950,40,1),(19952,34,2596),(19952,35,827),(19952,40,1),(19962,34,27),(19962,35,21),(19964,34,38),(19964,35,32),(19966,34,58),(19966,35,23),(19966,37,1),(19968,34,118),(19968,36,1),(19968,37,2),(19970,34,27),(19970,35,21),(19972,34,38),(19972,35,32),(19974,34,58),(19974,35,23),(19974,37,1),(19976,34,118),(19976,36,1),(19976,37,2),(19978,35,8),(19978,37,3),(19978,38,1),(19978,39,1),(19980,34,4),(19980,35,1),(19980,36,2),(19980,37,3),(19980,38,3),(19982,34,4),(19982,36,3),(19982,37,8),(19984,34,3),(19984,35,1),(19984,36,2),(19984,37,10),(19986,34,58),(19986,35,64),(19986,36,1),(19988,34,162),(19988,35,3),(19988,37,3),(19990,34,164),(19990,35,17),(19990,37,3),(19992,34,204),(19992,35,17),(19992,38,1),(19994,34,164),(19994,35,17),(19994,37,3),(19996,34,116),(19996,35,129),(19996,36,2),(19998,34,139),(19998,35,194),(20000,34,290),(20000,35,119),(20000,36,14),(20000,37,2),(20002,34,288),(20002,35,254),(20004,34,239),(20004,35,318),(20004,36,1),(20006,34,668),(20006,35,36),(20006,36,4),(20006,37,14),(20008,34,449),(20008,35,417),(20008,36,7),(20010,34,27),(20010,36,13),(20010,37,3),(20010,38,19),(20010,39,2),(20010,40,2),(20012,36,59),(20012,37,3),(20012,38,3),(20012,40,2),(20014,35,2),(20014,36,62),(20014,40,1),(20016,35,4),(20016,36,33),(20016,37,27),(20016,40,1),(20018,34,13),(20018,35,6),(20018,36,6),(20018,37,47),(20018,38,17),(20018,39,9),(20018,40,37),(20020,36,87),(20020,37,3),(20020,38,1),(20020,39,9),(20020,40,24),(20022,35,9),(20022,36,110),(20022,37,4),(20022,38,4),(20022,39,2),(20022,40,12),(20024,35,57),(20024,36,54),(20024,37,3),(20024,38,3),(20024,39,3),(20024,40,16),(20026,34,133),(20026,35,56),(20026,36,56),(20026,37,467),(20026,38,167),(20026,39,89),(20026,40,367),(20028,36,867),(20028,37,33),(20028,38,11),(20028,39,89),(20028,40,244),(20030,35,89),(20030,36,1100),(20030,37,44),(20030,38,44),(20030,39,22),(20030,40,122),(20032,35,567),(20032,36,550),(20032,37,33),(20032,38,39),(20032,39,33),(20032,40,156),(20034,34,58),(20034,35,64),(20034,36,1),(20036,34,69),(20036,35,76),(20036,36,1),(20038,34,164),(20038,35,17),(20038,37,3),(20040,34,204),(20040,35,17),(20040,38,1),(20043,34,164),(20043,35,17),(20043,37,3),(20045,34,224),(20045,35,3),(20045,36,23),(20047,34,136),(20047,35,166),(20047,36,2),(20049,34,412),(20049,35,2),(20049,36,3),(20049,37,3),(20049,38,1),(20051,34,450),(20051,36,32),(20051,38,1),(20053,34,257),(20053,35,300),(20053,36,4),(20055,34,526),(20055,35,133),(20055,36,2),(20055,37,11),(20057,34,449),(20057,35,417),(20057,36,7),(20059,2867,10),(20059,2868,18),(20059,2869,16),(20059,2870,16),(20059,2871,10),(20059,2872,10),(20059,2875,16),(20059,2876,7),(20059,21037,4),(20060,2867,4),(20060,2868,9),(20060,2869,7),(20060,2870,7),(20060,2871,4),(20060,2872,4),(20060,2875,7),(20060,2876,4),(20060,21037,2),(20061,2867,10),(20061,2868,18),(20061,2869,16),(20061,2870,16),(20061,2871,10),(20061,2872,10),(20061,2875,16),(20061,2876,7),(20061,21037,4),(20062,2867,4),(20062,2868,9),(20062,2869,7),(20062,2870,7),(20062,2871,4),(20062,2872,4),(20062,2875,7),(20062,2876,4),(20062,21037,2),(20063,2867,10),(20063,2868,18),(20063,2869,16),(20063,2870,16),(20063,2871,10),(20063,2872,10),(20063,2875,16),(20063,2876,7),(20063,21037,4),(20064,2867,4),(20064,2868,9),(20064,2869,7),(20064,2870,7),(20064,2871,4),(20064,2872,4),(20064,2875,7),(20064,2876,4),(20064,21037,2),(20065,2867,10),(20065,2868,18),(20065,2869,16),(20065,2870,16),(20065,2871,10),(20065,2872,10),(20065,2875,16),(20065,2876,7),(20065,21037,4),(20066,2867,4),(20066,2868,9),(20066,2869,7),(20066,2870,7),(20066,2871,4),(20066,2872,4),(20066,2875,7),(20066,2876,4),(20066,21037,2),(20069,34,949),(20069,37,111),(20069,38,56),(20069,40,22),(20069,2346,3),(20070,34,949),(20070,37,111),(20070,40,22),(20070,2346,3),(20121,38,1),(20121,39,1),(20121,40,1),(20124,34,949),(20124,37,111),(20124,38,56),(20124,40,22),(20124,2346,3),(20125,34,444444),(20125,35,100000),(20125,36,41111),(20125,37,8889),(20125,38,2222),(20125,39,1112),(20125,40,222),(20125,3828,75),(20125,11399,150),(20125,11532,60),(20125,11537,495),(20125,11539,1800),(20125,11543,3750),(20125,11549,30),(20125,11554,375),(20125,11557,300),(20138,34,3258),(20138,35,2926),(20138,38,7),(20138,39,4),(20157,38,1),(20157,39,1),(20157,40,1),(20158,38,1),(20158,39,1),(20158,40,1),(20159,38,1),(20159,39,1),(20159,40,1),(20160,38,1),(20160,39,1),(20160,40,1),(20161,38,1),(20161,39,1),(20161,40,1),(20175,34,101011),(20175,38,404),(20175,40,204),(20175,2867,2),(20175,2868,2),(20175,2869,2),(20176,40,100),(20183,21009,22),(20183,21017,17),(20183,21027,83),(20183,21037,53),(20185,21009,11),(20185,21017,14),(20185,21027,106),(20185,21037,51),(20187,21009,17),(20187,21017,16),(20187,21027,89),(20187,21037,56),(20189,21009,28),(20189,21017,13),(20189,21027,83),(20189,21037,49),(20197,34,1701),(20197,35,410),(20197,36,161),(20197,37,5),(20199,37,56),(20199,38,44),(20201,37,56),(20201,38,44),(20203,37,56),(20203,38,44),(20205,37,56),(20205,38,44),(20207,37,56),(20207,38,44),(20214,34,212),(20214,35,3072),(20216,34,212),(20216,35,3072),(20218,34,236),(20218,35,3413),(20220,34,212),(20220,35,3072),(20222,34,212),(20222,35,3072),(20224,34,236),(20224,35,3413),(20226,34,212),(20226,35,3072),(20228,34,212),(20228,35,3072),(20230,34,236),(20230,35,3413),(20232,34,212),(20232,35,3072),(20234,34,212),(20234,35,3072),(20236,34,236),(20236,35,3413),(20238,34,2386),(20238,35,143),(20238,36,249),(20240,34,2386),(20240,35,143),(20240,36,249),(20242,34,2386),(20242,35,143),(20242,36,249),(20244,34,2386),(20244,35,143),(20244,36,249),(20246,34,2386),(20246,35,143),(20246,36,249),(20248,34,2386),(20248,35,143),(20248,36,249),(20250,34,2386),(20250,35,143),(20250,36,249),(20252,34,2386),(20252,35,143),(20252,36,249),(20254,34,2386),(20254,35,143),(20254,36,249),(20260,34,2386),(20260,35,143),(20260,36,249),(20262,34,2386),(20262,35,143),(20262,36,249),(20264,34,2386),(20264,35,143),(20264,36,249),(20280,34,3427873),(20280,35,828117),(20280,36,314957),(20280,37,52033),(20280,38,15823),(20280,39,4534),(20280,40,2266),(20306,34,496),(20306,35,220),(20306,38,2),(20307,34,820),(20307,35,2),(20307,38,2),(20308,34,716),(20308,35,2),(20308,36,6),(20308,38,3),(20343,34,1982),(20343,35,98),(20343,36,181),(20343,38,1),(20343,11399,1),(20343,11543,6),(20345,34,751),(20345,35,226),(20345,36,311),(20345,37,43),(20345,38,2),(20345,39,2),(20345,11399,3),(20345,11543,8),(20347,34,5244),(20347,35,3160),(20347,36,842),(20347,38,20),(20347,39,6),(20347,40,2),(20347,11399,6),(20347,11543,11),(20349,34,10591),(20349,35,6983),(20349,36,2503),(20349,37,1),(20349,39,12),(20349,40,2),(20349,11399,12),(20349,11543,17),(20351,34,12218),(20351,35,11594),(20351,36,8360),(20351,37,231),(20351,38,6),(20351,40,6),(20351,11399,24),(20351,11543,29),(20353,34,18938),(20353,35,18012),(20353,36,13619),(20353,37,877),(20353,39,2),(20353,40,12),(20353,11399,48),(20353,11543,53),(20358,38,2),(20358,39,2),(20358,40,2),(20367,34,71),(20367,35,24),(20367,36,1),(20371,38,2),(20371,39,2),(20371,40,2),(20405,34,949),(20405,37,111),(20405,38,56),(20405,40,22),(20405,2346,3),(20406,34,949),(20406,37,111),(20406,38,56),(20406,40,22),(20406,2346,3),(20408,34,949),(20408,37,111),(20408,38,56),(20408,40,22),(20408,2346,3),(20409,34,949),(20409,37,111),(20409,38,56),(20409,40,22),(20409,2346,3),(20434,20410,4),(20434,20411,1),(20443,38,4),(20443,39,4),(20443,40,4),(20444,34,2452300),(20444,35,808817),(20444,36,296600),(20444,37,48300),(20444,38,13807),(20444,39,4946),(20444,40,2100),(20446,34,3548557),(20446,35,833383),(20446,36,324933),(20446,37,53317),(20446,38,16057),(20446,39,5114),(20446,40,2280),(20448,34,3207807),(20448,35,833323),(20448,36,330823),(20448,37,49357),(20448,38,13933),(20448,39,4866),(20448,40,2214),(20450,34,6561767),(20450,35,541157),(20450,36,184617),(20450,37,26283),(20450,38,7483),(20450,39,2146),(20450,40,1846),(20452,34,2603723),(20452,35,624357),(20452,36,249990),(20452,37,33740),(20452,38,9433),(20452,39,3646),(20452,40,1280),(20454,34,2911557),(20454,35,703323),(20454,36,282967),(20454,37,38283),(20454,38,11473),(20454,39,4034),(20454,40,1580),(20498,38,1),(20498,39,1),(20498,40,1),(20499,38,1),(20499,39,1),(20499,40,1),(20500,38,1),(20500,39,1),(20500,40,1),(20501,38,1),(20501,39,1),(20501,40,1),(20502,38,1),(20502,39,1),(20502,40,1),(20503,38,1),(20503,39,1),(20503,40,1),(20504,38,1),(20504,39,1),(20504,40,1),(20505,38,1),(20505,39,1),(20505,40,1),(20506,38,1),(20506,39,1),(20506,40,1),(20507,38,1),(20507,39,1),(20507,40,1),(20508,38,1),(20508,39,1),(20508,40,1),(20509,38,1),(20509,39,1),(20509,40,1),(20514,34,949),(20514,37,111),(20514,38,56),(20514,40,22),(20514,2346,3),(20539,34,3207807),(20539,35,833323),(20539,36,330823),(20539,37,49357),(20539,38,13933),(20539,39,4866),(20539,40,2214),(20550,37,2),(20550,38,6),(20555,34,277),(20555,38,6),(20555,40,2),(20555,21074,1),(20555,21078,1),(20555,21082,1),(20555,21084,1),(20555,21086,1),(20557,34,242),(20557,35,148),(20557,36,569),(20557,39,2),(20557,40,2),(20557,21074,1),(20557,21078,2),(20557,21080,1),(20557,21082,1),(20557,21084,2),(20557,21086,2),(20559,34,1677),(20559,35,561),(20559,36,488),(20559,37,404),(20559,38,6),(20559,21074,1),(20559,21078,3),(20559,21080,2),(20559,21082,1),(20559,21084,3),(20559,21086,3),(20561,34,16253),(20561,35,6353),(20561,36,778),(20561,37,460),(20561,38,171),(20561,39,134),(20561,40,34),(20561,11399,11),(20561,21074,1),(20561,21075,1),(20561,21080,1),(20561,21086,1),(20561,21087,1),(20561,21088,1),(20563,11399,60),(20563,21074,1),(20563,21075,1),(20563,21080,6),(20563,21086,6),(20563,21087,5),(20563,21088,3),(20565,11399,30),(20565,21074,1),(20565,21075,1),(20565,21080,3),(20565,21086,3),(20565,21087,3),(20565,21088,1),(20567,34,2398),(20567,35,466),(20567,36,179),(20567,37,1),(20567,38,4),(20567,21078,2),(20567,21079,1),(20569,34,2398),(20569,35,466),(20569,36,179),(20569,37,1),(20569,38,4),(20569,21591,3),(20573,34,2884),(20573,35,919),(20573,40,2),(20573,21591,3),(20573,21725,2),(20575,34,2884),(20575,35,919),(20575,40,2),(20575,21591,3),(20575,21725,2),(20577,34,2884),(20577,35,919),(20577,40,2),(20577,21591,3),(20577,21725,2),(20579,34,2884),(20579,35,919),(20579,40,2),(20579,21591,3),(20579,21725,2),(20581,34,538),(20581,35,52),(20581,36,298),(20581,37,9),(20581,38,4),(20581,39,4),(20581,40,6),(20581,21591,3),(20581,21725,3),(20587,34,2729),(20587,35,148),(20587,36,171),(20587,39,4),(20587,21590,2),(20587,21726,1),(20589,34,9133),(20589,35,2981),(20589,36,3599),(20589,37,2),(20589,38,18),(20589,21587,2),(20589,21590,2),(20589,21725,1),(20591,34,113880),(20591,35,29214),(20591,36,9747),(20591,37,2650),(20591,38,411),(20591,39,42),(20591,40,74),(20591,21590,4),(20591,21724,1),(20593,34,556),(20593,35,278),(20593,21590,1),(20593,21726,1),(20595,34,471),(20595,35,716),(20595,21590,2),(20595,21726,2),(20597,34,560),(20597,35,492),(20597,36,92),(20597,37,2),(20597,38,3),(20597,21587,2),(20597,21590,1),(20597,21725,1),(20599,34,3258),(20599,35,2926),(20599,36,107),(20599,21587,2),(20599,21590,1),(20599,21725,2),(20601,34,92),(20601,35,1007),(20601,38,7),(20601,39,4),(20601,40,18),(20601,21590,1),(20601,21724,1),(20603,34,122),(20603,35,1342),(20603,38,9),(20603,39,4),(20603,40,22),(20603,21724,2),(20605,34,2106),(20605,35,2077),(20605,21074,1),(20605,21077,2),(20605,21079,1),(20605,21081,2),(20605,21082,4),(20605,21086,1),(20607,34,2106),(20607,35,2077),(20607,21074,1),(20607,21077,2),(20607,21079,1),(20607,21081,2),(20607,21082,4),(20607,21086,1),(20609,34,2106),(20609,35,2077),(20609,21074,1),(20609,21077,2),(20609,21079,1),(20609,21081,2),(20609,21082,4),(20609,21086,1),(20611,34,2106),(20611,35,2077),(20611,21074,1),(20611,21077,2),(20611,21079,1),(20611,21081,2),(20611,21082,4),(20611,21086,1),(20613,35,23700),(20613,36,574),(20613,38,87),(20613,40,34),(20613,21074,2),(20613,21078,3),(20613,21080,3),(20613,21085,3),(20613,21086,1),(20617,34,1327),(20617,35,481),(20617,36,113),(20617,21588,1),(20617,21591,1),(20617,21728,1),(20619,35,1327),(20619,36,481),(20619,37,113),(20619,21588,2),(20619,21591,2),(20619,21727,1),(20619,21728,2),(20621,36,1327),(20621,37,481),(20621,38,113),(20621,21588,2),(20621,21591,2),(20621,21727,2),(20621,21728,4),(20623,37,1327),(20623,38,481),(20623,39,228),(20623,21588,2),(20623,21591,3),(20623,21727,4),(20623,21728,4),(20625,34,916),(20625,35,64),(20625,36,29),(20625,38,4),(20625,21077,3),(20625,21081,1),(20625,21082,2),(20625,21086,1),(20627,34,227),(20627,35,181),(20627,36,10),(20627,21074,1),(20627,21082,1),(20627,21086,1),(20629,34,1890),(20629,35,456),(20629,36,179),(20629,37,6),(20629,21080,1),(20629,21081,2),(20629,21085,1),(20629,21086,1),(20631,34,3383),(20631,35,2769),(20631,36,181),(20631,21080,1),(20631,21086,1),(20631,21087,1),(20631,21088,1),(20631,21089,2),(20633,34,8071),(20633,35,7488),(20633,36,219),(20633,37,2),(20633,21074,1),(20633,21076,1),(20633,21080,1),(20633,21081,1),(20633,21082,1),(20633,21085,2),(20633,21086,2),(20635,34,8071),(20635,35,7488),(20635,36,219),(20635,37,2),(20635,21074,1),(20635,21076,1),(20635,21080,1),(20635,21082,1),(20635,21085,2),(20635,21086,2),(20635,21089,1),(20637,34,8071),(20637,35,7488),(20637,36,219),(20637,37,2),(20637,21074,1),(20637,21076,1),(20637,21080,1),(20637,21082,1),(20637,21085,2),(20637,21086,2),(20637,21089,1),(20639,34,8071),(20639,35,7488),(20639,36,219),(20639,37,2),(20639,21074,1),(20639,21076,1),(20639,21080,1),(20639,21082,1),(20639,21085,2),(20639,21086,2),(20639,21089,1),(20641,34,8071),(20641,35,7488),(20641,36,219),(20641,37,2),(20641,21074,1),(20641,21076,1),(20641,21080,1),(20641,21082,1),(20641,21085,2),(20641,21086,2),(20641,21089,1),(20700,38,2),(20700,39,2),(20700,40,2),(20701,34,3427873),(20701,35,828117),(20701,36,314957),(20701,37,52033),(20701,38,15823),(20701,39,4534),(20701,40,2266),(20703,34,3826117),(20703,35,828100),(20703,36,342157),(20703,37,56183),(20703,38,16433),(20703,39,5466),(20703,40,2500),(20721,34,249),(20721,35,198),(20721,37,1),(20723,34,520),(20723,35,100),(20723,36,2),(20723,37,2),(20723,38,2),(20725,34,511),(20725,35,428),(20727,34,458),(20727,35,580),(20729,34,1040),(20729,35,156),(20729,36,104),(20731,34,1236),(20731,35,223),(20731,36,110),(20733,34,1529),(20733,36,89),(20733,37,23),(20735,34,1778),(20735,35,127),(20735,36,89),(20735,37,29),(20737,34,2489),(20737,35,1978),(20737,37,11),(20739,34,4578),(20739,35,5800),(20741,34,17778),(20741,35,1267),(20741,36,889),(20741,37,289),(20743,34,12356),(20743,35,2233),(20743,36,1100),(20745,34,5200),(20745,35,1000),(20745,36,22),(20745,37,22),(20745,38,22),(20747,34,15289),(20747,36,889),(20747,37,233),(20749,34,5111),(20749,35,4278),(20751,34,10400),(20751,35,1556),(20751,36,1044),(20753,34,27),(20753,35,21),(20755,34,38),(20755,35,32),(20757,34,58),(20757,35,23),(20757,37,1),(20759,34,118),(20759,36,1),(20759,37,2),(20761,34,58),(20761,35,64),(20761,36,1),(20763,34,162),(20763,35,3),(20763,37,3),(20765,34,164),(20765,35,17),(20765,37,3),(20767,34,204),(20767,35,17),(20767,38,1),(20769,34,164),(20769,35,17),(20769,37,3),(20771,34,116),(20771,35,129),(20771,36,2),(20773,34,139),(20773,35,194),(20775,34,290),(20775,35,119),(20775,36,14),(20775,37,2),(20777,34,288),(20777,35,254),(20779,34,239),(20779,35,318),(20779,36,1),(20781,34,668),(20781,35,36),(20781,36,4),(20781,37,14),(20783,34,449),(20783,35,417),(20783,36,7),(20785,34,249),(20785,35,198),(20785,37,1),(20787,34,520),(20787,35,100),(20787,36,2),(20787,37,2),(20787,38,2),(20789,34,511),(20789,35,428),(20791,34,458),(20791,35,580),(20793,34,1040),(20793,35,156),(20793,36,104),(20795,34,1236),(20795,35,223),(20795,36,110),(20797,34,1529),(20797,36,89),(20797,37,23),(20799,34,1778),(20799,35,127),(20799,36,89),(20799,37,29),(20801,34,2489),(20801,35,1978),(20801,37,11),(20803,34,4578),(20803,35,5800),(20805,34,17778),(20805,35,1267),(20805,36,889),(20805,37,289),(20807,34,12356),(20807,35,2233),(20807,36,1100),(20809,34,5200),(20809,35,1000),(20809,36,22),(20809,37,22),(20809,38,22),(20811,34,15289),(20811,36,889),(20811,37,233),(20813,34,5111),(20813,35,4278),(20815,34,10400),(20815,35,1556),(20815,36,1044),(20817,34,2),(20817,35,3),(20817,36,2),(20817,37,12),(20819,34,2),(20819,36,11),(20819,37,1),(20819,39,1),(20821,34,2),(20821,35,6),(20821,36,4),(20821,37,2),(20821,38,2),(20821,39,1),(20823,35,4),(20823,37,3),(20823,38,3),(20823,39,1),(20825,35,8),(20825,36,3),(20825,37,53),(20825,38,1),(20825,40,1),(20827,34,40),(20827,36,12),(20827,38,18),(20827,40,2),(20829,35,3),(20829,36,46),(20829,37,3),(20829,38,1),(20829,39,4),(20829,40,3),(20831,34,36),(20831,36,18),(20831,38,1),(20831,39,3),(20831,40,4),(20833,35,104),(20833,37,2),(20833,38,3),(20833,39,4),(20833,40,19),(20835,35,2),(20835,36,67),(20835,37,20),(20835,38,4),(20835,39,17),(20835,40,29),(20837,35,51),(20837,36,2),(20837,37,3),(20837,38,20),(20837,39,7),(20837,40,44),(20839,35,36),(20839,36,4),(20839,37,24),(20839,38,3),(20839,39,14),(20839,40,50),(20841,35,1044),(20841,37,22),(20841,38,33),(20841,39,44),(20841,40,189),(20843,35,22),(20843,36,667),(20843,37,200),(20843,38,44),(20843,39,167),(20843,40,289),(20845,35,511),(20845,36,22),(20845,37,33),(20845,38,200),(20845,39,67),(20845,40,444),(20847,35,356),(20847,36,44),(20847,37,244),(20847,38,33),(20847,39,144),(20847,40,500),(20849,35,8),(20849,37,3),(20849,38,1),(20849,39,1),(20851,34,4),(20851,35,1),(20851,36,2),(20851,37,3),(20851,38,3),(20853,34,4),(20853,36,3),(20853,37,8),(20855,34,3),(20855,35,1),(20855,36,2),(20855,37,10),(20857,34,2),(20857,35,3),(20857,36,2),(20857,37,12),(20859,34,2),(20859,36,11),(20859,37,1),(20859,39,1),(20861,34,2),(20861,35,6),(20861,36,4),(20861,37,2),(20861,38,2),(20861,39,1),(20863,35,4),(20863,37,3),(20863,38,3),(20863,39,1),(20865,34,27),(20865,36,13),(20865,37,3),(20865,38,19),(20865,39,2),(20865,40,2),(20867,36,59),(20867,37,3),(20867,38,3),(20867,40,2),(20869,35,2),(20869,36,62),(20869,40,1),(20871,35,4),(20871,36,33),(20871,37,27),(20871,40,1),(20873,35,8),(20873,36,3),(20873,37,53),(20873,38,1),(20873,40,1),(20875,34,40),(20875,36,12),(20875,38,18),(20875,40,2),(20877,35,3),(20877,36,46),(20877,37,3),(20877,38,1),(20877,39,4),(20877,40,3),(20879,34,36),(20879,36,18),(20879,38,1),(20879,39,3),(20879,40,4),(20881,34,13),(20881,35,6),(20881,36,6),(20881,37,47),(20881,38,17),(20881,39,9),(20881,40,37),(20883,36,87),(20883,37,3),(20883,38,1),(20883,39,9),(20883,40,24),(20885,35,9),(20885,36,110),(20885,37,4),(20885,38,4),(20885,39,2),(20885,40,12),(20887,35,57),(20887,36,54),(20887,37,3),(20887,38,3),(20887,39,3),(20887,40,16),(20889,35,104),(20889,37,2),(20889,38,3),(20889,39,4),(20889,40,19),(20891,35,2),(20891,36,67),(20891,37,20),(20891,38,4),(20891,39,17),(20891,40,29),(20893,35,51),(20893,36,2),(20893,37,3),(20893,38,20),(20893,39,7),(20893,40,44),(20895,35,36),(20895,36,4),(20895,37,24),(20895,38,3),(20895,39,14),(20895,40,50),(20897,34,133),(20897,35,56),(20897,36,56),(20897,37,467),(20897,38,167),(20897,39,89),(20897,40,367),(20899,36,867),(20899,37,33),(20899,38,11),(20899,39,89),(20899,40,244),(20901,35,89),(20901,36,1100),(20901,37,44),(20901,38,44),(20901,39,22),(20901,40,122),(20903,35,567),(20903,36,550),(20903,37,33),(20903,38,39),(20903,39,33),(20903,40,156),(20905,35,1044),(20905,37,22),(20905,38,33),(20905,39,44),(20905,40,189),(20907,35,22),(20907,36,667),(20907,37,200),(20907,38,44),(20907,39,167),(20907,40,289),(20909,35,511),(20909,36,22),(20909,37,33),(20909,38,200),(20909,39,67),(20909,40,444),(20911,35,356),(20911,36,44),(20911,37,244),(20911,38,33),(20911,39,144),(20911,40,500),(20913,34,249),(20913,35,198),(20913,37,1),(20915,34,520),(20915,35,100),(20915,36,2),(20915,37,2),(20915,38,2),(20917,34,511),(20917,35,428),(20919,34,458),(20919,35,580),(20921,34,1040),(20921,35,156),(20921,36,104),(20923,34,1236),(20923,35,223),(20923,36,110),(20925,34,1529),(20925,36,89),(20925,37,23),(20927,34,1778),(20927,35,127),(20927,36,89),(20927,37,29),(20929,34,17778),(20929,35,1267),(20929,36,889),(20929,37,289),(20931,34,5111),(20931,35,4278),(20933,34,2489),(20933,35,1978),(20933,37,11),(20935,34,4578),(20935,35,5800),(20937,34,15289),(20937,36,889),(20937,37,233),(20939,34,10400),(20939,35,1556),(20939,36,1044),(20941,34,5200),(20941,35,1000),(20941,36,22),(20941,37,22),(20941,38,22),(20943,34,12356),(20943,35,2233),(20943,36,1100),(20945,34,27),(20945,35,21),(20947,34,38),(20947,35,32),(20949,34,58),(20949,35,23),(20949,37,1),(20951,34,118),(20951,36,1),(20951,37,2),(20953,34,58),(20953,35,64),(20953,36,1),(20955,34,69),(20955,35,76),(20955,36,1),(20957,34,164),(20957,35,17),(20957,37,3),(20959,34,204),(20959,35,17),(20959,38,1),(20961,34,164),(20961,35,17),(20961,37,3),(20963,34,224),(20963,35,3),(20963,36,23),(20965,34,136),(20965,35,166),(20965,36,2),(20967,34,412),(20967,35,2),(20967,36,3),(20967,37,3),(20967,38,1),(20969,34,450),(20969,36,32),(20969,38,1),(20971,34,257),(20971,35,300),(20971,36,4),(20973,34,526),(20973,35,133),(20973,36,2),(20973,37,11),(20975,34,449),(20975,35,417),(20975,36,7),(20977,34,249),(20977,35,198),(20977,37,1),(20979,34,520),(20979,35,100),(20979,36,2),(20979,37,2),(20979,38,2),(20981,34,511),(20981,35,428),(20983,34,458),(20983,35,580),(20985,34,1040),(20985,35,156),(20985,36,104),(20987,34,1236),(20987,35,223),(20987,36,110),(20989,34,1529),(20989,36,89),(20989,37,23),(20991,34,1778),(20991,35,127),(20991,36,89),(20991,37,29),(20993,34,17778),(20993,35,1267),(20993,36,889),(20993,37,289),(20995,34,5111),(20995,35,4278),(20997,34,2489),(20997,35,1978),(20997,37,11),(20999,34,4578),(20999,35,5800),(21001,34,15289),(21001,36,889),(21001,37,233),(21003,34,10400),(21003,35,1556),(21003,36,1044),(21005,34,5200),(21005,35,1000),(21005,36,22),(21005,37,22),(21005,38,22),(21007,34,12356),(21007,35,2233),(21007,36,1100),(21009,34,457050),(21009,35,110416),(21009,36,41994),(21009,37,6938),(21009,38,2110),(21009,39,604),(21009,40,302),(21011,34,546912),(21011,35,113826),(21011,36,45010),(21011,37,7760),(21011,38,2358),(21011,39,876),(21011,40,386),(21013,34,443591),(21013,35,101026),(21013,36,40877),(21013,37,6659),(21013,38,1804),(21013,39,666),(21013,40,298),(21017,34,473141),(21017,35,111118),(21017,36,43324),(21017,37,7109),(21017,38,2141),(21017,39,682),(21017,40,304),(21019,34,326973),(21019,35,107842),(21019,36,39547),(21019,37,6440),(21019,38,1841),(21019,39,660),(21019,40,280),(21021,34,510149),(21021,35,110413),(21021,36,45621),(21021,37,7491),(21021,38,2191),(21021,39,728),(21021,40,334),(21023,34,498880),(21023,35,104957),(21023,36,43194),(21023,37,7269),(21023,38,2033),(21023,39,696),(21023,40,332),(21025,34,749916),(21025,35,142710),(21025,36,49913),(21025,37,8617),(21025,38,2249),(21025,39,908),(21025,40,444),(21027,34,874902),(21027,35,72154),(21027,36,24616),(21027,37,3504),(21027,38,998),(21027,39,286),(21027,40,64),(21029,34,347163),(21029,35,83248),(21029,36,33332),(21029,37,4499),(21029,38,1258),(21029,39,486),(21029,40,172),(21035,34,427708),(21035,35,111110),(21035,36,44110),(21035,37,6581),(21035,38,1858),(21035,39,648),(21035,40,296),(21037,34,388208),(21037,35,93777),(21037,36,37729),(21037,37,5104),(21037,38,1530),(21037,39,538),(21037,40,212),(21039,34,555658),(21039,35,125277),(21039,36,47249),(21039,37,7916),(21039,38,2438),(21039,39,908),(21039,40,428),(21041,34,471653),(21041,35,110370),(21041,36,44713),(21041,37,7692),(21041,38,2359),(21041,39,860),(21041,40,344),(21054,36,11111),(21062,37,2),(21062,38,6),(21094,34,6),(21094,35,17),(21094,36,22),(21094,37,1),(21094,38,1),(21094,40,2),(21094,16275,11),(21094,16681,1),(21094,16682,1),(21096,34,12494),(21096,35,8349),(21096,36,1556),(21096,37,920),(21096,38,342),(21096,39,278),(21096,40,660),(21097,34,2778),(21104,37,2),(21104,38,6),(21194,35,8),(21194,37,3),(21194,38,1),(21194,39,1),(21196,34,4),(21196,35,1),(21196,36,2),(21196,37,3),(21196,38,3),(21198,34,4),(21198,36,3),(21198,37,8),(21200,34,3),(21200,35,1),(21200,36,2),(21200,37,10),(21202,34,2),(21202,35,3),(21202,36,2),(21202,37,12),(21204,34,2),(21204,36,11),(21204,37,1),(21204,39,1),(21206,34,2),(21206,35,6),(21206,36,4),(21206,37,2),(21206,38,2),(21206,39,1),(21208,35,4),(21208,37,3),(21208,38,3),(21208,39,1),(21210,36,59),(21210,37,3),(21210,38,3),(21210,40,2),(21212,35,2),(21212,36,62),(21212,40,1),(21214,35,4),(21214,36,33),(21214,37,27),(21214,40,1),(21216,35,8),(21216,36,3),(21216,37,53),(21216,38,1),(21216,40,1),(21218,34,40),(21218,36,12),(21218,38,18),(21218,40,2),(21220,35,3),(21220,36,46),(21220,37,3),(21220,38,1),(21220,39,4),(21220,40,3),(21222,34,36),(21222,36,18),(21222,38,1),(21222,39,3),(21222,40,4),(21224,34,13),(21224,35,6),(21224,36,6),(21224,37,47),(21224,38,17),(21224,39,9),(21224,40,37),(21226,36,87),(21226,37,3),(21226,38,1),(21226,39,9),(21226,40,24),(21228,35,9),(21228,36,110),(21228,37,4),(21228,38,4),(21228,39,2),(21228,40,12),(21230,35,57),(21230,36,54),(21230,37,3),(21230,38,3),(21230,39,3),(21230,40,16),(21232,35,104),(21232,37,2),(21232,38,3),(21232,39,4),(21232,40,19),(21234,35,2),(21234,36,67),(21234,37,20),(21234,38,4),(21234,39,17),(21234,40,29),(21236,35,51),(21236,36,2),(21236,37,3),(21236,38,20),(21236,39,7),(21236,40,44),(21238,35,36),(21238,36,4),(21238,37,24),(21238,38,3),(21238,39,14),(21238,40,50),(21240,34,133),(21240,35,56),(21240,36,56),(21240,37,467),(21240,38,167),(21240,39,89),(21240,40,367),(21242,36,867),(21242,37,33),(21242,38,11),(21242,39,89),(21242,40,244),(21244,35,89),(21244,36,1100),(21244,37,44),(21244,38,44),(21244,39,22),(21244,40,122),(21246,35,567),(21246,36,550),(21246,37,33),(21246,38,39),(21246,39,33),(21246,40,156),(21248,35,1044),(21248,37,22),(21248,38,33),(21248,39,44),(21248,40,189),(21250,35,22),(21250,36,667),(21250,37,200),(21250,38,44),(21250,39,167),(21250,40,289),(21252,35,511),(21252,36,22),(21252,37,33),(21252,38,200),(21252,39,67),(21252,40,444),(21254,35,356),(21254,36,44),(21254,37,244),(21254,38,33),(21254,39,144),(21254,40,500),(21256,35,8),(21256,37,3),(21256,38,1),(21256,39,1),(21258,34,4),(21258,35,1),(21258,36,2),(21258,37,3),(21258,38,3),(21260,34,4),(21260,36,3),(21260,37,8),(21262,34,3),(21262,35,1),(21262,36,2),(21262,37,10),(21264,34,2),(21264,35,3),(21264,36,2),(21264,37,12),(21266,34,2),(21266,36,11),(21266,37,1),(21266,39,1),(21268,34,2),(21268,35,6),(21268,36,4),(21268,37,2),(21268,38,2),(21268,39,1),(21270,35,4),(21270,37,3),(21270,38,3),(21270,39,1),(21272,34,27),(21272,36,13),(21272,37,3),(21272,38,19),(21272,39,2),(21272,40,2),(21274,36,59),(21274,37,3),(21274,38,3),(21274,40,2),(21276,35,2),(21276,36,62),(21276,40,1),(21278,35,4),(21278,36,33),(21278,37,27),(21278,40,1),(21280,35,8),(21280,36,3),(21280,37,53),(21280,38,1),(21280,40,1),(21282,34,40),(21282,36,12),(21282,38,18),(21282,40,2),(21284,35,3),(21284,36,46),(21284,37,3),(21284,38,1),(21284,39,4),(21284,40,3),(21286,34,36),(21286,36,18),(21286,38,1),(21286,39,3),(21286,40,4),(21288,34,13),(21288,35,6),(21288,36,6),(21288,37,47),(21288,38,17),(21288,39,9),(21288,40,37),(21290,36,87),(21290,37,3),(21290,38,1),(21290,39,9),(21290,40,24),(21292,35,9),(21292,36,110),(21292,37,4),(21292,38,4),(21292,39,2),(21292,40,12),(21294,35,57),(21294,36,54),(21294,37,3),(21294,38,3),(21294,39,3),(21294,40,16),(21296,35,104),(21296,37,2),(21296,38,3),(21296,39,4),(21296,40,19),(21298,35,2),(21298,36,67),(21298,37,20),(21298,38,4),(21298,39,17),(21298,40,29),(21300,35,51),(21300,36,2),(21300,37,3),(21300,38,20),(21300,39,7),(21300,40,44),(21302,35,36),(21302,36,4),(21302,37,24),(21302,38,3),(21302,39,14),(21302,40,50),(21304,34,133),(21304,35,56),(21304,36,56),(21304,37,467),(21304,38,167),(21304,39,89),(21304,40,367),(21306,36,867),(21306,37,33),(21306,38,11),(21306,39,89),(21306,40,244),(21308,35,89),(21308,36,1100),(21308,37,44),(21308,38,44),(21308,39,22),(21308,40,122),(21310,35,567),(21310,36,550),(21310,37,33),(21310,38,39),(21310,39,33),(21310,40,156),(21312,35,1044),(21312,37,22),(21312,38,33),(21312,39,44),(21312,40,189),(21314,35,22),(21314,36,667),(21314,37,200),(21314,38,44),(21314,39,167),(21314,40,289),(21316,35,511),(21316,36,22),(21316,37,33),(21316,38,200),(21316,39,67),(21316,40,444),(21318,35,356),(21318,36,44),(21318,37,244),(21318,38,33),(21318,39,144),(21318,40,500),(21320,34,27),(21320,35,21),(21322,34,38),(21322,35,32),(21324,34,58),(21324,35,23),(21324,37,1),(21326,34,118),(21326,36,1),(21326,37,2),(21328,34,58),(21328,35,64),(21328,36,1),(21330,34,69),(21330,35,76),(21330,36,1),(21332,34,164),(21332,35,17),(21332,37,3),(21334,34,204),(21334,35,17),(21334,38,1),(21336,34,164),(21336,35,17),(21336,37,3),(21338,34,224),(21338,35,3),(21338,36,23),(21340,34,136),(21340,35,166),(21340,36,2),(21342,34,412),(21342,35,2),(21342,36,3),(21342,37,3),(21342,38,1),(21344,34,450),(21344,36,32),(21344,38,1),(21346,34,257),(21346,35,300),(21346,36,4),(21348,34,526),(21348,35,133),(21348,36,2),(21348,37,11),(21350,34,449),(21350,35,417),(21350,36,7),(21352,34,249),(21352,35,198),(21352,37,1),(21354,34,520),(21354,35,100),(21354,36,2),(21354,37,2),(21354,38,2),(21356,34,511),(21356,35,428),(21358,34,458),(21358,35,580),(21360,34,1040),(21360,35,156),(21360,36,104),(21362,34,1236),(21362,35,223),(21362,36,110),(21364,34,1529),(21364,36,89),(21364,37,23),(21366,34,1778),(21366,35,127),(21366,36,89),(21366,37,29),(21368,34,17778),(21368,35,1267),(21368,36,889),(21368,37,289),(21370,34,5111),(21370,35,4278),(21372,34,2489),(21372,35,1978),(21372,37,11),(21374,34,4578),(21374,35,5800),(21376,34,15289),(21376,36,889),(21376,37,233),(21378,34,10400),(21378,35,1556),(21378,36,1044),(21380,34,5200),(21380,35,1000),(21380,36,22),(21380,37,22),(21380,38,22),(21382,34,12356),(21382,35,2233),(21382,36,1100),(21384,34,27),(21384,35,21),(21386,34,38),(21386,35,32),(21388,34,58),(21388,35,23),(21388,37,1),(21390,34,118),(21390,36,1),(21390,37,2),(21392,34,58),(21392,35,64),(21392,36,1),(21394,34,69),(21394,35,76),(21394,36,1),(21396,34,164),(21396,35,17),(21396,37,3),(21398,34,204),(21398,35,17),(21398,38,1),(21400,34,164),(21400,35,17),(21400,37,3),(21402,34,224),(21402,35,3),(21402,36,23),(21404,34,136),(21404,35,166),(21404,36,2),(21406,34,412),(21406,35,2),(21406,36,3),(21406,37,3),(21406,38,1),(21408,34,450),(21408,36,32),(21408,38,1),(21410,34,257),(21410,35,300),(21410,36,4),(21412,34,526),(21412,35,133),(21412,36,2),(21412,37,11),(21414,34,449),(21414,35,417),(21414,36,7),(21416,34,249),(21416,35,198),(21416,37,1),(21418,34,520),(21418,35,100),(21418,36,2),(21418,37,2),(21418,38,2),(21420,34,511),(21420,35,428),(21422,34,458),(21422,35,580),(21424,34,1040),(21424,35,156),(21424,36,104),(21426,34,1236),(21426,35,223),(21426,36,110),(21428,34,1529),(21428,36,89),(21428,37,23),(21430,34,1778),(21430,35,127),(21430,36,89),(21430,37,29),(21432,34,17778),(21432,35,1267),(21432,36,889),(21432,37,289),(21434,34,5111),(21434,35,4278),(21436,34,2489),(21436,35,1978),(21436,37,11),(21438,34,4578),(21438,35,5800),(21440,34,15289),(21440,36,889),(21440,37,233),(21442,34,10400),(21442,35,1556),(21442,36,1044),(21444,34,5200),(21444,35,1000),(21444,36,22),(21444,37,22),(21444,38,22),(21446,34,12356),(21446,35,2233),(21446,36,1100),(21450,34,27),(21450,36,13),(21450,37,3),(21450,38,19),(21450,39,2),(21450,40,2),(21470,34,708),(21470,35,643),(21470,36,1),(21470,38,1),(21470,20110,1),(21470,21584,1),(21470,21721,1),(21472,34,3818),(21472,35,3477),(21472,36,3),(21472,37,2),(21472,20110,1),(21472,21569,1),(21472,21571,1),(21472,21584,1),(21472,21720,1),(21472,21721,2),(21474,34,19884),(21474,35,8922),(21474,36,1113),(21474,37,49),(21474,38,24),(21474,39,4),(21474,40,2),(21474,20110,1),(21474,21569,1),(21474,21571,2),(21474,21584,1),(21474,21585,1),(21474,21719,1),(21474,21720,2),(21474,21721,2),(21476,34,3967),(21476,35,2131),(21476,36,229),(21476,37,13),(21476,38,2),(21476,20110,1),(21476,21569,1),(21476,21570,1),(21476,21584,1),(21476,21721,1),(21478,34,17367),(21478,35,14709),(21478,36,68),(21478,37,1),(21478,38,1),(21478,39,2),(21478,40,4),(21478,20110,2),(21478,21569,2),(21478,21570,2),(21478,21584,1),(21478,21720,1),(21478,21721,2),(21480,34,63753),(21480,35,16381),(21480,36,4321),(21480,37,1006),(21480,38,308),(21480,39,112),(21480,40,20),(21480,20110,4),(21480,21569,4),(21480,21570,4),(21480,21584,1),(21480,21585,1),(21480,21719,1),(21480,21720,2),(21480,21721,2),(21482,34,1351),(21482,36,636),(21482,37,4),(21482,39,14),(21482,40,4),(21482,21593,1),(21482,21595,2),(21482,21732,1),(21484,34,1351),(21484,36,636),(21484,37,4),(21484,39,14),(21484,40,4),(21484,21593,1),(21484,21595,2),(21484,21596,2),(21484,21732,1),(21484,21733,1),(21486,34,773),(21486,35,491),(21486,36,518),(21486,37,3),(21486,39,4),(21486,21593,1),(21486,21595,2),(21486,21596,2),(21486,21732,1),(21486,21733,1),(21488,34,773),(21488,35,491),(21488,36,518),(21488,37,3),(21488,39,4),(21488,21593,1),(21488,21595,2),(21488,21596,2),(21488,21732,1),(21488,21733,1),(21491,34,234),(21491,35,3413),(21491,20110,1),(21491,21570,3),(21491,21571,1),(21491,21584,2),(21491,21722,2),(21493,37,10),(21493,38,1),(21493,20110,1),(21493,21073,1),(21493,21570,1),(21493,21572,1),(21493,21721,1),(21493,21722,1),(21496,34,6944),(21496,20110,3),(21496,21570,2),(21496,21572,1),(21496,21721,3),(21498,34,1786),(21498,35,304),(21498,36,1),(21498,21073,1),(21498,21570,1),(21498,21571,1),(21498,21722,2),(21500,37,10),(21500,38,1),(21500,20110,1),(21500,21570,1),(21500,21572,1),(21500,21721,2),(21504,34,470),(21504,35,6827),(21504,20110,1),(21504,21570,1),(21504,21572,1),(21504,21722,1),(21506,34,511),(21506,35,6993),(21506,39,8),(21506,40,18),(21506,20110,2),(21506,21073,1),(21506,21570,1),(21506,21571,1),(21506,21572,1),(21506,21722,2),(21506,21723,1),(21508,34,518),(21508,35,7007),(21508,38,2),(21508,39,24),(21508,40,64),(21508,20110,2),(21508,21073,1),(21508,21568,1),(21508,21570,1),(21508,21571,1),(21508,21584,1),(21508,21722,2),(21508,21723,3),(21510,34,502),(21510,35,297),(21510,36,334),(21510,37,197),(21510,39,4),(21510,20110,1),(21510,21073,1),(21510,21568,1),(21510,21570,1),(21510,21586,3),(21510,21721,1),(21510,21722,1),(21510,21723,1),(21512,34,502),(21512,35,297),(21512,36,334),(21512,37,197),(21512,39,4),(21512,20110,1),(21512,21073,1),(21512,21568,1),(21512,21570,1),(21512,21585,1),(21512,21586,2),(21512,21722,2),(21512,21723,1),(21520,37,2),(21520,38,6),(21521,34,2386),(21521,35,143),(21521,36,249),(21521,20110,1),(21521,21572,2),(21521,21584,1),(21521,21722,3),(21523,34,2386),(21523,35,143),(21523,36,249),(21523,20110,1),(21523,21572,2),(21523,21584,1),(21523,21722,3),(21525,34,2386),(21525,35,143),(21525,36,249),(21525,20110,1),(21525,21572,2),(21525,21584,1),(21525,21722,3),(21527,34,1010),(21527,35,126),(21527,36,738),(21527,37,2),(21527,20110,1),(21527,21572,2),(21527,21584,1),(21527,21585,1),(21527,21722,3),(21529,34,2386),(21529,35,143),(21529,36,249),(21529,20110,1),(21529,21073,1),(21529,21572,3),(21529,21584,1),(21529,21585,1),(21529,21722,4),(21532,34,5884),(21532,35,3859),(21532,36,6),(21532,38,2),(21532,39,3),(21534,34,3111),(21534,35,782),(21534,36,162),(21534,39,4),(21534,20110,2),(21534,21584,1),(21534,21720,1),(21534,21721,2),(21536,34,18831),(21536,35,15610),(21536,36,4),(21536,38,3),(21536,39,2),(21536,20110,2),(21536,21584,1),(21536,21720,2),(21536,21721,2),(21536,21723,1),(21538,34,37951),(21538,35,30339),(21538,36,16),(21538,38,1),(21538,39,14),(21538,20110,2),(21538,21584,2),(21538,21585,1),(21538,21586,2),(21538,21719,1),(21538,21720,2),(21538,21721,2),(21538,21723,2),(21540,34,840),(21540,35,183),(21540,36,470),(21540,37,4),(21540,40,4),(21540,21568,2),(21540,21586,3),(21540,21722,4),(21542,34,556),(21542,35,278),(21542,21593,2),(21542,21731,1),(21545,34,1667),(21545,35,144),(21545,36,83),(21545,37,22),(21545,21595,3),(21545,21731,1),(21547,34,1596),(21547,35,690),(21547,36,144),(21547,21595,3),(21547,21731,1),(21549,34,2729),(21549,35,148),(21549,36,171),(21549,39,4),(21549,21595,7),(21549,21731,1),(21551,34,4529),(21551,35,1643),(21551,36,2413),(21551,38,1),(21551,21592,1),(21551,21595,7),(21551,21730,1),(21553,34,9089),(21553,35,2786),(21553,36,2827),(21553,37,14),(21553,38,1),(21553,21592,1),(21553,21595,7),(21553,21730,1),(21555,34,9133),(21555,35,2981),(21555,36,3599),(21555,37,2),(21555,38,18),(21555,21592,1),(21555,21595,13),(21555,21730,1),(21557,34,68307),(21557,35,17839),(21557,36,7197),(21557,37,1951),(21557,38,234),(21557,39,12),(21557,40,26),(21557,21594,1),(21557,21595,13),(21557,21729,1),(21559,34,91067),(21559,35,23527),(21559,36,8613),(21559,37,2294),(21559,38,324),(21559,39,18),(21559,40,52),(21559,21594,2),(21559,21595,13),(21559,21729,1),(21561,34,113880),(21561,35,29214),(21561,36,9747),(21561,37,2650),(21561,38,411),(21561,39,42),(21561,40,74),(21561,21594,3),(21561,21595,13),(21561,21729,1),(21565,37,2),(21565,38,6),(21606,38,2),(21606,39,2),(21606,40,2),(21616,37,2),(21616,38,6),(21626,37,2),(21626,38,6),(21628,34,2778),(21632,36,80),(21632,37,150),(21632,38,72),(21638,34,2631),(21638,35,542),(21638,36,113),(21638,39,4),(21638,9834,3),(21638,9848,3),(21638,11399,3),(21638,11690,1),(21640,34,2724),(21640,35,300),(21640,36,187),(21640,37,4),(21640,38,4),(21640,9834,3),(21640,9848,3),(21640,11399,3),(21640,11691,1),(21642,34,293190294),(21642,35,24432524),(21642,36,4581098),(21642,37,916219),(21642,38,190879),(21642,39,40902),(21642,40,8947),(21642,44,5404),(21642,3683,29897),(21642,3685,35489),(21642,3687,38724),(21642,3689,19546),(21642,3691,11654),(21642,3697,38465),(21642,3727,3549),(21642,3828,74897),(21642,9826,17984),(21642,9828,18465),(21642,9832,8465),(21642,9838,12111),(21642,9842,12441),(21642,9848,25987),(21642,13267,50),(21644,34,347071960),(21644,35,28922663),(21644,36,5422999),(21644,37,1084599),(21644,38,225958),(21644,39,48419),(21644,40,10591),(21644,44,1099),(21644,3683,23897),(21644,3685,22484),(21644,3687,16980),(21644,3689,15872),(21644,3691,13870),(21644,3697,18156),(21644,3721,7500),(21644,3727,851),(21644,3828,128798),(21644,9826,7855),(21644,9828,13469),(21644,9832,10242),(21644,9838,1048),(21644,9842,6871),(21644,9848,2024),(21644,13267,1),(21645,34,257702131),(21645,35,21475177),(21645,36,4026595),(21645,37,805319),(21645,38,167774),(21645,39,35951),(21645,40,7864),(21645,3683,55489),(21645,3685,31546),(21645,3687,66849),(21645,3689,17654),(21645,3691,5449),(21645,3697,26546),(21645,3699,100),(21645,3828,89846),(21645,9826,9875),(21645,9828,15555),(21645,9832,15465),(21645,9838,6874),(21645,9842,9874),(21645,9848,14419),(21645,13267,100),(21646,34,387522911),(21646,35,32293575),(21646,36,6055045),(21646,37,1211009),(21646,38,252293),(21646,39,54062),(21646,40,11826),(21646,44,3511),(21646,3683,25468),(21646,3685,23574),(21646,3687,19871),(21646,3689,16876),(21646,3691,17874),(21646,3697,8846),(21646,3727,1844),(21646,3828,155649),(21646,9826,5587),(21646,9828,5489),(21646,9832,12489),(21646,9838,897),(21646,9842,7465),(21646,9848,12499),(21669,37,2),(21669,38,6),(21671,37,2),(21671,38,6),(21740,34,1778),(21740,35,127),(21740,36,89),(21740,37,29),(21742,37,2),(21742,38,6),(21816,34,687),(21816,35,289),(21816,36,371),(21816,40,1),(21817,34,687),(21817,35,289),(21817,36,371),(21817,40,1),(21818,34,687),(21818,35,289),(21818,36,371),(21818,40,1),(21819,34,687),(21819,35,289),(21819,36,371),(21819,40,1),(21841,34,1192),(21841,35,433),(21841,36,107),(21853,34,52),(21853,35,4),(21855,34,78),(21855,35,7),(21855,36,1),(21867,34,351),(21867,35,119),(21867,38,1),(21888,38,1),(21888,39,1),(21888,40,1),(21889,38,1),(21889,39,1),(21889,40,1),(21890,38,1),(21890,39,1),(21890,40,1),(21894,34,1778),(21894,35,127),(21894,36,89),(21894,37,29),(21896,34,449),(21896,35,417),(21896,36,7),(21898,34,204),(21898,35,17),(21898,38,1),(21900,34,17778),(21900,35,1267),(21900,36,889),(21900,37,289),(21902,34,1236),(21902,35,223),(21902,36,110),(21904,34,239),(21904,35,318),(21904,36,1),(21906,34,162),(21906,35,3),(21906,37,3),(21908,34,12356),(21908,35,2233),(21908,36,1100),(21910,34,520),(21910,35,100),(21910,36,2),(21910,37,2),(21910,38,2),(21912,34,116),(21912,35,129),(21912,36,2),(21914,34,38),(21914,35,32),(21916,34,5200),(21916,35,1000),(21916,36,22),(21916,37,22),(21916,38,22),(21918,34,1529),(21918,36,89),(21918,37,23),(21920,34,15289),(21920,36,889),(21920,37,233),(21922,34,668),(21922,35,36),(21922,36,4),(21922,37,14),(21924,34,164),(21924,35,17),(21924,37,3),(21926,34,511),(21926,35,428),(21928,34,139),(21928,35,194),(21931,34,58),(21931,35,23),(21931,37,1),(21933,34,5111),(21933,35,4278),(21935,34,1040),(21935,35,156),(21935,36,104),(21937,34,288),(21937,35,254),(21939,34,58),(21939,35,64),(21939,36,1),(21941,34,10400),(21941,35,1556),(21941,36,1044),(21947,34,500000),(21947,35,100000),(21947,36,35000),(21947,37,4000),(21947,38,750),(21947,39,350),(21947,40,150),(21947,2868,3),(21947,2869,5),(21947,2870,5),(21947,2871,3),(21947,2872,3),(21947,2875,3),(21949,34,500000),(21949,35,100000),(21949,36,35000),(21949,37,4000),(21949,38,750),(21949,39,350),(21949,40,150),(21949,2867,3),(21949,2869,5),(21949,2871,3),(21949,2872,3),(21949,2875,3),(21949,2876,5),(21951,34,500000),(21951,35,100000),(21951,36,35000),(21951,37,4000),(21951,38,750),(21951,39,350),(21951,40,150),(21951,2867,5),(21951,2868,3),(21951,2869,3),(21951,2870,3),(21951,2875,3),(21951,2876,5),(21953,34,1000000),(21953,35,200000),(21953,36,70000),(21953,37,8000),(21953,38,1500),(21953,39,700),(21953,40,300),(21953,2868,10),(21953,2869,5),(21953,2871,5),(21953,2875,10),(21953,2876,5),(21955,34,1000000),(21955,35,200000),(21955,36,70000),(21955,37,8000),(21955,38,1500),(21955,39,700),(21955,40,300),(21955,2867,5),(21955,2869,10),(21955,2870,10),(21955,2871,5),(21955,2872,5),(21957,34,500000),(21957,35,100000),(21957,36,35000),(21957,37,4000),(21957,38,750),(21957,39,350),(21957,40,150),(21957,2868,3),(21957,2869,5),(21957,2870,3),(21957,2871,3),(21957,2872,3),(21957,2875,5),(21959,34,1000000),(21959,35,200000),(21959,36,70000),(21959,37,8000),(21959,38,1500),(21959,39,700),(21959,40,300),(21959,2869,5),(21959,2870,10),(21959,2872,10),(21959,2875,5),(21959,2876,5),(21961,34,500000),(21961,35,100000),(21961,36,35000),(21961,37,4000),(21961,38,750),(21961,39,350),(21961,40,150),(21961,2867,3),(21961,2868,3),(21961,2870,3),(21961,2871,5),(21961,2872,5),(21961,2876,3),(21963,34,1500000),(21963,35,300000),(21963,36,105000),(21963,37,12000),(21963,38,2250),(21963,39,1050),(21963,40,450),(21963,2867,15),(21963,2869,10),(21963,2870,10),(21963,2871,5),(21963,2872,5),(21963,2875,15),(21963,2876,10),(21965,34,500000),(21965,35,100000),(21965,36,35000),(21965,37,4000),(21965,38,750),(21965,39,350),(21965,40,150),(21965,2867,3),(21965,2868,5),(21965,2871,3),(21965,2872,3),(21965,2875,3),(21965,2876,5),(21967,34,500000),(21967,35,100000),(21967,36,35000),(21967,37,4000),(21967,38,750),(21967,39,350),(21967,40,150),(21967,2867,5),(21967,2868,3),(21967,2870,5),(21967,2871,3),(21967,2872,3),(21967,2875,3),(21969,34,1500000),(21969,35,300000),(21969,36,105000),(21969,37,12000),(21969,38,2250),(21969,39,1050),(21969,40,450),(21969,2867,15),(21969,2869,15),(21969,2870,10),(21969,2871,10),(21969,2872,5),(21969,2875,10),(21969,2876,5),(22054,36,80),(22054,37,150),(22054,38,72),(22096,34,1000),(22107,38,1),(22107,39,1),(22107,40,1),(22108,38,1),(22108,39,1),(22108,40,1),(22109,38,1),(22109,39,1),(22109,40,1),(22110,38,1),(22110,39,1),(22110,40,1),(22111,38,1),(22111,39,1),(22111,40,1),(22112,38,1),(22112,39,1),(22112,40,1),(22113,38,1),(22113,39,1),(22113,40,1),(22114,38,1),(22114,39,1),(22114,40,1),(22115,38,1),(22115,39,1),(22115,40,1),(22116,38,1),(22116,39,1),(22116,40,1),(22117,38,1),(22117,39,1),(22117,40,1),(22118,38,1),(22118,39,1),(22118,40,1),(22119,38,1),(22119,39,1),(22119,40,1),(22120,38,1),(22120,39,1),(22120,40,1),(22121,38,1),(22121,39,1),(22121,40,1),(22122,38,1),(22122,39,1),(22122,40,1),(22123,38,1),(22123,39,1),(22123,40,1),(22124,38,1),(22124,39,1),(22124,40,1),(22125,38,1),(22125,39,1),(22125,40,1),(22126,38,1),(22126,39,1),(22126,40,1),(22127,38,1),(22127,39,1),(22127,40,1),(22128,38,1),(22128,39,1),(22128,40,1),(22129,38,1),(22129,39,1),(22129,40,1),(22130,38,1),(22130,39,1),(22130,40,1),(22131,38,1),(22131,39,1),(22131,40,1),(22133,38,1),(22133,39,1),(22133,40,1),(22134,38,1),(22134,39,1),(22134,40,1),(22135,38,1),(22135,39,1),(22135,40,1),(22136,38,1),(22136,39,1),(22136,40,1),(22137,38,1),(22137,39,1),(22137,40,1),(22175,34,840),(22175,35,183),(22175,36,470),(22175,37,4),(22175,40,4),(22177,34,840),(22177,35,183),(22177,36,470),(22177,37,4),(22177,40,4),(22227,34,949),(22227,37,111),(22227,38,56),(22227,40,22),(22227,2346,3),(22228,34,949),(22228,37,111),(22228,38,56),(22228,40,22),(22228,2346,3),(22229,34,30710),(22229,35,17250),(22229,36,4921),(22229,37,1527),(22229,38,597),(22229,39,300),(22229,40,512),(22229,3687,30),(22229,3689,30),(22229,11399,15),(22229,11541,23),(22248,34,1000),(22249,37,2),(22249,38,6),(22291,34,1351),(22291,36,636),(22291,37,4),(22291,39,14),(22291,40,4),(22291,3689,1),(22291,9842,5),(22291,11399,5),(22291,11540,9),(22325,34,840),(22325,35,183),(22325,36,470),(22325,37,4),(22325,40,4),(22327,34,840),(22327,35,183),(22327,36,470),(22327,37,4),(22327,40,4),(22329,34,840),(22329,35,183),(22329,36,470),(22329,37,4),(22329,40,4),(22331,34,840),(22331,35,183),(22331,36,470),(22331,37,4),(22331,40,4),(22333,34,756),(22333,35,165),(22333,36,423),(22333,37,4),(22333,40,2),(22335,34,756),(22335,35,165),(22335,36,423),(22335,37,4),(22335,40,2),(22337,34,756),(22337,35,165),(22337,36,423),(22337,37,4),(22337,40,2),(22339,34,756),(22339,35,165),(22339,36,423),(22339,37,4),(22339,40,2),(22428,34,12090111),(22428,35,3024444),(22428,36,762222),(22428,37,189478),(22428,38,47256),(22428,39,22178),(22428,40,10312),(22428,3828,450),(22428,11399,900),(22428,11532,225),(22428,11537,900),(22428,11539,6300),(22428,11543,18750),(22428,11549,150),(22428,11554,2250),(22428,11557,1634),(22428,21025,3),(22430,34,11564444),(22430,35,2892889),(22430,36,728333),(22430,37,181211),(22430,38,45133),(22430,39,20644),(22430,40,7556),(22430,3828,450),(22430,11399,900),(22430,11531,225),(22430,11535,900),(22430,11541,6300),(22430,11545,18750),(22430,11547,150),(22430,11553,2250),(22430,11556,1634),(22430,21025,3),(22436,34,10649667),(22436,35,2263111),(22436,36,607000),(22436,37,166200),(22436,38,36011),(22436,39,16066),(22436,40,6688),(22436,3828,450),(22436,11399,900),(22436,11533,225),(22436,11534,900),(22436,11540,6300),(22436,11544,18750),(22436,11550,150),(22436,11552,2250),(22436,11558,1634),(22436,21025,3),(22440,34,10279111),(22440,35,2792889),(22440,36,624889),(22440,37,164589),(22440,38,34656),(22440,39,18244),(22440,40,4800),(22440,3828,450),(22440,11399,900),(22440,11530,225),(22440,11536,900),(22440,11538,6300),(22440,11542,18750),(22440,11548,150),(22440,11551,2250),(22440,11555,1634),(22440,21025,3),(22442,34,3166667),(22442,35,711111),(22442,36,233333),(22442,38,14444),(22442,39,5556),(22442,40,2666),(22442,3828,300),(22442,11399,300),(22442,11531,120),(22442,11535,495),(22442,11541,2100),(22442,11545,10500),(22442,11547,53),(22442,11553,900),(22442,11556,600),(22444,34,3000000),(22444,35,755556),(22444,36,211111),(22444,37,55556),(22444,39,7112),(22444,40,2888),(22444,3828,300),(22444,11399,300),(22444,11530,120),(22444,11536,450),(22444,11538,1800),(22444,11542,11250),(22444,11548,60),(22444,11551,975),(22444,11555,570),(22446,34,2555556),(22446,35,666667),(22446,36,194444),(22446,37,22222),(22446,38,17222),(22446,39,8444),(22446,40,1778),(22446,3828,375),(22446,11399,300),(22446,11533,120),(22446,11534,495),(22446,11540,2100),(22446,11544,10500),(22446,11550,53),(22446,11552,900),(22446,11558,600),(22448,34,3888889),(22448,35,833333),(22448,36,205556),(22448,37,33333),(22448,39,6666),(22448,40,2666),(22448,3828,300),(22448,11399,300),(22448,11532,120),(22448,11537,450),(22448,11539,1800),(22448,11543,11250),(22448,11549,60),(22448,11554,975),(22448,11557,570),(22452,34,55860),(22452,35,20333),(22452,36,5413),(22452,37,1137),(22452,39,198),(22452,40,40),(22452,3828,23),(22452,11399,15),(22452,11532,60),(22452,11537,75),(22452,11539,360),(22452,11543,1500),(22452,11549,15),(22452,11554,150),(22452,11557,38),(22456,34,47907),(22456,35,11483),(22456,36,3977),(22456,37,1757),(22456,39,180),(22456,40,26),(22456,3828,23),(22456,11399,15),(22456,11530,60),(22456,11536,75),(22456,11538,360),(22456,11542,1500),(22456,11548,15),(22456,11551,150),(22456,11555,38),(22460,34,52007),(22460,35,14667),(22460,36,6427),(22460,38,269),(22460,39,92),(22460,40,54),(22460,3828,23),(22460,11399,15),(22460,11531,60),(22460,11535,75),(22460,11541,360),(22460,11545,1500),(22460,11547,15),(22460,11553,150),(22460,11556,38),(22464,34,39253),(22464,35,11863),(22464,36,5107),(22464,37,1070),(22464,38,332),(22464,39,214),(22464,40,18),(22464,3828,23),(22464,11399,15),(22464,11533,60),(22464,11534,75),(22464,11540,360),(22464,11544,1500),(22464,11550,15),(22464,11552,150),(22464,11558,38),(22466,34,3111111),(22466,35,700000),(22466,36,244444),(22466,38,12778),(22466,39,4888),(22466,40,2888),(22466,3828,375),(22466,11399,300),(22466,11531,120),(22466,11535,450),(22466,11541,1800),(22466,11545,11250),(22466,11547,60),(22466,11553,975),(22466,11556,570),(22468,34,3222222),(22468,35,766667),(22468,36,188889),(22468,37,58889),(22468,39,6222),(22468,40,3334),(22468,3828,375),(22468,11399,300),(22468,11530,120),(22468,11536,495),(22468,11538,2100),(22468,11542,10500),(22468,11548,53),(22468,11551,900),(22468,11555,600),(22470,34,2777778),(22470,35,680078),(22470,36,188889),(22470,37,20000),(22470,38,16667),(22470,39,8006),(22470,40,1888),(22470,3828,300),(22470,11399,300),(22470,11533,120),(22470,11534,450),(22470,11540,1800),(22470,11544,11250),(22470,11550,60),(22470,11552,975),(22470,11558,570),(22474,34,4111111),(22474,35,777778),(22474,36,211111),(22474,37,34444),(22474,39,6000),(22474,40,2222),(22474,3828,375),(22474,11399,300),(22474,11532,120),(22474,11537,495),(22474,11539,2100),(22474,11543,10500),(22474,11549,53),(22474,11554,900),(22474,11557,600),(22476,34,502),(22476,35,297),(22476,36,334),(22476,37,197),(22476,39,4),(22534,38,2),(22534,39,2),(22534,40,2),(22535,38,2),(22535,39,2),(22535,40,2),(22537,37,9),(22537,38,1),(22542,34,676),(22542,36,318),(22542,37,2),(22542,39,6),(22542,40,2),(22544,34,2222222),(22544,35,666667),(22544,36,66667),(22544,37,44444),(22544,38,4444),(22544,39,2222),(22544,40,666),(22544,3828,150),(22544,11399,108),(22544,11531,60),(22544,11535,225),(22544,11541,3000),(22544,11545,3000),(22544,11547,45),(22544,11553,600),(22544,11556,225),(22546,34,1555556),(22546,35,466667),(22546,36,46667),(22546,37,31111),(22546,38,3111),(22546,39,1556),(22546,40,466),(22546,3828,105),(22546,11399,75),(22546,11531,42),(22546,11535,158),(22546,11541,2100),(22546,11545,2100),(22546,11547,32),(22546,11553,420),(22546,11556,158),(22548,34,1888889),(22548,35,566667),(22548,36,56667),(22548,37,37778),(22548,38,3778),(22548,39,1888),(22548,40,566),(22548,3828,128),(22548,11399,92),(22548,11531,51),(22548,11535,192),(22548,11541,2550),(22548,11545,2550),(22548,11547,39),(22548,11553,510),(22548,11556,192),(22553,34,949),(22553,37,111),(22553,38,56),(22553,40,22),(22553,2346,3),(22555,34,949),(22555,37,111),(22555,38,56),(22555,40,22),(22555,2346,3),(22557,34,949),(22557,37,111),(22557,38,56),(22557,40,22),(22557,2346,3),(22559,38,1),(22559,39,1),(22559,40,1),(22564,34,500),(22564,35,250),(22565,34,212),(22565,35,322),(22566,34,252),(22566,35,221),(22566,36,41),(22566,37,1),(22566,38,1),(22567,34,1466),(22567,35,1316),(22567,36,48),(22568,34,110),(22568,35,1208),(22568,38,8),(22568,39,2),(22568,40,10),(22569,34,3278),(22569,35,1725),(22569,36,7),(22570,38,2),(22570,39,2),(22570,40,2),(22571,38,2),(22571,39,2),(22571,40,2),(22572,34,8516),(22572,36,627),(22572,37,9),(22572,38,2),(22572,39,8),(22572,40,4),(22574,34,424),(22574,36,4),(22574,38,2),(22576,34,676),(22576,36,318),(22576,37,2),(22576,39,6),(22576,40,2),(22609,34,608),(22609,36,286),(22609,37,2),(22609,39,3),(22609,40,1),(22611,34,608),(22611,36,286),(22611,37,2),(22611,39,3),(22611,40,1),(22613,34,608),(22613,36,286),(22613,37,2),(22613,39,3),(22613,40,1),(22615,34,608),(22615,36,286),(22615,37,2),(22615,39,3),(22615,40,1),(22617,34,608),(22617,36,286),(22617,37,2),(22617,39,3),(22617,40,1),(22619,34,608),(22619,36,286),(22619,37,2),(22619,39,3),(22619,40,1),(22621,34,608),(22621,36,286),(22621,37,2),(22621,39,3),(22621,40,1),(22623,34,608),(22623,36,286),(22623,37,2),(22623,39,3),(22623,40,1),(22634,34,101011),(22634,38,404),(22634,40,204),(22634,2867,2),(22634,2868,2),(22634,2869,2),(22713,34,424),(22713,36,4),(22713,38,2),(22715,38,2),(22715,39,2),(22715,40,2),(22760,38,2),(22760,39,2),(22760,40,2),(22765,34,10973),(22765,35,830),(22765,36,299),(22765,37,450),(22765,38,30),(22778,34,6),(22778,35,17),(22778,36,22),(22778,37,1),(22778,38,1),(22778,40,2),(22778,16275,56),(22780,34,258),(22780,35,4964),(22780,38,2),(22780,40,8),(22782,34,12011),(22782,35,9764),(22782,36,2863),(22782,37,1097),(22782,38,553),(22782,39,378),(22782,40,228),(22852,21009,222),(22852,21013,83),(22852,21017,111),(22852,21019,28),(22852,21021,167),(22852,21023,167),(22852,21025,222),(22852,21029,583),(22852,21035,83),(22852,21037,56),(22852,24558,222),(22852,24560,222),(22875,34,566),(22875,35,504),(22875,36,186),(22875,23131,1),(22875,23171,1),(22877,34,566),(22877,35,504),(22877,36,186),(22877,23128,1),(22877,23129,1),(22877,23130,1),(22877,23131,1),(22877,23132,1),(22877,23138,1),(22877,23139,1),(22877,23140,1),(22877,23141,1),(22877,23142,1),(22877,23168,1),(22877,23169,1),(22877,23170,1),(22877,23171,1),(22877,23172,1),(22879,34,6013),(22879,35,4514),(22879,36,1612),(22879,39,2),(22879,40,2),(22879,23129,2),(22879,23139,3),(22879,23169,2),(22879,23172,1),(22881,34,10178),(22881,35,6494),(22881,36,7),(22881,38,3),(22881,40,2),(22881,23129,1),(22881,23139,3),(22881,23169,1),(22883,34,10178),(22883,35,6494),(22883,36,7),(22883,38,3),(22883,40,2),(22883,23129,1),(22883,23139,3),(22883,23169,1),(22885,34,71),(22885,35,24),(22885,36,1),(22887,34,858),(22887,35,288),(22887,40,4),(22887,23128,1),(22887,23138,1),(22887,23168,1),(22887,23171,1),(22889,34,2271),(22889,35,1063),(22889,36,906),(22889,37,1),(22889,38,4),(22889,23128,1),(22889,23130,1),(22889,23138,1),(22889,23140,1),(22889,23170,1),(22891,34,4662),(22891,35,1857),(22891,36,1027),(22891,37,44),(22891,38,51),(22891,23132,2),(22891,23142,1),(22891,23171,1),(22891,23172,1),(22893,34,1062),(22893,35,2),(22893,36,53),(22893,38,3),(22893,23128,1),(22893,23129,1),(22893,23138,1),(22893,23139,1),(22893,23168,1),(22893,23169,1),(22895,34,236),(22895,35,3413),(22895,23130,2),(22895,23139,2),(22895,23170,2),(22897,34,236),(22897,35,3413),(22897,23130,2),(22897,23139,2),(22897,23170,2),(22899,34,996),(22899,35,300),(22899,39,2),(22899,23153,2),(22899,23163,1),(22901,34,1667),(22901,35,144),(22901,36,83),(22901,37,22),(22901,23153,3),(22901,23163,1),(22903,34,1596),(22903,35,690),(22903,36,144),(22903,23153,1),(22903,23163,2),(22905,34,4453),(22905,35,1287),(22905,36,1199),(22905,40,2),(22905,23153,2),(22905,23163,3),(22907,34,4529),(22907,35,1643),(22907,36,2413),(22907,38,1),(22907,23153,3),(22907,23155,1),(22907,23165,2),(22907,23166,1),(22909,34,9089),(22909,35,2786),(22909,36,2827),(22909,37,14),(22909,38,1),(22909,23155,2),(22909,23165,3),(22911,34,45551),(22911,35,12150),(22911,36,6060),(22911,37,1596),(22911,38,126),(22911,39,16),(22911,23157,1),(22911,23167,2),(22913,34,68307),(22913,35,17839),(22913,36,7197),(22913,37,1951),(22913,38,234),(22913,39,12),(22913,40,26),(22913,23155,2),(22913,23157,2),(22913,23167,3),(22915,34,91067),(22915,35,23527),(22915,36,8613),(22915,37,2294),(22915,38,324),(22915,39,18),(22915,40,52),(22915,23157,3),(22915,23167,4),(22917,34,8050),(22917,35,1459),(22917,23154,1),(22917,23164,3),(22919,34,8050),(22919,35,1459),(22919,23154,4),(22919,23164,3),(22919,23166,4),(22921,34,1324),(22921,35,481),(22921,36,119),(22921,23128,2),(22921,23129,1),(22921,23139,3),(22921,23142,1),(22921,23169,1),(22923,34,1324),(22923,35,481),(22923,36,119),(22923,23128,3),(22923,23129,3),(22923,23139,3),(22923,23169,2),(22925,34,5662),(22925,35,3998),(22925,36,34),(22925,23129,1),(22925,23131,2),(22925,23139,2),(22925,23141,1),(22925,23153,1),(22925,23154,2),(22925,23164,2),(22925,23169,1),(22925,23171,2),(22927,34,949),(22927,40,2),(22927,23154,3),(22927,23164,1),(22929,34,949),(22929,40,2),(22929,23154,2),(22929,23156,2),(22929,23164,2),(22929,23166,2),(22929,23167,1),(22931,34,716),(22931,35,154),(22931,36,370),(22931,37,3),(22931,40,4),(22931,23154,3),(22931,23156,2),(22931,23164,1),(22931,23166,3),(22933,34,716),(22933,35,154),(22933,36,370),(22933,37,3),(22933,40,4),(22933,23154,3),(22933,23156,2),(22933,23164,1),(22933,23166,3),(22935,34,3814),(22935,35,3163),(22935,36,3),(22935,37,2),(22935,23154,2),(22935,23164,2),(22937,34,3814),(22937,35,3163),(22937,36,3),(22937,37,2),(22937,23154,2),(22937,23156,1),(22937,23164,2),(22937,23166,2),(22939,34,5662),(22939,35,3998),(22939,36,34),(22939,23156,3),(22939,23166,2),(22941,34,5662),(22941,35,3998),(22941,36,34),(22941,23153,1),(22941,23154,2),(22941,23164,2),(22943,34,252),(22943,35,766),(22943,36,1053),(22943,37,119),(22943,23154,3),(22943,23164,1),(22945,34,252),(22945,35,766),(22945,36,1053),(22945,37,119),(22945,23154,1),(22945,23156,3),(22945,23164,2),(22945,23166,2),(22947,34,896),(22947,35,3),(22947,36,112),(22947,37,1),(22947,23128,2),(22947,23138,2),(22947,23168,1),(22949,34,1506),(22949,35,924),(22949,36,108),(22949,23128,1),(22949,23130,3),(22949,23138,1),(22949,23140,2),(22949,23170,2),(22951,34,4318),(22951,35,3256),(22951,36,1),(22951,23130,1),(22951,23132,2),(22951,23140,2),(22951,23142,2),(22951,23172,2),(22953,35,658),(22953,36,2),(22953,37,4),(22953,38,1),(22953,39,4),(22953,23128,1),(22953,23129,2),(22953,23138,2),(22953,23139,3),(22953,23168,1),(22953,23169,1),(22961,34,204),(22961,35,17),(22961,38,1),(22963,34,164),(22963,35,17),(22963,37,3),(22965,34,69),(22965,35,76),(22965,36,1),(22967,34,58),(22967,35,64),(22967,36,1),(22969,34,118),(22969,36,1),(22969,37,2),(22971,34,58),(22971,35,23),(22971,37,1),(22973,34,38),(22973,35,32),(22975,34,27),(22975,35,21),(22977,34,449),(22977,35,417),(22977,36,7),(22979,34,526),(22979,35,133),(22979,36,2),(22979,37,11),(22981,34,257),(22981,35,300),(22981,36,4),(22983,34,450),(22983,36,32),(22983,38,1),(22985,34,412),(22985,35,2),(22985,36,3),(22985,37,3),(22985,38,1),(22987,34,136),(22987,35,166),(22987,36,2),(22989,34,224),(22989,35,3),(22989,36,23),(22991,34,164),(22991,35,17),(22991,37,3),(22993,34,1778),(22993,35,127),(22993,36,89),(22993,37,29),(22995,34,1529),(22995,36,89),(22995,37,23),(22997,34,1236),(22997,35,223),(22997,36,110),(22999,34,1040),(22999,35,156),(22999,36,104),(23001,34,458),(23001,35,580),(23003,34,511),(23003,35,428),(23005,34,520),(23005,35,100),(23005,36,2),(23005,37,2),(23005,38,2),(23007,34,249),(23007,35,198),(23007,37,1),(23009,34,204),(23009,35,17),(23009,38,1),(23011,34,164),(23011,35,17),(23011,37,3),(23013,34,69),(23013,35,76),(23013,36,1),(23015,34,58),(23015,35,64),(23015,36,1),(23017,34,118),(23017,36,1),(23017,37,2),(23019,34,58),(23019,35,23),(23019,37,1),(23021,34,38),(23021,35,32),(23023,34,27),(23023,35,21),(23025,34,449),(23025,35,417),(23025,36,7),(23027,34,526),(23027,35,133),(23027,36,2),(23027,37,11),(23029,34,257),(23029,35,300),(23029,36,4),(23031,34,450),(23031,36,32),(23031,38,1),(23033,34,412),(23033,35,2),(23033,36,3),(23033,37,3),(23033,38,1),(23035,34,136),(23035,35,166),(23035,36,2),(23037,34,224),(23037,35,3),(23037,36,23),(23039,34,164),(23039,35,17),(23039,37,3),(23041,34,1529),(23041,36,89),(23041,37,23),(23043,34,1236),(23043,35,223),(23043,36,110),(23045,34,1040),(23045,35,156),(23045,36,104),(23047,34,458),(23047,35,580),(23049,34,511),(23049,35,428),(23051,34,520),(23051,35,100),(23051,36,2),(23051,37,2),(23051,38,2),(23053,34,249),(23053,35,198),(23053,37,1),(23055,34,149923),(23055,35,33533),(23055,36,14200),(23055,37,3575),(23055,38,743),(23055,39,214),(23055,40,370),(23057,34,101689),(23057,35,43945),(23057,36,13605),(23057,37,4451),(23057,38,848),(23057,39,156),(23057,40,349),(23059,34,139904),(23059,35,37022),(23059,36,12304),(23059,37,5757),(23059,38,862),(23059,39,169),(23059,40,330),(23061,34,163766),(23061,35,38916),(23061,36,14008),(23061,37,3578),(23061,38,798),(23061,39,172),(23061,40,377),(23071,35,4),(23071,37,3),(23071,38,3),(23071,39,1),(23073,34,2),(23073,35,6),(23073,36,4),(23073,37,2),(23073,38,2),(23073,39,1),(23075,34,2),(23075,36,11),(23075,37,1),(23075,39,1),(23077,34,2),(23077,35,3),(23077,36,2),(23077,37,12),(23079,34,3),(23079,35,1),(23079,36,2),(23079,37,10),(23081,34,4),(23081,36,3),(23081,37,8),(23083,34,4),(23083,35,1),(23083,36,2),(23083,37,3),(23083,38,3),(23085,35,8),(23085,37,3),(23085,38,1),(23085,39,1),(23089,34,36),(23089,36,18),(23089,38,1),(23089,39,3),(23089,40,4),(23091,35,3),(23091,36,46),(23091,37,3),(23091,38,1),(23091,39,4),(23091,40,3),(23093,34,40),(23093,36,12),(23093,38,18),(23093,40,2),(23095,35,8),(23095,36,3),(23095,37,53),(23095,38,1),(23095,40,1),(23097,35,4),(23097,36,33),(23097,37,27),(23097,40,1),(23099,35,2),(23099,36,62),(23099,40,1),(23101,36,59),(23101,37,3),(23101,38,3),(23101,40,2),(23103,34,27),(23103,36,13),(23103,37,3),(23103,38,19),(23103,39,2),(23103,40,2),(23105,35,36),(23105,36,4),(23105,37,24),(23105,38,3),(23105,39,14),(23105,40,50),(23107,35,51),(23107,36,2),(23107,37,3),(23107,38,20),(23107,39,7),(23107,40,44),(23109,35,2),(23109,36,67),(23109,37,20),(23109,38,4),(23109,39,17),(23109,40,29),(23111,35,104),(23111,37,2),(23111,38,3),(23111,39,4),(23111,40,19),(23113,35,57),(23113,36,54),(23113,37,3),(23113,38,3),(23113,39,3),(23113,40,16),(23115,35,9),(23115,36,110),(23115,37,4),(23115,38,4),(23115,39,2),(23115,40,12),(23117,36,87),(23117,37,3),(23117,38,1),(23117,39,9),(23117,40,24),(23119,34,13),(23119,35,6),(23119,36,6),(23119,37,47),(23119,38,17),(23119,39,9),(23119,40,37),(23414,34,896),(23414,35,3),(23414,36,112),(23414,37,1),(23414,23128,2),(23414,23138,2),(23414,23168,1),(23416,34,896),(23416,35,3),(23416,36,112),(23416,37,1),(23416,23130,3),(23416,23132,1),(23416,23138,1),(23416,23139,1),(23416,23140,1),(23416,23141,1),(23416,23142,1),(23416,23172,1),(23418,34,1062),(23418,35,2),(23418,36,53),(23418,38,3),(23418,23128,2),(23418,23129,2),(23418,23138,2),(23418,23139,1),(23418,23168,1),(23418,23169,1),(23473,34,5947),(23473,35,729),(23473,37,47),(23473,38,27),(23473,39,18),(23506,34,258),(23506,35,4964),(23506,38,2),(23506,40,8),(23510,34,8516),(23510,36,627),(23510,37,9),(23510,38,2),(23510,39,8),(23510,40,4),(23512,34,7120),(23512,35,896),(23512,37,73),(23512,38,9),(23512,39,8),(23523,34,10973),(23523,35,830),(23523,36,299),(23523,37,450),(23523,38,30),(23525,34,516),(23525,35,9929),(23525,38,4),(23525,40,18),(23527,34,5556),(23527,35,2222),(23527,36,61),(23527,37,2),(23527,38,2),(23527,39,112),(23527,40,22),(23533,34,444),(23533,35,111),(23533,40,2),(23536,34,7120),(23536,35,896),(23536,37,73),(23536,38,9),(23536,39,8),(23559,34,516),(23559,35,9929),(23559,38,4),(23559,40,18),(23561,34,516),(23561,35,9929),(23561,38,4),(23561,40,18),(23563,34,516),(23563,35,9929),(23563,38,4),(23563,40,18),(23659,34,471),(23659,36,4),(23659,38,2),(23668,37,2),(23668,38,6),(23669,37,2),(23669,38,6),(23674,34,2010803),(23674,35,1043243),(23674,36,569903),(23674,37,211913),(23674,38,363647),(23674,39,37638),(23674,40,54708),(23680,37,2),(23680,38,6),(23702,34,3133),(23702,35,160),(23702,36,154),(23702,37,1),(23702,38,8),(23702,39,2),(23705,34,2631),(23705,35,542),(23705,36,113),(23705,39,4),(23707,34,538),(23707,35,69),(23707,37,4),(23707,38,2),(23709,34,2747),(23709,35,208),(23709,36,76),(23709,37,116),(23709,38,7),(23711,34,378),(23711,35,62),(23711,36,23),(23711,37,19),(23711,38,2),(23713,34,3413),(23713,35,2),(23713,36,224),(23713,37,11),(23713,39,4),(23715,34,509),(23715,35,7),(23715,37,4),(23715,38,2),(23717,34,2747),(23717,35,208),(23717,36,76),(23717,37,116),(23717,38,7),(23719,34,378),(23719,35,62),(23719,36,23),(23719,37,19),(23719,38,2),(23721,34,2724),(23721,35,300),(23721,36,187),(23721,37,4),(23721,38,4),(23723,34,951),(23723,35,7),(23723,36,7),(23723,38,4),(23725,34,3133),(23725,35,160),(23725,36,154),(23725,37,1),(23725,38,8),(23725,39,2),(23727,34,471),(23727,36,4),(23727,38,2),(23729,34,2724),(23729,35,300),(23729,36,187),(23729,37,4),(23729,38,4),(23731,34,951),(23731,35,7),(23731,36,7),(23731,38,4),(23734,38,60000),(23735,34,4143618),(23735,35,1012707),(23735,36,334889),(23735,37,58698),(23735,38,17342),(23735,39,4934),(23735,40,4378),(23757,21009,7),(23757,21013,16),(23757,21017,21),(23757,21019,5),(23757,21021,11),(23757,21023,5),(23757,21025,8),(23757,21029,55),(23757,21035,5),(23757,21037,6),(23757,24558,16),(23757,24560,8),(23759,34,258),(23759,35,4964),(23759,38,2),(23759,40,8),(23773,21009,556),(23773,21011,556),(23773,21013,222),(23773,21017,333),(23773,21019,333),(23773,21021,444),(23773,21023,444),(23773,21025,556),(23773,21035,222),(23773,21037,222),(23773,24545,556),(23773,24547,556),(23773,24556,556),(23773,24558,556),(23773,24560,556),(23783,34,751),(23783,35,226),(23783,36,311),(23783,37,43),(23783,38,2),(23783,39,2),(23783,23133,1),(23783,23143,2),(23783,23173,1),(23785,34,18938),(23785,35,18012),(23785,36,13619),(23785,37,877),(23785,39,2),(23785,40,12),(23785,23133,6),(23785,23135,1),(23785,23137,2),(23785,23145,2),(23785,23147,4),(23785,23175,3),(23785,23177,2),(23787,34,5244),(23787,35,3160),(23787,36,842),(23787,38,20),(23787,39,6),(23787,40,2),(23787,23133,1),(23787,23135,1),(23787,23143,2),(23787,23145,1),(23787,23175,2),(23789,34,10591),(23789,35,6983),(23789,36,2503),(23789,37,1),(23789,39,12),(23789,40,2),(23789,23133,2),(23789,23134,1),(23789,23135,2),(23789,23143,2),(23789,23145,1),(23789,23175,3),(23791,34,1982),(23791,35,98),(23791,36,181),(23791,38,1),(23793,34,12218),(23793,35,11594),(23793,36,8360),(23793,37,231),(23793,38,6),(23793,40,6),(23793,23133,3),(23793,23135,1),(23793,23137,1),(23793,23145,1),(23793,23147,1),(23793,23175,1),(23793,23177,1),(23795,34,858),(23795,35,288),(23795,40,4),(23795,23133,2),(23795,23143,1),(23795,23173,2),(23797,34,2271),(23797,35,1063),(23797,36,906),(23797,37,1),(23797,38,4),(23797,23133,3),(23797,23135,2),(23797,23145,2),(23797,23175,2),(23799,34,4662),(23799,35,1857),(23799,36,1027),(23799,37,44),(23799,38,51),(23799,23133,2),(23799,23135,1),(23799,23137,1),(23799,23145,2),(23799,23147,1),(23799,23175,3),(23799,23177,1),(23801,34,684),(23801,35,427),(23801,36,153),(23801,37,2),(23801,38,2),(23801,23134,1),(23801,23144,1),(23801,23174,1),(23803,34,1338),(23803,35,1058),(23803,36,493),(23803,37,2),(23803,38,1),(23803,23134,2),(23803,23143,2),(23803,23145,3),(23803,23174,2),(23805,34,4574),(23805,35,1734),(23805,36,1307),(23805,39,4),(23805,23133,1),(23805,23134,4),(23805,23136,2),(23805,23144,1),(23805,23146,2),(23805,23174,2),(23805,23176,1),(23807,34,277),(23807,38,6),(23807,40,2),(23807,23134,2),(23807,23174,2),(23809,34,242),(23809,35,148),(23809,36,569),(23809,39,2),(23809,40,2),(23809,23134,2),(23809,23136,1),(23809,23144,1),(23809,23146,1),(23809,23174,1),(23809,23176,1),(23811,34,1677),(23811,35,561),(23811,36,488),(23811,37,404),(23811,38,6),(23811,23134,2),(23811,23136,2),(23811,23144,2),(23811,23146,1),(23811,23174,2),(23811,23176,2),(23813,34,763),(23813,35,321),(23813,36,412),(23813,40,2),(23813,23149,3),(23813,23159,2),(23815,34,520),(23815,35,39),(23815,36,198),(23815,37,96),(23815,39,2),(23815,40,2),(23815,23149,1),(23815,23158,1),(23817,34,1484),(23817,35,211),(23817,36,397),(23817,37,198),(23817,39,40),(23817,40,6),(23817,23149,3),(23817,23159,1),(23817,23161,1),(23819,34,1486),(23819,35,1486),(23819,36,1486),(23819,37,1486),(23819,39,100),(23819,40,48),(23819,23149,2),(23819,23151,1),(23819,23152,1),(23819,23159,2),(23819,23161,1),(23821,34,2093),(23821,35,1532),(23821,36,22),(23821,37,138),(23821,40,2),(23821,23149,1),(23821,23158,1),(23824,34,4547),(23824,35,3208),(23824,36,274),(23824,37,592),(23824,40,24),(23824,23149,3),(23824,23158,1),(23824,23159,3),(23824,23161,1),(23829,34,12169),(23829,35,6778),(23829,36,1099),(23829,37,3276),(23829,40,138),(23829,23149,1),(23829,23151,2),(23829,23159,2),(23829,23161,1),(23834,34,1742),(23834,35,6),(23834,36,78),(23834,37,13),(23834,39,2),(23834,23148,1),(23834,23158,2),(23836,34,1556),(23836,35,1158),(23836,36,3),(23836,37,7),(23836,23148,2),(23836,23158,3),(23838,34,2200),(23838,35,809),(23838,36,21),(23838,37,4),(23838,39,4),(23838,23148,2),(23838,23158,2),(23840,34,4529),(23840,35,1643),(23840,36,2413),(23840,38,1),(23840,23150,1),(23840,23160,1),(23842,34,9089),(23842,35,2786),(23842,36,2827),(23842,37,14),(23842,38,1),(23842,23148,1),(23842,23149,1),(23842,23150,2),(23842,23160,3),(23844,34,9133),(23844,35,2981),(23844,36,3599),(23844,37,2),(23844,38,18),(23844,23150,3),(23844,23160,2),(23846,34,68307),(23846,35,17839),(23846,36,7197),(23846,37,1951),(23846,38,234),(23846,39,12),(23846,40,26),(23846,23152,2),(23846,23162,2),(23848,34,91067),(23848,35,23527),(23848,36,8613),(23848,37,2294),(23848,38,324),(23848,39,18),(23848,40,52),(23848,23152,1),(23848,23162,1),(23850,34,113880),(23850,35,29214),(23850,36,9747),(23850,37,2650),(23850,38,411),(23850,39,42),(23850,40,74),(23850,23152,3),(23850,23162,3),(23852,34,7396),(23852,35,967),(23852,38,3),(23852,40,2),(23852,23135,1),(23852,23145,1),(23852,23175,1),(23854,34,7396),(23854,35,967),(23854,38,3),(23854,40,2),(23854,23133,1),(23854,23135,3),(23854,23144,1),(23854,23145,2),(23854,23175,3),(23856,34,18489),(23856,35,2417),(23856,38,8),(23856,40,6),(23856,23137,2),(23856,23147,2),(23856,23177,2),(23864,34,7884),(23864,35,5283),(23864,36,17),(23864,39,4),(23864,40,2),(23864,23148,1),(23864,23158,1),(23866,34,22764),(23866,35,18344),(23866,36,28),(23866,39,6),(23866,23149,1),(23866,23150,1),(23866,23160,2),(23868,34,46329),(23868,35,36498),(23868,38,3),(23868,39,4),(23868,40,2),(23868,23152,2),(23868,23162,2),(23874,37,20),(23874,39,5),(23883,23882,1),(23883,24289,11),(23894,34,507),(23894,35,51),(23894,36,73),(23894,37,7),(23894,23134,1),(23894,23143,1),(23894,23144,1),(23894,23174,2),(23896,34,1116),(23896,35,861),(23896,38,3),(23896,23134,2),(23896,23144,1),(23896,23147,1),(23896,23174,2),(23898,34,516),(23898,35,67),(23898,36,2),(23898,37,73),(23898,23136,2),(23898,23146,2),(23898,23176,2),(23900,34,676),(23900,36,318),(23900,37,2),(23900,39,6),(23900,40,2),(23900,23149,1),(23900,23158,2),(23902,34,676),(23902,36,318),(23902,37,2),(23902,39,6),(23902,40,2),(23902,23149,1),(23902,23151,3),(23902,23152,1),(23902,23158,2),(23902,23161,2),(23911,21009,7),(23911,21013,16),(23911,21017,15),(23911,21019,5),(23911,21021,10),(23911,21023,8),(23911,21025,8),(23911,21029,59),(23911,21035,7),(23911,21037,5),(23911,24558,16),(23911,24560,8),(23913,21009,139),(23913,21013,139),(23913,21017,167),(23913,21019,139),(23913,21021,111),(23913,21023,83),(23913,21025,222),(23913,21029,694),(23913,21035,139),(23913,21037,222),(23913,24558,222),(23913,24560,222),(23915,21009,7),(23915,21013,16),(23915,21017,5),(23915,21019,5),(23915,21021,5),(23915,21023,21),(23915,21025,8),(23915,21029,55),(23915,21035,11),(23915,21037,5),(23915,24558,16),(23915,24560,8),(23917,21009,56),(23917,21013,222),(23917,21017,56),(23917,21019,83),(23917,21021,56),(23917,21023,222),(23917,21025,222),(23917,21029,417),(23917,21035,222),(23917,21037,111),(23917,24558,222),(23917,24560,222),(23919,21009,111),(23919,21013,28),(23919,21017,222),(23919,21019,222),(23919,21021,222),(23919,21023,56),(23919,21025,222),(23919,21029,500),(23919,21035,28),(23919,21037,167),(23919,24558,222),(23919,24560,222),(23953,34,3548556),(23953,35,1666763),(23953,36,649867),(23953,37,510933),(23953,38,608112),(23953,39,109080),(23953,40,99240),(24283,34,2284920),(24283,35,584224),(24283,36,329284),(24283,37,39398),(24283,38,10421),(24283,39,4892),(24283,40,2203),(24285,37,2),(24285,38,6),(24305,34,32210),(24305,35,23079),(24305,36,10056),(24305,37,1667),(24305,38,1462),(24305,40,528),(24305,3687,8),(24305,3689,8),(24305,11399,23),(24305,11541,5),(24305,11689,3),(24343,38,1),(24343,39,1),(24343,40,1),(24344,38,1),(24344,39,1),(24344,40,1),(24345,38,1),(24345,39,1),(24345,40,1),(24346,38,1),(24346,39,1),(24346,40,1),(24347,38,1),(24347,39,1),(24347,40,1),(24348,34,27778),(24348,35,12222),(24348,36,10000),(24348,37,2778),(24348,38,389),(24348,39,164),(24348,40,88),(24395,34,13333),(24395,35,14444),(24395,36,61),(24395,37,2),(24395,38,2),(24395,40,2),(24417,34,13333),(24417,35,14444),(24417,36,61),(24417,37,2),(24417,38,2),(24417,40,2),(24417,9840,12),(24417,11399,5),(24417,11688,12),(24427,34,5556),(24427,35,2222),(24427,36,61),(24427,37,2),(24427,38,2),(24427,39,112),(24427,40,22),(24427,9840,12),(24427,11399,5),(24427,11688,12),(24438,34,444),(24438,35,111),(24438,40,2),(24438,9840,12),(24438,11399,5),(24438,11688,12),(24443,35,23700),(24443,36,574),(24443,38,87),(24443,40,34),(24443,9838,3),(24443,11399,5),(24443,11558,6),(24445,34,16667),(24445,35,11111),(24468,34,1667),(24468,35,1333),(24468,36,667),(24468,37,82),(24468,38,36),(24471,9830,6),(24471,11399,1),(24471,11693,1),(24471,16671,45),(24471,16680,5),(24473,9830,6),(24473,11399,1),(24473,11692,1),(24473,16673,45),(24473,16680,5),(24475,9830,6),(24475,11399,1),(24475,11695,1),(24475,16670,45),(24475,16680,5),(24477,9830,6),(24477,11399,1),(24477,11693,1),(24477,16671,45),(24477,16680,5),(24478,9830,6),(24478,11399,1),(24478,11692,1),(24478,16673,45),(24478,16680,5),(24479,9830,6),(24479,11399,1),(24479,11695,1),(24479,16670,45),(24479,16680,5),(24483,21009,7),(24483,21013,16),(24483,21017,8),(24483,21019,5),(24483,21021,7),(24483,21023,15),(24483,21025,8),(24483,21029,59),(24483,21035,10),(24483,21037,5),(24483,24558,16),(24483,24560,8),(24485,38,1),(24485,39,1),(24485,40,1),(24486,9830,12),(24486,11399,1),(24486,11695,3),(24486,16680,12),(24488,9830,12),(24488,11399,1),(24488,11692,3),(24488,16680,12),(24490,9830,12),(24490,11399,1),(24490,11694,3),(24490,16680,12),(24492,9830,12),(24492,11399,1),(24492,11693,3),(24492,16680,12),(24493,9830,12),(24493,11399,1),(24493,11694,3),(24493,16680,12),(24494,9830,12),(24494,11399,1),(24494,11695,3),(24494,16680,12),(24495,9830,12),(24495,11399,1),(24495,11693,3),(24495,16680,12),(24497,9830,12),(24497,11399,1),(24497,11692,3),(24497,16680,12),(24499,9830,12),(24499,11399,1),(24499,11695,3),(24499,16680,12),(24501,9830,12),(24501,11399,1),(24501,11693,3),(24501,16680,12),(24503,9830,12),(24503,11399,1),(24503,11692,3),(24503,16680,12),(24505,9830,12),(24505,11399,1),(24505,11694,3),(24505,16680,12),(24507,9830,126),(24507,11399,8),(24507,11692,14),(24507,16680,18),(24509,9830,126),(24509,11399,8),(24509,11694,14),(24509,16680,18),(24511,9830,126),(24511,11399,8),(24511,11695,14),(24511,16680,18),(24513,9830,126),(24513,11399,8),(24513,11693,14),(24513,16680,18),(24515,9830,126),(24515,11399,8),(24515,11695,14),(24515,16680,18),(24517,9830,126),(24517,11399,8),(24517,11694,14),(24517,16680,18),(24519,9830,437),(24519,11399,30),(24519,11692,30),(24519,16680,132),(24521,9830,437),(24521,11399,30),(24521,11693,30),(24521,16680,132),(24523,9830,437),(24523,11399,30),(24523,11694,30),(24523,16680,132),(24525,9830,437),(24525,11399,30),(24525,11695,30),(24525,16680,132),(24527,9830,437),(24527,11399,30),(24527,11694,30),(24527,16680,132),(24529,9830,437),(24529,11399,30),(24529,11693,30),(24529,16680,132),(24531,9830,129),(24531,11399,15),(24531,11692,14),(24531,16680,59),(24533,9830,129),(24533,11399,15),(24533,11693,14),(24533,16680,59),(24535,9830,129),(24535,11399,15),(24535,11694,14),(24535,16680,59),(24537,9830,129),(24537,11399,15),(24537,11692,14),(24537,16680,59),(24539,9830,129),(24539,11399,15),(24539,11694,14),(24539,16680,59),(24541,9830,129),(24541,11399,15),(24541,11693,14),(24541,16680,59),(24545,34,1121659),(24545,35,278776),(24545,36,75379),(24545,37,17669),(24545,38,4176),(24545,39,1488),(24545,40,1134),(24547,34,640393),(24547,35,139591),(24547,36,48471),(24547,37,8888),(24547,38,2612),(24547,39,1082),(24547,40,444),(24550,34,1774277),(24550,35,1250072),(24550,36,487400),(24550,37,255467),(24550,38,325036),(24550,39,41560),(24550,40,49620),(24552,34,1344126),(24552,35,1173084),(24552,36,654653),(24552,37,184989),(24552,38,399939),(24552,39,36846),(24552,40,42928),(24554,34,1810940),(24554,35,1166207),(24554,36,395432),(24554,37,252423),(24554,38,297654),(24554,39,37758),(24554,40,51658),(24556,34,841877),(24556,35,207776),(24556,36,61980),(24556,37,11132),(24556,38,3317),(24556,39,1108),(24556,40,572),(24558,34,576759),(24558,35,189942),(24558,36,53312),(24558,37,9010),(24558,38,2461),(24558,39,914),(24558,40,416),(24560,34,583442),(24560,35,145664),(24560,36,51297),(24560,37,9321),(24560,38,2678),(24560,39,938),(24560,40,436),(24567,2867,11),(24567,2868,7),(24567,2869,16),(24567,2870,16),(24567,2871,11),(24567,2872,11),(24567,2875,16),(24567,2876,7),(24567,21037,4),(24569,34,1774278),(24569,35,416691),(24569,36,162467),(24569,37,26658),(24569,38,8028),(24569,39,2556),(24569,40,1140),(24574,2867,11),(24574,2868,7),(24574,2869,16),(24574,2870,16),(24574,2871,11),(24574,2872,11),(24574,2875,16),(24574,2876,7),(24574,21037,4),(24575,2867,202),(24575,2868,142),(24575,2869,304),(24575,2870,304),(24575,2871,202),(24575,2872,202),(24575,2875,304),(24575,2876,142),(24575,21037,80),(24581,34,1000),(24620,34,111111),(24620,35,27778),(24620,36,10000),(24620,37,2778),(24620,38,389),(24620,39,44),(24620,40,88),(24622,34,111111),(24622,35,27778),(24622,36,10000),(24622,37,2778),(24622,38,389),(24622,39,44),(24622,40,88),(24632,38,1),(24632,39,1),(24632,40,1),(24636,38,2),(24636,39,2),(24636,40,2),(24637,38,2),(24637,39,2),(24637,40,2),(24638,38,2),(24638,39,2),(24638,40,2),(24639,38,2),(24639,39,2),(24639,40,2),(24640,38,1),(24640,39,1),(24640,40,1),(24641,38,2),(24641,39,2),(24641,40,2),(24642,38,2),(24642,39,2),(24642,40,2),(24644,34,149936),(24644,35,82482),(24644,36,13778),(24644,37,9944),(24644,38,6056),(24644,39,11800),(24644,40,3018),(24646,2867,56),(24646,2868,39),(24646,2869,83),(24646,2870,83),(24646,2871,56),(24646,2872,56),(24646,2875,83),(24646,2876,39),(24646,21037,22),(24652,40,100),(24653,2867,11),(24653,2868,7),(24653,2869,16),(24653,2870,16),(24653,2871,11),(24653,2872,11),(24653,2875,16),(24653,2876,7),(24653,21037,2),(24654,2867,11),(24654,2868,7),(24654,2869,16),(24654,2870,16),(24654,2871,11),(24654,2872,11),(24654,2875,16),(24654,2876,7),(24654,21037,4),(24655,2867,11),(24655,2868,7),(24655,2869,16),(24655,2870,16),(24655,2871,11),(24655,2872,11),(24655,2875,16),(24655,2876,7),(24655,21037,4),(24656,2867,11),(24656,2868,7),(24656,2869,16),(24656,2870,16),(24656,2871,11),(24656,2872,11),(24656,2875,16),(24656,2876,7),(24656,21037,20),(24657,2867,11),(24657,2868,7),(24657,2869,16),(24657,2870,16),(24657,2871,11),(24657,2872,11),(24657,2875,16),(24657,2876,7),(24657,21037,7),(24658,34,202020),(24658,38,404),(24658,39,404),(24658,40,204),(24658,2867,2),(24658,2869,2),(24658,2876,2),(24659,34,202020),(24659,38,404),(24659,39,404),(24659,40,204),(24659,2867,2),(24659,2869,2),(24659,2876,2),(24660,34,202020),(24660,38,404),(24660,39,404),(24660,40,204),(24660,2867,2),(24660,2869,2),(24660,2870,2),(24660,2876,2),(24663,38,2),(24663,39,2),(24663,40,2),(24669,38,2),(24669,39,2),(24669,40,2),(24684,34,101011),(24684,38,202),(24684,40,404),(24684,2867,4),(24684,2868,2),(24684,2869,7),(24684,2870,4),(24684,2871,2),(24684,2876,2),(24688,34,12980667),(24688,35,3296000),(24688,36,736778),(24688,37,175589),(24688,38,50500),(24688,39,25734),(24688,40,6288),(24690,34,13130556),(24690,35,3282889),(24690,36,789333),(24690,37,204967),(24690,38,51267),(24690,39,25200),(24690,40,6512),(24692,34,13870333),(24692,35,3466778),(24692,36,793889),(24692,37,216500),(24692,38,54200),(24692,39,16866),(24692,40,7466),(24694,34,12977222),(24694,35,2758000),(24694,36,711889),(24694,37,172289),(24694,38,50800),(24694,39,21800),(24694,40,4712),(24696,34,3888889),(24696,35,833333),(24696,36,205556),(24696,37,33333),(24696,39,6666),(24696,40,2666),(24698,34,2777778),(24698,35,680078),(24698,36,188889),(24698,37,20000),(24698,38,16667),(24698,39,8006),(24698,40,1888),(24700,34,3166667),(24700,35,711111),(24700,36,233333),(24700,38,14444),(24700,39,5556),(24700,40,2666),(24702,34,3000000),(24702,35,755556),(24702,36,211111),(24702,37,55556),(24702,39,7112),(24702,40,2888),(25236,25268,1),(25239,37,2),(25239,38,6),(25266,34,23402),(25266,35,15333),(25266,36,6699),(25266,38,1507),(25266,40,482),(25270,34,101011),(25270,38,404),(25270,40,204),(25270,2870,5),(25270,2871,5),(25271,34,101011),(25271,38,404),(25271,40,204),(25271,2870,2),(25271,2871,2),(25280,34,55556),(25280,38,222),(25280,40,112),(25280,2870,4),(25280,2871,4),(25305,2868,5),(25305,2869,13),(25305,2870,7),(25305,2871,7),(25305,2872,7),(25305,2875,15),(25305,2876,7),(25305,21037,2),(25349,40,8),(25349,25344,11),(25540,34,93611),(25540,35,30667),(25540,36,7656),(25540,38,711),(25540,40,168),(25542,34,93611),(25542,35,30667),(25542,36,7656),(25542,38,711),(25542,40,168),(25545,38,2),(25545,39,2),(25545,40,2),(25546,38,2),(25546,39,2),(25546,40,2),(25547,38,2),(25547,39,2),(25547,40,2),(25548,38,2),(25548,39,2),(25548,40,2),(25553,21592,18),(25553,21593,11),(25553,21594,6),(25553,21595,2),(25553,21596,1),(25554,23158,18),(25554,23159,11),(25554,23160,6),(25554,23161,2),(25554,23162,1),(25555,21587,18),(25555,21588,11),(25555,21589,6),(25555,21590,2),(25555,21591,1),(25556,23163,18),(25556,23164,11),(25556,23165,6),(25556,23166,2),(25556,23167,1),(25561,34,676),(25561,36,318),(25561,37,2),(25561,39,6),(25561,40,2),(25563,34,676),(25563,36,318),(25563,37,2),(25563,39,6),(25563,40,2),(25563,9840,14),(25563,9842,20),(25563,11399,15),(25563,11534,3),(25563,11535,3),(25563,11536,3),(25563,11537,3),(25563,11541,5),(25565,34,608),(25565,36,286),(25565,37,2),(25565,39,3),(25565,40,1),(25567,34,608),(25567,36,286),(25567,37,2),(25567,39,3),(25567,40,1),(25569,34,608),(25569,36,286),(25569,37,2),(25569,39,3),(25569,40,1),(25571,34,608),(25571,36,286),(25571,37,2),(25571,39,3),(25571,40,1),(25707,34,83),(25707,35,906),(25707,38,6),(25707,39,2),(25707,40,8),(25709,34,83),(25709,35,906),(25709,38,6),(25709,39,2),(25709,40,8),(25711,34,83),(25711,35,906),(25711,38,6),(25711,39,2),(25711,40,8),(25713,34,83),(25713,35,906),(25713,38,6),(25713,39,2),(25713,40,8),(25715,34,3258),(25715,35,2926),(25715,38,7),(25715,39,4),(25715,9848,6),(25715,11399,6),(25715,11540,3),(25736,25590,44),(25736,25601,83),(25736,25605,72),(25797,34,19),(25797,35,16),(25797,36,24),(25797,37,13),(25797,38,4),(25812,34,23402),(25812,35,15333),(25812,36,6699),(25812,38,1507),(25812,40,482),(25812,3689,23),(25812,11541,18),(25812,11689,18),(25821,34,101011),(25821,38,404),(25821,40,204),(25821,2870,2),(25821,2871,2),(25849,37,2),(25849,38,6),(25851,23158,178),(25851,23159,111),(25851,23160,56),(25851,23161,22),(25851,23162,11),(25853,21587,178),(25853,21588,111),(25853,21589,56),(25853,21590,22),(25853,21591,11),(25855,23163,178),(25855,23164,111),(25855,23165,56),(25855,23166,22),(25855,23167,11),(25857,21592,178),(25857,21593,111),(25857,21594,56),(25857,21595,22),(25857,21596,11),(25861,34,840),(25861,35,183),(25861,36,470),(25861,37,4),(25861,40,4),(25867,38,2),(25867,39,2),(25867,40,2),(25868,38,8),(25868,39,8),(25868,40,8),(25888,25590,44),(25888,25601,83),(25888,25605,72),(25890,25590,44),(25890,25601,83),(25890,25605,72),(25892,25590,44),(25892,25601,83),(25892,25605,72),(25894,25590,56),(25894,25601,83),(25894,25605,72),(25896,25590,67),(25896,25601,100),(25896,25605,89),(25898,25590,67),(25898,25601,100),(25898,25605,89),(25900,25590,67),(25900,25601,100),(25900,25605,89),(25902,25590,67),(25902,25601,100),(25902,25605,89),(25906,25589,22),(25906,25599,56),(25906,25601,67),(25908,25596,44),(25908,25599,72),(25908,25600,83),(25910,25596,44),(25910,25598,72),(25910,25600,83),(25912,25596,44),(25912,25599,72),(25912,25600,83),(25914,25596,89),(25914,25599,72),(25914,25600,83),(25916,25596,89),(25916,25598,111),(25916,25600,111),(25918,25596,94),(25918,25598,111),(25918,25600,111),(25920,25596,104),(25920,25598,117),(25920,25600,114),(25922,25596,116),(25922,25598,126),(25922,25600,121),(25924,25596,116),(25924,25598,134),(25924,25600,128),(25928,25597,78),(25928,25598,89),(25928,25604,33),(25930,25597,89),(25930,25598,111),(25930,25604,44),(25932,25597,89),(25932,25599,111),(25932,25604,44),(25934,25597,89),(25934,25599,111),(25934,25604,44),(25936,25597,67),(25936,25599,89),(25936,25601,100),(25948,25598,72),(25948,25600,83),(25948,25603,22),(25950,25594,44),(25950,25598,72),(25950,25601,83),(25952,25594,44),(25952,25598,72),(25952,25601,83),(25954,25598,167),(25954,25600,167),(25954,25603,56),(25956,25594,67),(25956,25598,261),(25956,25600,250),(25968,25592,22),(25968,25599,56),(25968,25601,56),(25970,25592,67),(25970,25599,89),(25970,25601,100),(25972,25592,67),(25972,25599,89),(25972,25601,100),(25974,25592,67),(25974,25599,89),(25974,25601,100),(25976,25592,89),(25976,25599,89),(25976,25601,111),(25978,25592,102),(25978,25599,89),(25978,25601,127),(25980,25592,116),(25980,25599,89),(25980,25601,138),(25996,25591,22),(25996,25599,56),(25996,25601,56),(25998,25591,67),(25998,25599,89),(25998,25601,100),(26000,25591,67),(26000,25599,89),(26000,25601,100),(26002,25591,67),(26002,25599,89),(26002,25601,100),(26004,25591,89),(26004,25599,89),(26004,25601,111),(26006,25591,102),(26006,25599,89),(26006,25601,127),(26008,25591,116),(26008,25599,89),(26008,25601,138),(26016,25588,44),(26016,25598,111),(26016,25600,111),(26018,25588,89),(26018,25598,111),(26018,25600,111),(26020,25588,44),(26020,25598,111),(26020,25600,111),(26022,25588,59),(26022,25598,111),(26022,25600,111),(26024,25588,59),(26024,25598,111),(26024,25600,111),(26026,25588,102),(26026,25598,89),(26026,25600,127),(26028,25588,67),(26028,25598,89),(26028,25600,100),(26030,25588,116),(26030,25598,89),(26030,25600,138),(26036,25593,20),(26036,25599,50),(26036,25601,50),(26038,25593,67),(26038,25599,89),(26038,25601,100),(26040,25593,67),(26040,25599,89),(26040,25601,100),(26042,25593,67),(26042,25599,89),(26042,25601,100),(26044,25593,80),(26044,25599,80),(26044,25601,100),(26046,25593,102),(26046,25599,89),(26046,25601,127),(26048,25593,116),(26048,25599,89),(26048,25601,138),(26056,25595,22),(26056,25598,56),(26056,25600,33),(26058,25599,89),(26058,25600,100),(26058,25602,33),(26060,25599,89),(26060,25600,100),(26060,25602,33),(26062,25595,67),(26062,25598,72),(26062,25601,83),(26064,25595,67),(26064,25598,89),(26064,25601,100),(26066,25599,79),(26066,25600,110),(26066,25602,70),(26068,25599,79),(26068,25600,117),(26068,25602,80),(26070,25595,111),(26070,25598,78),(26070,25601,124),(26072,25595,111),(26072,25598,76),(26072,25601,131),(26076,25589,44),(26076,25599,72),(26076,25601,83),(26078,25589,44),(26078,25599,72),(26078,25601,83),(26080,25589,44),(26080,25599,72),(26080,25601,83),(26082,25589,44),(26082,25599,72),(26082,25601,83),(26084,25598,111),(26084,25600,111),(26084,25606,44),(26086,25598,111),(26086,25600,111),(26086,25606,44),(26088,25598,111),(26088,25600,111),(26088,25606,44),(26090,25589,33),(26090,25599,78),(26090,25601,72),(26096,25597,89),(26096,25599,111),(26096,25600,111),(26100,25597,89),(26100,25599,111),(26100,25600,111),(26102,25597,89),(26102,25599,111),(26102,25600,111),(26104,25597,89),(26104,25599,56),(26104,25600,67),(26106,25597,44),(26106,25598,72),(26106,25601,83),(26108,25597,67),(26108,25599,89),(26108,25601,100),(26110,25597,67),(26110,25598,89),(26110,25601,100),(26112,25597,67),(26112,25599,89),(26112,25601,100),(26128,37,2),(26128,38,6),(26173,34,471),(26173,35,716),(26286,25609,12),(26286,25620,23),(26286,25624,20),(26288,25609,12),(26288,25620,23),(26288,25624,20),(26290,25609,12),(26290,25620,23),(26290,25624,20),(26292,25609,12),(26292,25620,23),(26292,25624,20),(26294,25609,18),(26294,25620,27),(26294,25624,24),(26296,25609,18),(26296,25620,27),(26296,25624,24),(26298,25609,18),(26298,25620,27),(26298,25624,24),(26300,25609,18),(26300,25620,27),(26300,25624,24),(26302,25609,15),(26302,25620,23),(26302,25624,20),(26304,25614,30),(26304,25617,21),(26304,25620,36),(26306,25614,6),(26306,25617,15),(26306,25619,9),(26308,25614,18),(26308,25617,20),(26308,25620,23),(26310,25618,24),(26310,25619,27),(26310,25621,9),(26312,25614,30),(26312,25617,21),(26312,25620,33),(26314,25614,18),(26314,25617,24),(26314,25620,27),(26318,25618,24),(26318,25619,27),(26318,25621,9),(26320,25618,21),(26320,25619,30),(26320,25621,20),(26322,25618,21),(26322,25619,32),(26322,25621,21),(26324,25615,12),(26324,25617,20),(26324,25619,23),(26326,25615,24),(26326,25617,30),(26326,25619,30),(26328,25615,26),(26328,25617,30),(26328,25619,30),(26330,25615,12),(26330,25617,20),(26330,25619,23),(26332,25615,12),(26332,25617,20),(26332,25619,23),(26334,25615,24),(26334,25617,20),(26334,25619,23),(26336,25615,32),(26336,25617,35),(26336,25619,33),(26338,25615,29),(26338,25617,32),(26338,25619,32),(26340,25615,32),(26340,25617,36),(26340,25619,35),(26342,25616,24),(26342,25617,30),(26342,25623,12),(26344,25616,21),(26344,25617,24),(26344,25623,9),(26346,25616,24),(26346,25617,30),(26346,25623,12),(26348,25616,24),(26348,25617,30),(26348,25623,12),(26350,25616,18),(26350,25617,24),(26350,25623,27),(26352,9842,24),(26352,25616,12),(26352,25617,20),(26352,25620,23),(26354,9842,24),(26354,25616,18),(26354,25617,24),(26354,25620,27),(26356,9842,24),(26356,25616,18),(26356,25618,24),(26356,25619,27),(26358,9842,24),(26358,25616,24),(26358,25618,30),(26358,25619,30),(26360,9842,24),(26360,25616,18),(26360,25618,24),(26360,25619,27),(26362,9842,24),(26362,25616,24),(26362,25618,15),(26362,25619,18),(26364,9842,24),(26364,25616,24),(26364,25618,30),(26364,25619,30),(26366,9842,24),(26366,25616,24),(26366,25618,30),(26366,25619,30),(26368,25613,12),(26368,25617,20),(26368,25620,23),(26370,25613,18),(26370,25617,71),(26370,25619,68),(26372,25613,12),(26372,25617,20),(26372,25620,23),(26374,25617,20),(26374,25619,23),(26374,25622,6),(26376,25617,45),(26376,25619,45),(26376,25622,15),(26378,25611,6),(26378,25618,15),(26378,25620,15),(26380,25611,27),(26380,25618,24),(26380,25620,35),(26382,25611,32),(26382,25618,24),(26382,25620,38),(26384,25611,24),(26384,25618,24),(26384,25620,30),(26386,25611,18),(26386,25618,24),(26386,25620,27),(26388,25611,18),(26388,25618,24),(26388,25620,27),(26390,25611,18),(26390,25618,24),(26390,25620,27),(26392,25610,6),(26392,25618,15),(26392,25620,15),(26394,25610,27),(26394,25618,24),(26394,25620,35),(26396,25610,32),(26396,25618,24),(26396,25620,38),(26398,25610,24),(26398,25618,24),(26398,25620,30),(26400,25610,18),(26400,25618,24),(26400,25620,27),(26402,25610,18),(26402,25618,24),(26402,25620,27),(26404,25610,18),(26404,25618,24),(26404,25620,27),(26406,25607,27),(26406,25617,24),(26406,25619,35),(26408,25607,24),(26408,25617,30),(26408,25619,30),(26410,25607,17),(26410,25617,30),(26410,25619,30),(26412,25607,18),(26412,25617,24),(26412,25619,27),(26414,25607,12),(26414,25617,30),(26414,25619,30),(26416,25607,12),(26416,25617,30),(26416,25619,30),(26418,25607,17),(26418,25617,30),(26418,25619,30),(26420,25607,32),(26420,25617,24),(26420,25619,38),(26422,25612,6),(26422,25618,15),(26422,25620,15),(26424,25612,32),(26424,25618,24),(26424,25620,38),(26426,25612,24),(26426,25618,24),(26426,25620,30),(26428,25612,18),(26428,25618,24),(26428,25620,27),(26430,25612,27),(26430,25618,24),(26430,25620,35),(26432,25612,18),(26432,25618,24),(26432,25620,27),(26434,25612,18),(26434,25618,24),(26434,25620,27),(26436,25608,12),(26436,25618,20),(26436,25620,23),(26438,25608,12),(26438,25618,20),(26438,25620,23),(26440,25608,12),(26440,25618,20),(26440,25620,23),(26442,25608,12),(26442,25618,20),(26442,25620,23),(26444,25608,6),(26444,25618,15),(26444,25620,18),(26446,25608,9),(26446,25618,21),(26446,25620,20),(26448,25617,30),(26448,25619,30),(26448,25625,12),(26450,25617,30),(26450,25619,30),(26450,25625,12),(26452,25617,30),(26452,25619,30),(26452,25625,12),(26597,21592,36),(26597,21593,22),(26597,21594,11),(26597,21595,4),(26597,21596,2),(26599,21587,36),(26599,21588,22),(26599,21589,11),(26599,21590,4),(26599,21591,2),(26601,23163,36),(26601,23164,22),(26601,23165,11),(26601,23166,4),(26601,23167,2),(26603,23158,36),(26603,23159,22),(26603,23160,11),(26603,23161,4),(26603,23162,2),(26713,34,1),(26713,36,1),(26713,37,1),(26840,34,7577632),(26840,35,1894802),(26840,36,474675),(26840,37,118519),(26840,38,29595),(26840,39,7060),(26840,40,2254),(26842,34,8419591),(26842,35,2105336),(26842,36,527417),(26842,37,131688),(26842,38,32883),(26842,39,15688),(26842,40,5008),(26849,34,279964),(26849,35,93031),(26849,36,51822),(26849,37,13618),(26849,38,3147),(26849,39,2844),(26849,40,712),(26849,11399,36),(26851,34,5),(26851,38,1),(26852,34,10),(26852,39,2),(26868,34,2),(26868,35,2),(26868,36,1),(26868,38,2),(26868,39,1),(26869,34,672),(26869,35,62),(26869,36,396),(26869,37,11),(26869,38,6),(26869,39,6),(26869,40,8),(26869,11399,4),(26888,34,279966),(26888,35,93031),(26888,36,51822),(26888,37,13618),(26888,38,3147),(26888,39,2844),(26888,40,712),(26888,3687,30),(26888,11399,62),(26888,11538,36),(26888,11550,39),(26888,11693,60),(26890,34,69991),(26890,35,23258),(26890,36,12956),(26890,37,3404),(26890,38,787),(26890,39,712),(26890,40,178),(26890,3687,23),(26890,11399,15),(26890,11538,24),(26890,11550,17),(26890,11693,35),(26892,34,17498),(26892,35,5814),(26892,36,3239),(26892,37,851),(26892,38,197),(26892,39,178),(26892,40,44),(26892,3687,15),(26892,11399,3),(26892,11538,15),(26892,11550,6),(26892,11693,20),(26912,34,896),(26912,35,3),(26912,36,112),(26912,37,1),(26912,9848,12),(26912,11399,1),(26912,11539,1),(26913,34,1506),(26913,35,924),(26913,36,108),(26913,9848,12),(26913,11399,5),(26913,11539,3),(26914,34,4318),(26914,35,3256),(26914,36,1),(26914,9848,12),(26914,11399,8),(26914,11539,6),(26925,25596,116),(26925,25598,134),(26925,25600,128),(26927,25596,156),(26927,25598,182),(26927,25600,173),(26929,25597,3),(26929,25599,4),(26929,25604,2),(26931,25616,1),(26931,25617,1),(26931,25623,1),(26960,25597,89),(26960,25599,111),(26960,25600,111),(26962,25597,120),(26962,25599,150),(26962,25600,150),(26964,25598,111),(26964,25600,111),(26964,25606,44),(26966,25598,150),(26966,25600,150),(26966,25606,60),(26983,34,840),(26983,35,183),(26983,36,470),(26983,37,4),(26983,40,4),(27021,27274,278),(27028,27029,500),(27038,27029,1111),(27064,25590,333),(27064,25601,500),(27064,25605,444),(27066,25609,90),(27066,25620,135),(27066,25624,120),(27068,25590,2),(27068,25601,3),(27068,25605,3),(27070,38,2),(27070,39,2),(27070,40,2),(27071,38,2),(27071,39,2),(27071,40,2),(27072,38,2),(27072,39,2),(27072,40,2),(27073,38,2),(27073,39,2),(27073,40,2),(27074,38,2),(27074,39,2),(27074,40,2),(27075,38,1),(27075,39,1),(27075,40,1),(27076,38,2),(27076,39,2),(27076,40,2),(27077,38,8),(27077,39,8),(27077,40,8),(27078,38,2),(27078,39,2),(27078,40,2),(27079,38,2),(27079,39,2),(27079,40,2),(27080,38,2),(27080,39,2),(27080,40,2),(27081,38,2),(27081,39,2),(27081,40,2),(27082,38,2),(27082,39,2),(27082,40,2),(27083,38,2),(27083,39,2),(27083,40,2),(27084,38,2),(27084,39,2),(27084,40,2),(27085,38,2),(27085,39,2),(27085,40,2),(27086,38,2),(27086,39,2),(27086,40,2),(27087,38,2),(27087,39,2),(27087,40,2),(27088,38,2),(27088,39,2),(27088,40,2),(27089,38,2),(27089,39,2),(27089,40,2),(27090,38,2),(27090,39,2),(27090,40,2),(27091,38,2),(27091,39,2),(27091,40,2),(27092,38,2),(27092,39,2),(27092,40,2),(27093,38,2),(27093,39,2),(27093,40,2),(27094,38,1),(27094,39,1),(27094,40,1),(27095,38,2),(27095,39,2),(27095,40,2),(27096,38,2),(27096,39,2),(27096,40,2),(27097,38,2),(27097,39,2),(27097,40,2),(27098,38,2),(27098,39,2),(27098,40,2),(27099,38,2),(27099,39,2),(27099,40,2),(27100,38,2),(27100,39,2),(27100,40,2),(27101,38,2),(27101,39,2),(27101,40,2),(27102,38,2),(27102,39,2),(27102,40,2),(27103,38,2),(27103,39,2),(27103,40,2),(27104,38,2),(27104,39,2),(27104,40,2),(27105,38,1),(27105,39,1),(27105,40,1),(27106,38,2),(27106,39,2),(27106,40,2),(27107,38,2),(27107,39,2),(27107,40,2),(27108,38,2),(27108,39,2),(27108,40,2),(27109,38,2),(27109,39,2),(27109,40,2),(27110,38,2),(27110,39,2),(27110,40,2),(27111,38,2),(27111,39,2),(27111,40,2),(27112,38,2),(27112,39,2),(27112,40,2),(27113,38,2),(27113,39,2),(27113,40,2),(27114,38,2),(27114,39,2),(27114,40,2),(27115,38,2),(27115,39,2),(27115,40,2),(27116,38,2),(27116,39,2),(27116,40,2),(27117,38,2),(27117,39,2),(27117,40,2),(27118,38,2),(27118,39,2),(27118,40,2),(27119,38,2),(27119,39,2),(27119,40,2),(27120,38,2),(27120,39,2),(27120,40,2),(27121,38,2),(27121,39,2),(27121,40,2),(27122,38,2),(27122,39,2),(27122,40,2),(27123,38,2),(27123,39,2),(27123,40,2),(27124,38,2),(27124,39,2),(27124,40,2),(27125,38,2),(27125,39,2),(27125,40,2),(27126,38,2),(27126,39,2),(27126,40,2),(27127,38,2),(27127,39,2),(27127,40,2),(27128,38,2),(27128,39,2),(27128,40,2),(27129,38,2),(27129,39,2),(27129,40,2),(27130,38,1),(27130,39,1),(27130,40,1),(27131,38,1),(27131,39,1),(27131,40,1),(27142,38,2),(27142,39,2),(27142,40,2),(27143,38,2),(27143,39,2),(27143,40,2),(27147,38,2),(27147,39,2),(27147,40,2),(27148,38,2),(27148,39,2),(27148,40,2),(27149,38,2),(27149,39,2),(27149,40,2),(27150,38,2),(27150,39,2),(27150,40,2),(27151,38,2),(27151,39,2),(27151,40,2),(27152,38,2),(27152,39,2),(27152,40,2),(27153,38,2),(27153,39,2),(27153,40,2),(27154,38,2),(27154,39,2),(27154,40,2),(27155,38,2),(27155,39,2),(27155,40,2),(27156,38,2),(27156,39,2),(27156,40,2),(27157,38,2),(27157,39,2),(27157,40,2),(27158,38,2),(27158,39,2),(27158,40,2),(27159,38,2),(27159,39,2),(27159,40,2),(27160,38,2),(27160,39,2),(27160,40,2),(27161,38,2),(27161,39,2),(27161,40,2),(27162,38,2),(27162,39,2),(27162,40,2),(27163,38,2),(27163,39,2),(27163,40,2),(27164,38,2),(27164,39,2),(27164,40,2),(27165,38,2),(27165,39,2),(27165,40,2),(27166,38,2),(27166,39,2),(27166,40,2),(27167,38,2),(27167,39,2),(27167,40,2),(27169,38,2),(27169,39,2),(27169,40,2),(27170,38,2),(27170,39,2),(27170,40,2),(27171,38,2),(27171,39,2),(27171,40,2),(27174,38,2),(27174,39,2),(27174,40,2),(27175,38,2),(27175,39,2),(27175,40,2),(27176,38,2),(27176,39,2),(27176,40,2),(27177,38,2),(27177,39,2),(27177,40,2),(27178,38,2),(27178,39,2),(27178,40,2),(27179,38,2),(27179,39,2),(27179,40,2),(27180,38,2),(27180,39,2),(27180,40,2),(27181,38,2),(27181,39,2),(27181,40,2),(27182,38,2),(27182,39,2),(27182,40,2),(27184,38,2),(27184,39,2),(27184,40,2),(27185,38,2),(27185,39,2),(27185,40,2),(27186,38,2),(27186,39,2),(27186,40,2),(27187,38,2),(27187,39,2),(27187,40,2),(27188,38,2),(27188,39,2),(27188,40,2),(27190,38,2),(27190,39,2),(27190,40,2),(27191,38,2),(27191,39,2),(27191,40,2),(27192,38,2),(27192,39,2),(27192,40,2),(27193,38,2),(27193,39,2),(27193,40,2),(27194,38,2),(27194,39,2),(27194,40,2),(27195,38,2),(27195,39,2),(27195,40,2),(27196,38,2),(27196,39,2),(27196,40,2),(27197,38,2),(27197,39,2),(27197,40,2),(27198,38,2),(27198,39,2),(27198,40,2),(27204,38,1),(27204,39,1),(27204,40,1),(27205,38,1),(27205,39,1),(27205,40,1),(27206,38,1),(27206,39,1),(27206,40,1),(27223,38,2),(27223,39,2),(27223,40,2),(27224,38,2),(27224,39,2),(27224,40,2),(27225,38,2),(27225,39,2),(27225,40,2),(27226,38,2),(27226,39,2),(27226,40,2),(27227,38,2),(27227,39,2),(27227,40,2),(27229,38,2),(27229,39,2),(27229,40,2),(27230,38,2),(27230,39,2),(27230,40,2),(27231,38,2),(27231,39,2),(27231,40,2),(27232,38,2),(27232,39,2),(27232,40,2),(27233,38,2),(27233,39,2),(27233,40,2),(27234,38,2),(27234,39,2),(27234,40,2),(27235,38,2),(27235,39,2),(27235,40,2),(27236,38,2),(27236,39,2),(27236,40,2),(27237,38,2),(27237,39,2),(27237,40,2),(27238,38,2),(27238,39,2),(27238,40,2),(27239,38,2),(27239,39,2),(27239,40,2),(27240,38,2),(27240,39,2),(27240,40,2),(27243,38,2),(27243,39,2),(27243,40,2),(27244,38,2),(27244,39,2),(27244,40,2),(27245,38,2),(27245,39,2),(27245,40,2),(27246,38,2),(27246,39,2),(27246,40,2),(27247,38,2),(27247,39,2),(27247,40,2),(27249,38,2),(27249,39,2),(27249,40,2),(27250,38,2),(27250,39,2),(27250,40,2),(27251,38,2),(27251,39,2),(27251,40,2),(27252,38,2),(27252,39,2),(27252,40,2),(27253,38,2),(27253,39,2),(27253,40,2),(27254,38,2),(27254,39,2),(27254,40,2),(27255,38,2),(27255,39,2),(27255,40,2),(27256,38,2),(27256,39,2),(27256,40,2),(27257,38,2),(27257,39,2),(27257,40,2),(27258,38,2),(27258,39,2),(27258,40,2),(27259,38,2),(27259,39,2),(27259,40,2),(27260,38,2),(27260,39,2),(27260,40,2),(27264,38,2),(27264,39,2),(27264,40,2),(27265,38,2),(27265,39,2),(27265,40,2),(27267,38,2),(27267,39,2),(27267,40,2),(27268,38,2),(27268,39,2),(27268,40,2),(27269,38,2),(27269,39,2),(27269,40,2),(27270,38,2),(27270,39,2),(27270,40,2),(27271,38,2),(27271,39,2),(27271,40,2),(27272,38,2),(27272,39,2),(27272,40,2),(27273,38,2),(27273,39,2),(27273,40,2),(27299,34,2778),(27301,34,2778),(27303,34,2778),(27305,34,2778),(27313,34,33),(27313,35,28),(27315,34,33),(27315,35,28),(27317,34,33),(27317,35,28),(27319,34,48),(27319,35,37),(27321,34,48),(27321,35,37),(27323,34,48),(27323,35,37),(27325,34,24),(27325,35,19),(27327,34,24),(27327,35,19),(27329,34,24),(27329,35,19),(27331,34,31),(27331,35,26),(27333,34,31),(27333,35,26),(27335,34,31),(27335,35,26),(27337,34,3924),(27337,35,356),(27337,36,28),(27337,40,3),(27339,34,3924),(27339,35,356),(27339,36,28),(27339,40,3),(27341,34,3924),(27341,35,356),(27341,36,28),(27341,40,3),(27343,34,1876),(27343,39,6),(27343,40,2),(27345,34,1876),(27345,39,6),(27345,40,2),(27347,34,1876),(27347,39,6),(27347,40,2),(27349,34,3989),(27349,35,2939),(27349,36,29),(27349,37,2),(27349,38,2),(27349,39,1),(27351,34,3989),(27351,35,2939),(27351,36,29),(27351,37,2),(27351,38,2),(27351,39,1),(27353,34,69),(27353,35,43),(27353,36,2),(27355,34,3989),(27355,35,2939),(27355,36,29),(27355,37,2),(27355,38,2),(27355,39,1),(27357,34,3729),(27357,35,833),(27357,39,7),(27359,34,3729),(27359,35,833),(27359,39,7),(27361,34,69),(27361,35,43),(27361,36,2),(27363,34,3729),(27363,35,833),(27363,39,7),(27365,34,69),(27365,35,43),(27365,36,2),(27367,34,58),(27367,35,72),(27369,34,58),(27369,35,72),(27371,34,58),(27371,35,72),(27373,34,3084),(27373,35,472),(27373,36,68),(27373,39,2),(27375,34,54),(27375,35,16),(27375,36,6),(27377,34,3084),(27377,35,472),(27377,36,68),(27377,39,2),(27379,34,54),(27379,35,16),(27379,36,6),(27381,34,54),(27381,35,16),(27381,36,6),(27383,34,150),(27383,35,18),(27383,36,12),(27385,34,150),(27385,35,18),(27385,36,12),(27387,34,150),(27387,35,18),(27387,36,12),(27389,34,3084),(27389,35,472),(27389,36,68),(27389,39,2),(27391,34,1867),(27391,35,144),(27391,36,17),(27391,38,2),(27391,39,2),(27393,34,351),(27393,35,119),(27393,38,1),(27395,34,1867),(27395,35,144),(27395,36,17),(27395,38,2),(27395,39,2),(27397,34,351),(27397,35,119),(27397,38,1),(27399,34,1867),(27399,35,144),(27399,36,17),(27399,38,2),(27399,39,2),(27401,34,351),(27401,35,119),(27401,38,1),(27403,34,716),(27403,35,2),(27403,36,6),(27403,38,3),(27405,34,716),(27405,35,2),(27405,36,6),(27405,38,3),(27407,34,716),(27407,35,2),(27407,36,6),(27407,38,3),(27409,34,1842),(27409,35,707),(27409,39,2),(27411,34,820),(27411,35,2),(27411,38,2),(27413,34,820),(27413,35,2),(27413,38,2),(27415,34,820),(27415,35,2),(27415,38,2),(27417,34,496),(27417,35,220),(27417,38,2),(27419,34,496),(27419,35,220),(27419,38,2),(27421,34,496),(27421,35,220),(27421,38,2),(27423,34,1842),(27423,35,707),(27423,39,2),(27425,34,1842),(27425,35,707),(27425,39,2),(27427,34,1447),(27427,36,81),(27427,37,4),(27427,39,1),(27429,34,1447),(27429,36,81),(27429,37,4),(27429,39,1),(27431,34,1447),(27431,36,81),(27431,37,4),(27431,39,1),(27433,34,496),(27433,35,220),(27433,38,2),(27435,34,496),(27435,35,220),(27435,38,2),(27437,34,496),(27437,35,220),(27437,38,2),(27439,34,820),(27439,38,2),(27441,34,820),(27441,38,2),(27443,34,820),(27443,38,2),(27445,34,716),(27445,35,2),(27445,36,6),(27445,38,3),(27447,34,716),(27447,35,2),(27447,36,6),(27447,38,3),(27449,34,716),(27449,35,2),(27449,36,6),(27449,38,3),(27451,34,351),(27451,35,119),(27451,38,1),(27453,34,351),(27453,35,119),(27453,38,1),(27455,34,351),(27455,35,119),(27455,38,1),(27457,34,2776),(27457,35,425),(27457,36,61),(27457,39,2),(27459,34,3084),(27459,35,472),(27459,36,68),(27459,39,2),(27461,34,2776),(27461,35,425),(27461,36,61),(27461,39,2),(27463,34,1658),(27463,35,636),(27463,39,2),(27465,34,1867),(27465,35,144),(27465,36,17),(27465,38,2),(27465,39,2),(27467,34,1680),(27467,35,130),(27467,36,15),(27467,38,2),(27467,39,2),(27469,34,1658),(27469,35,636),(27469,39,2),(27471,34,1842),(27471,35,707),(27471,39,2),(27473,34,1658),(27473,35,636),(27473,39,2),(27475,34,1302),(27475,36,73),(27475,37,4),(27475,39,1),(27477,34,1447),(27477,36,81),(27477,37,4),(27477,39,1),(27479,34,1302),(27479,36,73),(27479,37,4),(27479,39,1),(27481,34,446),(27481,35,198),(27481,38,2),(27483,34,496),(27483,35,220),(27483,38,2),(27485,34,446),(27485,35,198),(27485,38,2),(27487,34,226),(27487,38,4),(27489,34,820),(27489,38,2),(27491,34,738),(27491,38,2),(27493,34,644),(27493,35,2),(27493,36,5),(27493,38,3),(27495,34,716),(27495,35,2),(27495,36,6),(27495,38,3),(27497,34,644),(27497,35,2),(27497,36,5),(27497,38,3),(27499,34,316),(27499,35,107),(27499,38,1),(27501,34,351),(27501,35,119),(27501,38,1),(27503,34,316),(27503,35,107),(27503,38,1),(27505,34,135),(27505,35,16),(27505,36,11),(27507,34,150),(27507,35,18),(27507,36,12),(27509,34,135),(27509,35,16),(27509,36,11),(27511,34,62),(27511,35,39),(27511,36,2),(27513,34,69),(27513,35,43),(27513,36,2),(27515,34,62),(27515,35,39),(27515,36,2),(27517,34,52),(27517,35,65),(27519,34,58),(27519,35,72),(27521,34,52),(27521,35,65),(27523,34,49),(27523,35,14),(27523,36,5),(27525,34,54),(27525,35,16),(27525,36,6),(27527,34,49),(27527,35,14),(27527,36,5),(27530,34,3333333),(27530,35,555556),(27530,36,166667),(27530,37,55556),(27530,38,27778),(27530,39,44444),(27530,40,16666),(27530,2867,20),(27530,2868,36),(27530,2869,29),(27530,2870,31),(27530,2871,20),(27530,2872,20),(27530,2875,31),(27530,2876,13),(27530,21037,9),(27532,34,3500000),(27532,35,583333),(27532,36,175000),(27532,37,58333),(27532,38,29167),(27532,39,46666),(27532,40,17500),(27532,2867,20),(27532,2868,36),(27532,2869,29),(27532,2870,31),(27532,2871,20),(27532,2872,20),(27532,2875,31),(27532,2876,13),(27532,21037,9),(27533,34,3333333),(27533,35,555556),(27533,36,166667),(27533,37,55556),(27533,38,27778),(27533,39,44444),(27533,40,16666),(27533,2867,20),(27533,2868,36),(27533,2869,29),(27533,2870,31),(27533,2871,20),(27533,2872,20),(27533,2875,31),(27533,2876,13),(27533,21037,9),(27535,34,3500000),(27535,35,583333),(27535,36,175000),(27535,37,58333),(27535,38,29167),(27535,39,46666),(27535,40,17500),(27535,2867,20),(27535,2868,36),(27535,2869,29),(27535,2870,31),(27535,2871,20),(27535,2872,20),(27535,2875,31),(27535,2876,13),(27535,21037,9),(27536,34,3333333),(27536,35,555556),(27536,36,166667),(27536,37,55556),(27536,38,27778),(27536,39,44444),(27536,40,16666),(27536,2867,20),(27536,2868,36),(27536,2869,29),(27536,2870,31),(27536,2871,20),(27536,2872,20),(27536,2875,31),(27536,2876,13),(27536,21037,9),(27538,34,3500000),(27538,35,583333),(27538,36,175000),(27538,37,58333),(27538,38,29167),(27538,39,46666),(27538,40,17500),(27538,2867,20),(27538,2868,36),(27538,2869,29),(27538,2870,31),(27538,2871,20),(27538,2872,20),(27538,2875,31),(27538,2876,13),(27538,21037,9),(27539,34,3333333),(27539,35,555556),(27539,36,166667),(27539,37,55556),(27539,38,27778),(27539,39,44444),(27539,40,16666),(27539,2867,20),(27539,2868,36),(27539,2869,29),(27539,2870,31),(27539,2871,20),(27539,2872,20),(27539,2875,31),(27539,2876,13),(27539,21037,9),(27540,34,3500000),(27540,35,583333),(27540,36,175000),(27540,37,58333),(27540,38,29167),(27540,39,46666),(27540,40,17500),(27540,2867,20),(27540,2868,36),(27540,2869,29),(27540,2870,31),(27540,2871,20),(27540,2872,20),(27540,2875,31),(27540,2876,13),(27540,21037,9),(27542,34,91067),(27542,35,23527),(27542,36,8613),(27542,37,2294),(27542,38,324),(27542,39,18),(27542,40,56),(27542,2867,1),(27542,2870,1),(27542,2872,1),(27544,34,91067),(27544,35,23527),(27544,36,8613),(27544,37,2294),(27544,38,324),(27544,39,9),(27544,40,26),(27544,2867,1),(27544,2870,1),(27544,2872,1),(27545,34,113880),(27545,35,29214),(27545,36,9747),(27545,37,2650),(27545,38,411),(27545,39,21),(27545,40,37),(27545,2867,2),(27545,2870,1),(27545,2872,2),(27547,34,113880),(27547,35,29214),(27547,36,9747),(27547,37,2650),(27547,38,411),(27547,39,21),(27547,40,37),(27547,2867,2),(27547,2870,1),(27547,2872,2),(27548,34,68307),(27548,35,17839),(27548,36,7197),(27548,37,1951),(27548,38,234),(27548,39,6),(27548,40,13),(27548,2867,1),(27548,2870,1),(27548,2872,1),(27550,34,68307),(27550,35,17839),(27550,36,7197),(27550,37,1951),(27550,38,234),(27550,39,6),(27550,40,13),(27550,2867,1),(27550,2870,1),(27550,2872,1),(27551,34,113880),(27551,35,29214),(27551,36,9747),(27551,37,2650),(27551,38,411),(27551,39,21),(27551,40,37),(27551,2867,2),(27551,2870,1),(27551,2872,2),(27553,34,113880),(27553,35,29214),(27553,36,9747),(27553,37,2650),(27553,38,411),(27553,39,21),(27553,40,37),(27553,2867,2),(27553,2870,1),(27553,2872,2),(27554,34,68307),(27554,35,17839),(27554,36,7197),(27554,37,1951),(27554,38,234),(27554,39,6),(27554,40,13),(27554,2867,1),(27554,2870,1),(27554,2872,1),(27556,34,68307),(27556,35,17839),(27556,36,7197),(27556,37,1951),(27556,38,234),(27556,39,6),(27556,40,13),(27556,2867,1),(27556,2870,1),(27556,2872,1),(27557,34,113880),(27557,35,29214),(27557,36,9747),(27557,37,2650),(27557,38,411),(27557,39,21),(27557,40,37),(27557,2867,2),(27557,2870,1),(27557,2872,2),(27559,34,113880),(27559,35,29214),(27559,36,9747),(27559,37,2650),(27559,38,411),(27559,39,21),(27559,40,37),(27559,2867,2),(27559,2870,1),(27559,2872,2),(27560,34,122),(27560,35,1342),(27560,37,1112),(27560,38,9),(27560,39,2),(27560,40,11),(27560,2867,2),(27560,2870,2),(27560,2872,2),(27562,34,122),(27562,35,1342),(27562,37,1112),(27562,38,9),(27562,39,2),(27562,40,11),(27562,2867,2),(27562,2870,2),(27562,2872,2),(27563,34,502),(27563,35,297),(27563,36,334),(27563,37,197),(27563,39,2),(27563,2867,1),(27563,2876,1),(27565,34,502),(27565,35,297),(27565,36,334),(27565,37,197),(27565,39,2),(27565,2867,1),(27565,2876,1),(27567,34,502),(27567,35,297),(27567,36,334),(27567,37,197),(27567,39,2),(27567,2867,1),(27567,2876,1),(27569,34,502),(27569,35,297),(27569,36,334),(27569,37,197),(27569,39,2),(27569,2867,1),(27569,2876,1),(27570,34,862),(27570,35,792),(27570,36,529),(27570,37,112),(27570,2867,1),(27570,2876,1),(27573,34,862),(27573,35,792),(27573,36,529),(27573,37,112),(27573,2867,1),(27573,2876,1),(27574,34,2884),(27574,35,919),(27574,37,112),(27574,40,1),(27574,2867,1),(27574,2876,1),(27576,34,2884),(27576,35,919),(27576,37,112),(27576,40,1),(27576,2867,1),(27576,2876,1),(27577,34,2884),(27577,35,919),(27577,37,112),(27577,40,1),(27577,2867,1),(27577,2876,1),(27579,34,2884),(27579,35,919),(27579,37,112),(27579,40,1),(27579,2867,1),(27579,2876,1),(27580,34,2884),(27580,35,919),(27580,37,112),(27580,40,1),(27580,2867,1),(27580,2876,1),(27582,34,2884),(27582,35,919),(27582,37,112),(27582,40,1),(27582,2867,1),(27582,2876,1),(27583,34,2884),(27583,35,919),(27583,37,112),(27583,40,1),(27583,2867,1),(27583,2876,1),(27585,34,2884),(27585,35,919),(27585,37,112),(27585,40,1),(27585,2867,1),(27585,2876,1),(27589,34,1666667),(27589,35,277778),(27589,36,83333),(27589,37,27778),(27589,38,13889),(27589,39,22222),(27589,40,8334),(27589,2867,10),(27589,2868,18),(27589,2869,16),(27589,2870,16),(27589,2871,10),(27589,2872,10),(27589,2875,16),(27589,2876,7),(27589,21037,4),(27591,34,1750000),(27591,35,291667),(27591,36,87500),(27591,37,29167),(27591,38,14583),(27591,39,23334),(27591,40,8748),(27591,2867,10),(27591,2868,18),(27591,2869,16),(27591,2870,16),(27591,2871,10),(27591,2872,10),(27591,2875,16),(27591,2876,7),(27591,21037,4),(27592,34,833333),(27592,35,138889),(27592,36,41667),(27592,37,13889),(27592,38,6944),(27592,39,11112),(27592,40,4166),(27592,2867,4),(27592,2868,9),(27592,2869,7),(27592,2870,7),(27592,2871,4),(27592,2872,4),(27592,2875,7),(27592,2876,4),(27592,21037,2),(27594,34,875000),(27594,35,145833),(27594,36,43750),(27594,37,14583),(27594,38,7291),(27594,39,11666),(27594,40,4374),(27594,2867,4),(27594,2868,9),(27594,2869,7),(27594,2870,7),(27594,2871,4),(27594,2872,4),(27594,2875,7),(27594,2876,4),(27594,21037,2),(27595,34,1666667),(27595,35,277778),(27595,36,83333),(27595,37,27778),(27595,38,13889),(27595,39,22222),(27595,40,8334),(27595,2867,10),(27595,2868,18),(27595,2869,16),(27595,2870,16),(27595,2871,10),(27595,2872,10),(27595,2875,16),(27595,2876,7),(27595,21037,4),(27597,34,1750000),(27597,35,291667),(27597,36,87500),(27597,37,29167),(27597,38,14583),(27597,39,23334),(27597,40,8748),(27597,2867,10),(27597,2868,18),(27597,2869,16),(27597,2870,16),(27597,2871,10),(27597,2872,10),(27597,2875,16),(27597,2876,7),(27597,21037,4),(27598,34,833333),(27598,35,138889),(27598,36,41667),(27598,37,13889),(27598,38,6944),(27598,39,11112),(27598,40,4166),(27598,2867,4),(27598,2868,9),(27598,2869,7),(27598,2870,7),(27598,2871,4),(27598,2872,4),(27598,2875,7),(27598,2876,4),(27598,21037,2),(27600,34,875000),(27600,35,145833),(27600,36,43750),(27600,37,14583),(27600,38,7291),(27600,39,11666),(27600,40,4374),(27600,2867,4),(27600,2868,9),(27600,2869,7),(27600,2870,7),(27600,2871,4),(27600,2872,4),(27600,2875,7),(27600,2876,4),(27600,21037,2),(27601,34,1666667),(27601,35,277778),(27601,36,83333),(27601,37,27778),(27601,38,13889),(27601,39,22222),(27601,40,8334),(27601,2867,10),(27601,2868,18),(27601,2869,16),(27601,2870,16),(27601,2871,10),(27601,2872,10),(27601,2875,16),(27601,2876,7),(27601,21037,4),(27603,34,1750000),(27603,35,291667),(27603,36,87500),(27603,37,29167),(27603,38,14583),(27603,39,23334),(27603,40,8748),(27603,2867,10),(27603,2868,18),(27603,2869,16),(27603,2870,16),(27603,2871,10),(27603,2872,10),(27603,2875,16),(27603,2876,7),(27603,21037,4),(27604,34,833333),(27604,35,138889),(27604,36,41667),(27604,37,13889),(27604,38,6944),(27604,39,11112),(27604,40,4166),(27604,2867,4),(27604,2868,9),(27604,2869,7),(27604,2870,7),(27604,2871,4),(27604,2872,4),(27604,2875,7),(27604,2876,4),(27604,21037,2),(27606,34,875000),(27606,35,145833),(27606,36,43750),(27606,37,14583),(27606,38,7291),(27606,39,11666),(27606,40,4374),(27606,2867,4),(27606,2868,9),(27606,2869,7),(27606,2870,7),(27606,2871,4),(27606,2872,4),(27606,2875,7),(27606,2876,4),(27606,21037,2),(27607,34,1666667),(27607,35,277778),(27607,36,83333),(27607,37,27778),(27607,38,13889),(27607,39,22222),(27607,40,8334),(27607,2867,10),(27607,2868,18),(27607,2869,16),(27607,2870,16),(27607,2871,10),(27607,2872,10),(27607,2875,16),(27607,2876,7),(27607,21037,4),(27609,34,1750000),(27609,35,291667),(27609,36,87500),(27609,37,29167),(27609,38,14583),(27609,39,23334),(27609,40,8748),(27609,2867,10),(27609,2868,18),(27609,2869,16),(27609,2870,16),(27609,2871,10),(27609,2872,10),(27609,2875,16),(27609,2876,7),(27609,21037,4),(27610,34,833333),(27610,35,138889),(27610,36,41667),(27610,37,13889),(27610,38,6944),(27610,39,11112),(27610,40,4166),(27610,2867,4),(27610,2868,9),(27610,2869,7),(27610,2870,7),(27610,2871,4),(27610,2872,4),(27610,2875,7),(27610,2876,4),(27610,21037,2),(27612,34,875000),(27612,35,145833),(27612,36,43750),(27612,37,14583),(27612,38,7291),(27612,39,11666),(27612,40,4374),(27612,2867,4),(27612,2868,9),(27612,2869,7),(27612,2870,7),(27612,2871,4),(27612,2872,4),(27612,2875,7),(27612,2876,4),(27612,21037,2),(27613,34,9089),(27613,35,2786),(27613,36,2827),(27613,37,14),(27613,38,1),(27613,40,34),(27613,2867,1),(27613,2872,1),(27615,34,9089),(27615,35,2786),(27615,36,2827),(27615,37,14),(27615,38,1),(27615,40,34),(27615,2867,1),(27615,2872,1),(27616,34,9133),(27616,35,2981),(27616,36,3599),(27616,37,114),(27616,38,18),(27616,40,34),(27616,2867,1),(27616,2872,1),(27618,34,9133),(27618,35,2981),(27618,36,3599),(27618,37,114),(27618,38,18),(27618,40,34),(27618,2867,1),(27618,2872,1),(27619,34,1596),(27619,35,690),(27619,36,144),(27619,37,112),(27619,40,34),(27619,2872,1),(27621,34,1596),(27621,35,690),(27621,36,144),(27621,37,112),(27621,40,34),(27621,2872,1),(27622,34,2729),(27622,35,148),(27622,36,171),(27622,37,112),(27622,39,4),(27622,40,34),(27622,2872,1),(27624,34,2729),(27624,35,148),(27624,36,171),(27624,37,112),(27624,39,4),(27624,40,34),(27624,2872,1),(27625,34,9133),(27625,35,2981),(27625,36,3599),(27625,37,3),(27625,38,18),(27625,40,22),(27625,2867,1),(27625,2872,1),(27627,34,9133),(27627,35,2981),(27627,36,3599),(27627,37,3),(27627,38,18),(27627,40,22),(27627,2867,1),(27627,2872,1),(27628,34,9089),(27628,35,2786),(27628,36,2827),(27628,37,14),(27628,38,1),(27628,40,22),(27628,2867,1),(27628,2872,1),(27630,34,9089),(27630,35,2786),(27630,36,2827),(27630,37,14),(27630,38,1),(27630,40,22),(27630,2867,1),(27630,2872,1),(27631,34,2200),(27631,35,809),(27631,36,21),(27631,37,3789),(27631,39,4),(27631,40,22),(27631,2872,1),(27633,34,2200),(27633,35,809),(27633,36,21),(27633,37,3789),(27633,39,4),(27633,40,22),(27633,2872,1),(27634,34,1556),(27634,35,1158),(27634,36,3),(27634,37,7),(27634,40,44),(27634,2872,1),(27636,34,1556),(27636,35,1158),(27636,36,3),(27636,37,7),(27636,40,44),(27636,2872,1),(27638,34,3258),(27638,35,2926),(27638,36,107),(27638,37,1112),(27638,2872,1),(27640,34,3258),(27640,35,2926),(27640,36,107),(27640,37,1112),(27640,2872,1),(27641,34,92),(27641,35,1007),(27641,37,1112),(27641,38,7),(27641,39,2),(27641,40,9),(27641,2867,1),(27641,2872,1),(27643,34,92),(27643,35,1007),(27643,37,1112),(27643,38,7),(27643,39,2),(27643,40,9),(27643,2867,1),(27643,2872,1),(27644,34,9133),(27644,35,2981),(27644,36,3599),(27644,37,1114),(27644,38,18),(27644,40,12),(27644,2867,1),(27644,2872,1),(27646,34,9133),(27646,35,2981),(27646,36,3599),(27646,37,1116),(27646,38,18),(27646,40,12),(27646,2867,1),(27646,2872,1),(27647,34,4529),(27647,35,1643),(27647,36,2413),(27647,37,1112),(27647,38,1),(27647,40,12),(27647,2867,1),(27647,2872,1),(27649,34,4529),(27649,35,1643),(27649,36,2413),(27649,37,1112),(27649,38,1),(27649,40,12),(27649,2867,1),(27649,2872,1),(27650,34,2729),(27650,35,148),(27650,36,171),(27650,37,1112),(27650,39,4),(27650,40,12),(27650,2872,1),(27652,34,2729),(27652,35,148),(27652,36,171),(27652,37,1112),(27652,39,4),(27652,40,12),(27652,2872,1),(27653,34,1667),(27653,35,144),(27653,36,83),(27653,37,22),(27653,40,12),(27653,2872,1),(27655,34,1667),(27655,35,144),(27655,36,83),(27655,37,1131),(27655,40,12),(27655,2872,1),(27672,34,1486),(27672,35,1486),(27672,36,1486),(27672,37,1486),(27672,39,100),(27672,40,48),(27672,2867,1),(27672,2870,1),(27673,2867,11),(27673,2870,9),(27673,2871,7),(27673,2872,7),(27673,2875,4),(27673,2876,2),(27673,21037,2),(27674,2867,11),(27674,2868,7),(27674,2870,7),(27674,2871,6),(27674,2872,11),(27674,2876,4),(27674,21037,4),(27675,37,1),(27676,34,1000000),(27676,37,1),(27676,40,100),(27678,34,3826117),(27678,35,828100),(27678,36,342157),(27678,37,56183),(27678,38,16433),(27678,39,5466),(27678,40,2500),(27766,34,113880),(27766,35,29214),(27766,36,9747),(27766,37,2650),(27766,38,411),(27766,39,21),(27766,40,37),(27766,2867,2),(27766,2870,1),(27766,2872,2),(27767,34,68307),(27767,35,17839),(27767,36,7197),(27767,37,1951),(27767,38,234),(27767,39,6),(27767,40,13),(27767,2867,1),(27767,2870,1),(27767,2872,1),(27768,34,9133),(27768,35,2981),(27768,36,3599),(27768,37,3),(27768,38,18),(27768,40,22),(27768,2867,1),(27768,2872,1),(27769,34,9089),(27769,35,2786),(27769,36,2827),(27769,37,14),(27769,38,1),(27769,40,22),(27769,2867,1),(27769,2872,1),(27770,34,2200),(27770,35,809),(27770,36,21),(27770,37,3789),(27770,39,4),(27770,40,22),(27770,2872,1),(27771,34,1556),(27771,35,1158),(27771,36,3),(27771,37,7),(27771,40,44),(27771,2872,1),(27772,34,113880),(27772,35,29214),(27772,36,9747),(27772,37,2650),(27772,38,411),(27772,39,21),(27772,40,37),(27772,2867,2),(27772,2870,1),(27772,2872,2),(27773,34,68307),(27773,35,17839),(27773,36,7197),(27773,37,1951),(27773,38,234),(27773,39,6),(27773,40,13),(27773,2867,1),(27773,2870,1),(27773,2872,1),(27774,34,9133),(27774,35,2981),(27774,36,3599),(27774,37,3),(27774,38,18),(27774,40,22),(27774,2867,1),(27774,2872,1),(27775,34,9089),(27775,35,2786),(27775,36,2827),(27775,37,14),(27775,38,1),(27775,40,22),(27775,2867,1),(27775,2872,1),(27776,34,2200),(27776,35,809),(27776,36,21),(27776,37,3789),(27776,39,4),(27776,40,22),(27776,2872,1),(27777,34,1556),(27777,35,1158),(27777,36,3),(27777,37,7),(27777,40,44),(27777,2872,1),(27778,34,252),(27778,35,766),(27778,36,1053),(27778,37,217),(27778,2867,1),(27778,2876,1),(27779,34,252),(27779,35,766),(27779,36,1053),(27779,37,119),(27779,2867,1),(27779,2876,1),(27780,34,3333333),(27780,35,555556),(27780,36,166667),(27780,37,55556),(27780,38,27778),(27780,39,44444),(27780,40,16666),(27780,2867,20),(27780,2868,36),(27780,2869,29),(27780,2870,31),(27780,2871,20),(27780,2872,20),(27780,2875,31),(27780,2876,13),(27780,21037,9),(27782,34,1666667),(27782,35,277778),(27782,36,83333),(27782,37,27778),(27782,38,13889),(27782,39,22222),(27782,40,8334),(27782,2867,10),(27782,2868,18),(27782,2869,16),(27782,2870,16),(27782,2871,10),(27782,2872,10),(27782,2875,16),(27782,2876,7),(27782,21037,4),(27784,34,833333),(27784,35,138889),(27784,36,41667),(27784,37,13889),(27784,38,6944),(27784,39,11112),(27784,40,4166),(27784,2867,4),(27784,2868,9),(27784,2869,7),(27784,2870,7),(27784,2871,4),(27784,2872,4),(27784,2875,7),(27784,2876,4),(27784,21037,2),(27786,34,3500000),(27786,35,583333),(27786,36,175000),(27786,37,58333),(27786,38,29167),(27786,39,46666),(27786,40,17500),(27786,2867,20),(27786,2868,36),(27786,2869,29),(27786,2870,31),(27786,2871,20),(27786,2872,20),(27786,2875,31),(27786,2876,13),(27786,21037,9),(27788,34,1750000),(27788,35,291667),(27788,36,87500),(27788,37,29167),(27788,38,14583),(27788,39,23334),(27788,40,8748),(27788,2867,10),(27788,2868,18),(27788,2869,16),(27788,2870,16),(27788,2871,10),(27788,2872,10),(27788,2875,16),(27788,2876,7),(27788,21037,4),(27790,34,875000),(27790,35,145833),(27790,36,43750),(27790,37,14583),(27790,38,7291),(27790,39,11666),(27790,40,4374),(27790,2867,4),(27790,2868,9),(27790,2869,7),(27790,2870,7),(27790,2871,4),(27790,2872,4),(27790,2875,7),(27790,2876,4),(27790,21037,2),(27855,34,1486),(27855,35,1486),(27855,36,1486),(27855,37,1486),(27855,39,100),(27855,40,48),(27855,2867,1),(27855,2870,1),(27856,34,1486),(27856,35,1486),(27856,36,1486),(27856,37,1486),(27856,39,100),(27856,40,48),(27856,2867,1),(27856,2870,1),(27857,34,1486),(27857,35,1486),(27857,36,1486),(27857,37,1486),(27857,39,100),(27857,40,48),(27857,2867,1),(27857,2870,1),(27858,34,1486),(27858,35,1486),(27858,36,1486),(27858,37,1486),(27858,39,100),(27858,40,48),(27858,2867,1),(27858,2870,1),(27883,34,43),(27883,35,33),(27884,34,43),(27884,35,33),(27885,34,135),(27885,35,16),(27885,36,11),(27886,34,135),(27886,35,16),(27886,36,11),(27887,34,446),(27887,35,198),(27887,38,2),(27888,34,446),(27888,35,198),(27888,38,2),(27889,34,446),(27889,35,198),(27889,38,2),(27890,34,446),(27890,35,198),(27890,38,2),(27891,34,3532),(27891,35,320),(27891,36,25),(27891,40,3),(27892,34,3532),(27892,35,320),(27892,36,25),(27892,40,3),(27893,34,2776),(27893,35,425),(27893,36,61),(27893,39,2),(27894,34,2776),(27894,35,425),(27894,36,61),(27894,39,2),(27897,2867,6),(27897,2868,4),(27897,2869,9),(27897,2870,9),(27897,2871,6),(27897,2872,6),(27897,2875,9),(27897,2876,4),(27897,21037,4),(27904,34,6219),(27904,35,4689),(27904,36,3),(27912,34,1559524),(27912,35,702702),(27912,36,71091),(27912,37,11189),(27912,38,2602),(27912,39,3214),(27912,40,822),(27914,34,27378),(27914,35,9974),(27914,36,2988),(27914,37,1156),(27914,38,569),(27914,39,414),(27914,40,234),(27916,34,1658139),(27916,35,685030),(27916,36,66264),(27916,37,12300),(27916,38,2580),(27916,39,3168),(27916,40,772),(27918,34,1522600),(27918,35,694674),(27918,36,66592),(27918,37,12650),(27918,38,2520),(27918,39,3412),(27918,40,776),(27920,34,1502299),(27920,35,693216),(27920,36,66912),(27920,37,10412),(27920,38,2622),(27920,39,3132),(27920,40,788),(27922,34,1218080),(27922,35,555738),(27922,36,53266),(27922,37,10118),(27922,38,2013),(27922,39,2724),(27922,40,616),(27924,34,1218080),(27924,35,555738),(27924,36,53266),(27924,37,10118),(27924,38,2013),(27924,39,2724),(27924,40,616),(27930,34,5182),(27930,35,3907),(27930,36,2),(27932,34,4318),(27932,35,3256),(27932,36,1),(27934,34,1774278),(27934,35,416691),(27934,36,162467),(27934,37,26658),(27934,38,8028),(27934,39,2556),(27934,40,1140),(27951,34,3427873),(27951,35,828117),(27951,36,314957),(27951,37,52033),(27951,38,15823),(27951,39,4534),(27951,40,2266),(28076,34,347071960),(28076,35,28922663),(28076,36,5422999),(28076,37,1084599),(28076,38,225958),(28076,39,48419),(28076,40,10591),(28076,44,1099),(28076,3683,23897),(28076,3685,22484),(28076,3687,16980),(28076,3689,15872),(28076,3691,13870),(28076,3697,18156),(28076,3721,7500),(28076,3727,851),(28076,3828,128798),(28076,9826,7855),(28076,9828,13469),(28076,9832,10242),(28076,9838,1048),(28076,9842,6871),(28076,9848,2024),(28076,13267,1),(28077,34,347071960),(28077,35,28922663),(28077,36,5422999),(28077,37,1084599),(28077,38,225958),(28077,39,48419),(28077,40,10591),(28077,44,1099),(28077,3683,23897),(28077,3685,22484),(28077,3687,16980),(28077,3689,15872),(28077,3691,13870),(28077,3697,18156),(28077,3721,7500),(28077,3727,851),(28077,3828,128798),(28077,9826,7855),(28077,9828,13469),(28077,9832,10242),(28077,9838,1048),(28077,9842,6871),(28077,9848,2024),(28077,13267,1),(28078,34,347071960),(28078,35,28922663),(28078,36,5422999),(28078,37,1084599),(28078,38,225958),(28078,39,48419),(28078,40,10591),(28078,44,1099),(28078,3683,23897),(28078,3685,22484),(28078,3687,16980),(28078,3689,15872),(28078,3691,13870),(28078,3697,18156),(28078,3721,7500),(28078,3727,851),(28078,3828,128798),(28078,9826,7855),(28078,9828,13469),(28078,9832,10242),(28078,9838,1048),(28078,9842,6871),(28078,9848,2024),(28078,13267,1),(28079,34,347071960),(28079,35,28922663),(28079,36,5422999),(28079,37,1084599),(28079,38,225958),(28079,39,48419),(28079,40,10591),(28079,44,1099),(28079,3683,23897),(28079,3685,22484),(28079,3687,16980),(28079,3689,15872),(28079,3691,13870),(28079,3697,18156),(28079,3721,7500),(28079,3727,851),(28079,3828,128798),(28079,9826,7855),(28079,9828,13469),(28079,9832,10242),(28079,9838,1048),(28079,9842,6871),(28079,9848,2024),(28079,13267,1),(28080,34,347071960),(28080,35,28922663),(28080,36,5422999),(28080,37,1084599),(28080,38,225958),(28080,39,48419),(28080,40,10591),(28080,44,1099),(28080,3683,23897),(28080,3685,22484),(28080,3687,16980),(28080,3689,15872),(28080,3691,13870),(28080,3697,18156),(28080,3721,7500),(28080,3727,851),(28080,3828,128798),(28080,9826,7855),(28080,9828,13469),(28080,9832,10242),(28080,9838,1048),(28080,9842,6871),(28080,9848,2024),(28080,13267,1),(28081,34,86767990),(28081,35,7230666),(28081,36,1355750),(28081,37,271150),(28081,38,56490),(28081,39,12105),(28081,40,2648),(28081,44,275),(28081,3683,5975),(28081,3685,5621),(28081,3687,4245),(28081,3689,3968),(28081,3691,3468),(28081,3697,4539),(28081,3721,1875),(28081,3727,213),(28081,3828,32200),(28081,9826,1964),(28081,9828,3368),(28081,9832,2561),(28081,9838,262),(28081,9842,1718),(28081,9848,506),(28081,13267,1),(28082,34,86767990),(28082,35,7230666),(28082,36,1355750),(28082,37,271150),(28082,38,56490),(28082,39,12105),(28082,40,2648),(28082,44,275),(28082,3683,5975),(28082,3685,5621),(28082,3687,4245),(28082,3689,3968),(28082,3691,3468),(28082,3697,4539),(28082,3721,1875),(28082,3727,213),(28082,3828,32200),(28082,9826,1964),(28082,9828,3368),(28082,9832,2561),(28082,9838,262),(28082,9842,1718),(28082,9848,506),(28082,13267,1),(28083,34,86767990),(28083,35,7230666),(28083,36,1355750),(28083,37,271150),(28083,38,56490),(28083,39,12105),(28083,40,2648),(28083,44,275),(28083,3683,5975),(28083,3685,5621),(28083,3687,4245),(28083,3689,3968),(28083,3691,3468),(28083,3697,4539),(28083,3721,1875),(28083,3727,213),(28083,3828,32200),(28083,9826,1964),(28083,9828,3368),(28083,9832,2561),(28083,9838,262),(28083,9842,1718),(28083,9848,506),(28083,13267,1),(28084,34,86767990),(28084,35,7230666),(28084,36,1355750),(28084,37,271150),(28084,38,56490),(28084,39,12105),(28084,40,2648),(28084,44,275),(28084,3683,5975),(28084,3685,5621),(28084,3687,4245),(28084,3689,3968),(28084,3691,3468),(28084,3697,4539),(28084,3721,1875),(28084,3727,213),(28084,3828,32200),(28084,9826,1964),(28084,9828,3368),(28084,9832,2561),(28084,9838,262),(28084,9842,1718),(28084,9848,506),(28084,13267,1),(28085,34,86767990),(28085,35,7230666),(28085,36,1355750),(28085,37,271150),(28085,38,56490),(28085,39,12105),(28085,40,2648),(28085,44,275),(28085,3683,5975),(28085,3685,5621),(28085,3687,4245),(28085,3689,3968),(28085,3691,3468),(28085,3697,4539),(28085,3721,1875),(28085,3727,213),(28085,3828,32200),(28085,9826,1964),(28085,9828,3368),(28085,9832,2561),(28085,9838,262),(28085,9842,1718),(28085,9848,506),(28085,13267,1),(28086,34,173535980),(28086,35,14461332),(28086,36,2711500),(28086,37,542300),(28086,38,112979),(28086,39,24210),(28086,40,5296),(28086,44,550),(28086,3683,11949),(28086,3685,11242),(28086,3687,8490),(28086,3689,7936),(28086,3691,6935),(28086,3697,9078),(28086,3721,3750),(28086,3727,426),(28086,3828,64399),(28086,9826,3928),(28086,9828,6735),(28086,9832,5121),(28086,9838,524),(28086,9842,3436),(28086,9848,1012),(28086,13267,1),(28087,34,173535980),(28087,35,14461332),(28087,36,2711500),(28087,37,542300),(28087,38,112979),(28087,39,24210),(28087,40,5296),(28087,44,550),(28087,3683,11949),(28087,3685,11242),(28087,3687,8490),(28087,3689,7936),(28087,3691,6935),(28087,3697,9078),(28087,3721,3750),(28087,3727,426),(28087,3828,64399),(28087,9826,3928),(28087,9828,6735),(28087,9832,5121),(28087,9838,524),(28087,9842,3436),(28087,9848,1012),(28087,13267,1),(28088,34,173535980),(28088,35,14461332),(28088,36,2711500),(28088,37,542300),(28088,38,112979),(28088,39,24210),(28088,40,5296),(28088,44,550),(28088,3683,11949),(28088,3685,11242),(28088,3687,8490),(28088,3689,7936),(28088,3691,6935),(28088,3697,9078),(28088,3721,3750),(28088,3727,426),(28088,3828,64399),(28088,9826,3928),(28088,9828,6735),(28088,9832,5121),(28088,9838,524),(28088,9842,3436),(28088,9848,1012),(28088,13267,1),(28089,34,173535980),(28089,35,14461332),(28089,36,2711500),(28089,37,542300),(28089,38,112979),(28089,39,24210),(28089,40,5296),(28089,44,550),(28089,3683,11949),(28089,3685,11242),(28089,3687,8490),(28089,3689,7936),(28089,3691,6935),(28089,3697,9078),(28089,3721,3750),(28089,3727,426),(28089,3828,64399),(28089,9826,3928),(28089,9828,6735),(28089,9832,5121),(28089,9838,524),(28089,9842,3436),(28089,9848,1012),(28089,13267,1),(28090,34,173535980),(28090,35,14461332),(28090,36,2711500),(28090,37,542300),(28090,38,112979),(28090,39,24210),(28090,40,5296),(28090,44,550),(28090,3683,11949),(28090,3685,11242),(28090,3687,8490),(28090,3689,7936),(28090,3691,6935),(28090,3697,9078),(28090,3721,3750),(28090,3727,426),(28090,3828,64399),(28090,9826,3928),(28090,9828,6735),(28090,9832,5121),(28090,9838,524),(28090,9842,3436),(28090,9848,1012),(28090,13267,1),(28091,34,293190294),(28091,35,24432524),(28091,36,4581098),(28091,37,916219),(28091,38,190879),(28091,39,40902),(28091,40,8947),(28091,44,5404),(28091,3683,29897),(28091,3685,35489),(28091,3687,38724),(28091,3689,19546),(28091,3691,11654),(28091,3697,38465),(28091,3727,3549),(28091,3828,74897),(28091,9826,17984),(28091,9828,18465),(28091,9832,8465),(28091,9838,12111),(28091,9842,12441),(28091,9848,25987),(28091,13267,50),(28092,34,293190294),(28092,35,24432524),(28092,36,4581098),(28092,37,916219),(28092,38,190879),(28092,39,40902),(28092,40,8947),(28092,44,5404),(28092,3683,29897),(28092,3685,35489),(28092,3687,38724),(28092,3689,19546),(28092,3691,11654),(28092,3697,38465),(28092,3727,3549),(28092,3828,74897),(28092,9826,17984),(28092,9828,18465),(28092,9832,8465),(28092,9838,12111),(28092,9842,12441),(28092,9848,25987),(28092,13267,50),(28093,34,293190294),(28093,35,24432524),(28093,36,4581098),(28093,37,916219),(28093,38,190879),(28093,39,40902),(28093,40,8947),(28093,44,5404),(28093,3683,29897),(28093,3685,35489),(28093,3687,38724),(28093,3689,19546),(28093,3691,11654),(28093,3697,38465),(28093,3727,3549),(28093,3828,74897),(28093,9826,17984),(28093,9828,18465),(28093,9832,8465),(28093,9838,12111),(28093,9842,12441),(28093,9848,25987),(28093,13267,50),(28094,34,293190294),(28094,35,24432524),(28094,36,4581098),(28094,37,916219),(28094,38,190879),(28094,39,40902),(28094,40,8947),(28094,44,5404),(28094,3683,29897),(28094,3685,35489),(28094,3687,38724),(28094,3689,19546),(28094,3691,11654),(28094,3697,38465),(28094,3727,3549),(28094,3828,74897),(28094,9826,17984),(28094,9828,18465),(28094,9832,8465),(28094,9838,12111),(28094,9842,12441),(28094,9848,25987),(28094,13267,50),(28095,34,293190294),(28095,35,24432524),(28095,36,4581098),(28095,37,916219),(28095,38,190879),(28095,39,40902),(28095,40,8947),(28095,44,5404),(28095,3683,29897),(28095,3685,35489),(28095,3687,38724),(28095,3689,19546),(28095,3691,11654),(28095,3697,38465),(28095,3727,3549),(28095,3828,74897),(28095,9826,17984),(28095,9828,18465),(28095,9832,8465),(28095,9838,12111),(28095,9842,12441),(28095,9848,25987),(28095,13267,50),(28096,34,73297574),(28096,35,6108131),(28096,36,1145275),(28096,37,229055),(28096,38,47720),(28096,39,10226),(28096,40,2237),(28096,44,1351),(28096,3683,7475),(28096,3685,8873),(28096,3687,9681),(28096,3689,4887),(28096,3691,2914),(28096,3697,9617),(28096,3727,888),(28096,3828,18725),(28096,9826,4496),(28096,9828,4617),(28096,9832,2117),(28096,9838,3028),(28096,9842,3111),(28096,9848,6497),(28096,13267,13),(28097,34,73297574),(28097,35,6108131),(28097,36,1145275),(28097,37,229055),(28097,38,47720),(28097,39,10226),(28097,40,2237),(28097,44,1351),(28097,3683,7475),(28097,3685,8873),(28097,3687,9681),(28097,3689,4887),(28097,3691,2914),(28097,3697,9617),(28097,3727,888),(28097,3828,18725),(28097,9826,4496),(28097,9828,4617),(28097,9832,2117),(28097,9838,3028),(28097,9842,3111),(28097,9848,6497),(28097,13267,13),(28098,34,73297574),(28098,35,6108131),(28098,36,1145275),(28098,37,229055),(28098,38,47720),(28098,39,10226),(28098,40,2237),(28098,44,1351),(28098,3683,7475),(28098,3685,8873),(28098,3687,9681),(28098,3689,4887),(28098,3691,2914),(28098,3697,9617),(28098,3727,888),(28098,3828,18725),(28098,9826,4496),(28098,9828,4617),(28098,9832,2117),(28098,9838,3028),(28098,9842,3111),(28098,9848,6497),(28098,13267,13),(28099,34,73297574),(28099,35,6108131),(28099,36,1145275),(28099,37,229055),(28099,38,47720),(28099,39,10226),(28099,40,2237),(28099,44,1351),(28099,3683,7475),(28099,3685,8873),(28099,3687,9681),(28099,3689,4887),(28099,3691,2914),(28099,3697,9617),(28099,3727,888),(28099,3828,18725),(28099,9826,4496),(28099,9828,4617),(28099,9832,2117),(28099,9838,3028),(28099,9842,3111),(28099,9848,6497),(28099,13267,13),(28100,34,73297574),(28100,35,6108131),(28100,36,1145275),(28100,37,229055),(28100,38,47720),(28100,39,10226),(28100,40,2237),(28100,44,1351),(28100,3683,7475),(28100,3685,8873),(28100,3687,9681),(28100,3689,4887),(28100,3691,2914),(28100,3697,9617),(28100,3727,888),(28100,3828,18725),(28100,9826,4496),(28100,9828,4617),(28100,9832,2117),(28100,9838,3028),(28100,9842,3111),(28100,9848,6497),(28100,13267,13),(28101,34,146595148),(28101,35,12216262),(28101,36,2290550),(28101,37,458110),(28101,38,95440),(28101,39,20452),(28101,40,4474),(28101,44,2702),(28101,3683,14950),(28101,3685,17746),(28101,3687,19362),(28101,3689,9774),(28101,3691,5828),(28101,3697,19234),(28101,3727,1776),(28101,3828,37450),(28101,9826,8992),(28101,9828,9234),(28101,9832,4234),(28101,9838,6056),(28101,9842,6222),(28101,9848,12994),(28101,13267,26),(28102,34,146595148),(28102,35,12216262),(28102,36,2290550),(28102,37,458110),(28102,38,95440),(28102,39,20452),(28102,40,4474),(28102,44,2702),(28102,3683,14950),(28102,3685,17746),(28102,3687,19362),(28102,3689,9774),(28102,3691,5828),(28102,3697,19234),(28102,3727,1776),(28102,3828,37450),(28102,9826,8992),(28102,9828,9234),(28102,9832,4234),(28102,9838,6056),(28102,9842,6222),(28102,9848,12994),(28102,13267,26),(28103,34,146595148),(28103,35,12216262),(28103,36,2290550),(28103,37,458110),(28103,38,95440),(28103,39,20452),(28103,40,4474),(28103,44,2702),(28103,3683,14950),(28103,3685,17746),(28103,3687,19362),(28103,3689,9774),(28103,3691,5828),(28103,3697,19234),(28103,3727,1776),(28103,3828,37450),(28103,9826,8992),(28103,9828,9234),(28103,9832,4234),(28103,9838,6056),(28103,9842,6222),(28103,9848,12994),(28103,13267,26),(28104,34,146595148),(28104,35,12216262),(28104,36,2290550),(28104,37,458110),(28104,38,95440),(28104,39,20452),(28104,40,4474),(28104,44,2702),(28104,3683,14950),(28104,3685,17746),(28104,3687,19362),(28104,3689,9774),(28104,3691,5828),(28104,3697,19234),(28104,3727,1776),(28104,3828,37450),(28104,9826,8992),(28104,9828,9234),(28104,9832,4234),(28104,9838,6056),(28104,9842,6222),(28104,9848,12994),(28104,13267,26),(28105,34,146595148),(28105,35,12216262),(28105,36,2290550),(28105,37,458110),(28105,38,95440),(28105,39,20452),(28105,40,4474),(28105,44,2702),(28105,3683,14950),(28105,3685,17746),(28105,3687,19362),(28105,3689,9774),(28105,3691,5828),(28105,3697,19234),(28105,3727,1776),(28105,3828,37450),(28105,9826,8992),(28105,9828,9234),(28105,9832,4234),(28105,9838,6056),(28105,9842,6222),(28105,9848,12994),(28105,13267,26),(28106,34,257702131),(28106,35,21475177),(28106,36,4026595),(28106,37,805319),(28106,38,167774),(28106,39,35951),(28106,40,7864),(28106,3683,55489),(28106,3685,31546),(28106,3687,66849),(28106,3689,17654),(28106,3691,5449),(28106,3697,26546),(28106,3699,100),(28106,3828,89846),(28106,9826,9875),(28106,9828,15555),(28106,9832,15465),(28106,9838,6874),(28106,9842,9874),(28106,9848,14419),(28106,13267,100),(28107,34,257702131),(28107,35,21475177),(28107,36,4026595),(28107,37,805319),(28107,38,167774),(28107,39,35951),(28107,40,7864),(28107,3683,55489),(28107,3685,31546),(28107,3687,66849),(28107,3689,17654),(28107,3691,5449),(28107,3697,26546),(28107,3699,100),(28107,3828,89846),(28107,9826,9875),(28107,9828,15555),(28107,9832,15465),(28107,9838,6874),(28107,9842,9874),(28107,9848,14419),(28107,13267,100),(28108,34,257702131),(28108,35,21475177),(28108,36,4026595),(28108,37,805319),(28108,38,167774),(28108,39,35951),(28108,40,7864),(28108,3683,55489),(28108,3685,31546),(28108,3687,66849),(28108,3689,17654),(28108,3691,5449),(28108,3697,26546),(28108,3699,100),(28108,3828,89846),(28108,9826,9875),(28108,9828,15555),(28108,9832,15465),(28108,9838,6874),(28108,9842,9874),(28108,9848,14419),(28108,13267,100),(28109,34,257702131),(28109,35,21475177),(28109,36,4026595),(28109,37,805319),(28109,38,167774),(28109,39,35951),(28109,40,7864),(28109,3683,55489),(28109,3685,31546),(28109,3687,66849),(28109,3689,17654),(28109,3691,5449),(28109,3697,26546),(28109,3699,100),(28109,3828,89846),(28109,9826,9875),(28109,9828,15555),(28109,9832,15465),(28109,9838,6874),(28109,9842,9874),(28109,9848,14419),(28109,13267,100),(28110,34,257702131),(28110,35,21475177),(28110,36,4026595),(28110,37,805319),(28110,38,167774),(28110,39,35951),(28110,40,7864),(28110,3683,55489),(28110,3685,31546),(28110,3687,66849),(28110,3689,17654),(28110,3691,5449),(28110,3697,26546),(28110,3699,100),(28110,3828,89846),(28110,9826,9875),(28110,9828,15555),(28110,9832,15465),(28110,9838,6874),(28110,9842,9874),(28110,9848,14419),(28110,13267,100),(28111,34,64425533),(28111,35,5368795),(28111,36,1006649),(28111,37,201330),(28111,38,41944),(28111,39,8988),(28111,40,1966),(28111,3683,13873),(28111,3685,7887),(28111,3687,16713),(28111,3689,4414),(28111,3691,1363),(28111,3697,6637),(28111,3699,25),(28111,3828,22462),(28111,9826,2469),(28111,9828,3889),(28111,9832,3867),(28111,9838,1719),(28111,9842,2469),(28111,9848,3605),(28111,13267,25),(28112,34,64425533),(28112,35,5368795),(28112,36,1006649),(28112,37,201330),(28112,38,41944),(28112,39,8988),(28112,40,1966),(28112,3683,13873),(28112,3685,7887),(28112,3687,16713),(28112,3689,4414),(28112,3691,1363),(28112,3697,6637),(28112,3699,25),(28112,3828,22462),(28112,9826,2469),(28112,9828,3889),(28112,9832,3867),(28112,9838,1719),(28112,9842,2469),(28112,9848,3605),(28112,13267,25),(28113,34,64425533),(28113,35,5368795),(28113,36,1006649),(28113,37,201330),(28113,38,41944),(28113,39,8988),(28113,40,1966),(28113,3683,13873),(28113,3685,7887),(28113,3687,16713),(28113,3689,4414),(28113,3691,1363),(28113,3697,6637),(28113,3699,25),(28113,3828,22462),(28113,9826,2469),(28113,9828,3889),(28113,9832,3867),(28113,9838,1719),(28113,9842,2469),(28113,9848,3605),(28113,13267,25),(28114,34,64425533),(28114,35,5368795),(28114,36,1006649),(28114,37,201330),(28114,38,41944),(28114,39,8988),(28114,40,1966),(28114,3683,13873),(28114,3685,7887),(28114,3687,16713),(28114,3689,4414),(28114,3691,1363),(28114,3697,6637),(28114,3699,25),(28114,3828,22462),(28114,9826,2469),(28114,9828,3889),(28114,9832,3867),(28114,9838,1719),(28114,9842,2469),(28114,9848,3605),(28114,13267,25),(28115,34,64425533),(28115,35,5368795),(28115,36,1006649),(28115,37,201330),(28115,38,41944),(28115,39,8988),(28115,40,1966),(28115,3683,13873),(28115,3685,7887),(28115,3687,16713),(28115,3689,4414),(28115,3691,1363),(28115,3697,6637),(28115,3699,25),(28115,3828,22462),(28115,9826,2469),(28115,9828,3889),(28115,9832,3867),(28115,9838,1719),(28115,9842,2469),(28115,9848,3605),(28115,13267,25),(28116,34,128851066),(28116,35,10737589),(28116,36,2013298),(28116,37,402660),(28116,38,83887),(28116,39,17976),(28116,40,3932),(28116,3683,27745),(28116,3685,15773),(28116,3687,33425),(28116,3689,8827),(28116,3691,2725),(28116,3697,13273),(28116,3699,50),(28116,3828,44923),(28116,9826,4938),(28116,9828,7778),(28116,9832,7733),(28116,9838,3437),(28116,9842,4937),(28116,9848,7210),(28116,13267,50),(28117,34,128851066),(28117,35,10737589),(28117,36,2013298),(28117,37,402660),(28117,38,83887),(28117,39,17976),(28117,40,3932),(28117,3683,27745),(28117,3685,15773),(28117,3687,33425),(28117,3689,8827),(28117,3691,2725),(28117,3697,13273),(28117,3699,50),(28117,3828,44923),(28117,9826,4938),(28117,9828,7778),(28117,9832,7733),(28117,9838,3437),(28117,9842,4937),(28117,9848,7210),(28117,13267,50),(28118,34,128851066),(28118,35,10737589),(28118,36,2013298),(28118,37,402660),(28118,38,83887),(28118,39,17976),(28118,40,3932),(28118,3683,27745),(28118,3685,15773),(28118,3687,33425),(28118,3689,8827),(28118,3691,2725),(28118,3697,13273),(28118,3699,50),(28118,3828,44923),(28118,9826,4938),(28118,9828,7778),(28118,9832,7733),(28118,9838,3437),(28118,9842,4937),(28118,9848,7210),(28118,13267,50),(28119,34,128851066),(28119,35,10737589),(28119,36,2013298),(28119,37,402660),(28119,38,83887),(28119,39,17976),(28119,40,3932),(28119,3683,27745),(28119,3685,15773),(28119,3687,33425),(28119,3689,8827),(28119,3691,2725),(28119,3697,13273),(28119,3699,50),(28119,3828,44923),(28119,9826,4938),(28119,9828,7778),(28119,9832,7733),(28119,9838,3437),(28119,9842,4937),(28119,9848,7210),(28119,13267,50),(28120,34,128851066),(28120,35,10737589),(28120,36,2013298),(28120,37,402660),(28120,38,83887),(28120,39,17976),(28120,40,3932),(28120,3683,27745),(28120,3685,15773),(28120,3687,33425),(28120,3689,8827),(28120,3691,2725),(28120,3697,13273),(28120,3699,50),(28120,3828,44923),(28120,9826,4938),(28120,9828,7778),(28120,9832,7733),(28120,9838,3437),(28120,9842,4937),(28120,9848,7210),(28120,13267,50),(28121,34,387522911),(28121,35,32293575),(28121,36,6055045),(28121,37,1211009),(28121,38,252293),(28121,39,54062),(28121,40,11826),(28121,44,3511),(28121,3683,25468),(28121,3685,23574),(28121,3687,19871),(28121,3689,16876),(28121,3691,17874),(28121,3697,8846),(28121,3727,1844),(28121,3828,155649),(28121,9826,5587),(28121,9828,5489),(28121,9832,12489),(28121,9838,897),(28121,9842,7465),(28121,9848,12499),(28122,34,387522911),(28122,35,32293575),(28122,36,6055045),(28122,37,1211009),(28122,38,252293),(28122,39,54062),(28122,40,11826),(28122,44,3511),(28122,3683,25468),(28122,3685,23574),(28122,3687,19871),(28122,3689,16876),(28122,3691,17874),(28122,3697,8846),(28122,3727,1844),(28122,3828,155649),(28122,9826,5587),(28122,9828,5489),(28122,9832,12489),(28122,9838,897),(28122,9842,7465),(28122,9848,12499),(28123,34,387522911),(28123,35,32293575),(28123,36,6055045),(28123,37,1211009),(28123,38,252293),(28123,39,54062),(28123,40,11826),(28123,44,3511),(28123,3683,25468),(28123,3685,23574),(28123,3687,19871),(28123,3689,16876),(28123,3691,17874),(28123,3697,8846),(28123,3727,1844),(28123,3828,155649),(28123,9826,5587),(28123,9828,5489),(28123,9832,12489),(28123,9838,897),(28123,9842,7465),(28123,9848,12499),(28124,34,387522911),(28124,35,32293575),(28124,36,6055045),(28124,37,1211009),(28124,38,252293),(28124,39,54062),(28124,40,11826),(28124,44,3511),(28124,3683,25468),(28124,3685,23574),(28124,3687,19871),(28124,3689,16876),(28124,3691,17874),(28124,3697,8846),(28124,3727,1844),(28124,3828,155649),(28124,9826,5587),(28124,9828,5489),(28124,9832,12489),(28124,9838,897),(28124,9842,7465),(28124,9848,12499),(28125,34,387522911),(28125,35,32293575),(28125,36,6055045),(28125,37,1211009),(28125,38,252293),(28125,39,54062),(28125,40,11826),(28125,44,3511),(28125,3683,25468),(28125,3685,23574),(28125,3687,19871),(28125,3689,16876),(28125,3691,17874),(28125,3697,8846),(28125,3727,1844),(28125,3828,155649),(28125,9826,5587),(28125,9828,5489),(28125,9832,12489),(28125,9838,897),(28125,9842,7465),(28125,9848,12499),(28126,34,96880728),(28126,35,8073394),(28126,36,1513762),(28126,37,302753),(28126,38,63074),(28126,39,13516),(28126,40,2957),(28126,44,878),(28126,3683,6367),(28126,3685,5894),(28126,3687,4968),(28126,3689,4219),(28126,3691,4469),(28126,3697,2212),(28126,3727,461),(28126,3828,38913),(28126,9826,1397),(28126,9828,1373),(28126,9832,3123),(28126,9838,225),(28126,9842,1867),(28126,9848,3125),(28127,34,96880728),(28127,35,8073394),(28127,36,1513762),(28127,37,302753),(28127,38,63074),(28127,39,13516),(28127,40,2957),(28127,44,878),(28127,3683,6367),(28127,3685,5894),(28127,3687,4968),(28127,3689,4219),(28127,3691,4469),(28127,3697,2212),(28127,3727,461),(28127,3828,38913),(28127,9826,1397),(28127,9828,1373),(28127,9832,3123),(28127,9838,225),(28127,9842,1867),(28127,9848,3125),(28128,34,96880728),(28128,35,8073394),(28128,36,1513762),(28128,37,302753),(28128,38,63074),(28128,39,13516),(28128,40,2957),(28128,44,878),(28128,3683,6367),(28128,3685,5894),(28128,3687,4968),(28128,3689,4219),(28128,3691,4469),(28128,3697,2212),(28128,3727,461),(28128,3828,38913),(28128,9826,1397),(28128,9828,1373),(28128,9832,3123),(28128,9838,225),(28128,9842,1867),(28128,9848,3125),(28129,34,96880728),(28129,35,8073394),(28129,36,1513762),(28129,37,302753),(28129,38,63074),(28129,39,13516),(28129,40,2957),(28129,44,878),(28129,3683,6367),(28129,3685,5894),(28129,3687,4968),(28129,3689,4219),(28129,3691,4469),(28129,3697,2212),(28129,3727,461),(28129,3828,38913),(28129,9826,1397),(28129,9828,1373),(28129,9832,3123),(28129,9838,225),(28129,9842,1867),(28129,9848,3125),(28130,34,96880728),(28130,35,8073394),(28130,36,1513762),(28130,37,302753),(28130,38,63074),(28130,39,13516),(28130,40,2957),(28130,44,878),(28130,3683,6367),(28130,3685,5894),(28130,3687,4968),(28130,3689,4219),(28130,3691,4469),(28130,3697,2212),(28130,3727,461),(28130,3828,38913),(28130,9826,1397),(28130,9828,1373),(28130,9832,3123),(28130,9838,225),(28130,9842,1867),(28130,9848,3125),(28131,34,193761456),(28131,35,16146788),(28131,36,3027523),(28131,37,605505),(28131,38,126147),(28131,39,27031),(28131,40,5913),(28131,44,1756),(28131,3683,12734),(28131,3685,11787),(28131,3687,9936),(28131,3689,8438),(28131,3691,8937),(28131,3697,4423),(28131,3727,922),(28131,3828,77825),(28131,9826,2794),(28131,9828,2745),(28131,9832,6245),(28131,9838,449),(28131,9842,3733),(28131,9848,6250),(28132,34,193761456),(28132,35,16146788),(28132,36,3027523),(28132,37,605505),(28132,38,126147),(28132,39,27031),(28132,40,5913),(28132,44,1756),(28132,3683,12734),(28132,3685,11787),(28132,3687,9936),(28132,3689,8438),(28132,3691,8937),(28132,3697,4423),(28132,3727,922),(28132,3828,77825),(28132,9826,2794),(28132,9828,2745),(28132,9832,6245),(28132,9838,449),(28132,9842,3733),(28132,9848,6250),(28133,34,193761456),(28133,35,16146788),(28133,36,3027523),(28133,37,605505),(28133,38,126147),(28133,39,27031),(28133,40,5913),(28133,44,1756),(28133,3683,12734),(28133,3685,11787),(28133,3687,9936),(28133,3689,8438),(28133,3691,8937),(28133,3697,4423),(28133,3727,922),(28133,3828,77825),(28133,9826,2794),(28133,9828,2745),(28133,9832,6245),(28133,9838,449),(28133,9842,3733),(28133,9848,6250),(28134,34,193761456),(28134,35,16146788),(28134,36,3027523),(28134,37,605505),(28134,38,126147),(28134,39,27031),(28134,40,5913),(28134,44,1756),(28134,3683,12734),(28134,3685,11787),(28134,3687,9936),(28134,3689,8438),(28134,3691,8937),(28134,3697,4423),(28134,3727,922),(28134,3828,77825),(28134,9826,2794),(28134,9828,2745),(28134,9832,6245),(28134,9838,449),(28134,9842,3733),(28134,9848,6250),(28135,34,193761456),(28135,35,16146788),(28135,36,3027523),(28135,37,605505),(28135,38,126147),(28135,39,27031),(28135,40,5913),(28135,44,1756),(28135,3683,12734),(28135,3685,11787),(28135,3687,9936),(28135,3689,8438),(28135,3691,8937),(28135,3697,4423),(28135,3727,922),(28135,3828,77825),(28135,9826,2794),(28135,9828,2745),(28135,9832,6245),(28135,9838,449),(28135,9842,3733),(28135,9848,6250),(28183,34,86767990),(28183,35,7230666),(28183,36,1355750),(28183,37,271150),(28183,38,56490),(28183,39,12105),(28183,40,2648),(28183,44,275),(28183,3683,5975),(28183,3685,5621),(28183,3687,4245),(28183,3689,3968),(28183,3691,3468),(28183,3697,4539),(28183,3727,213),(28183,3828,32200),(28183,9826,1964),(28183,9828,3368),(28183,9832,2561),(28183,9838,262),(28183,9842,1718),(28183,9848,506),(28183,13267,1),(28184,34,173535980),(28184,35,14461332),(28184,36,2711500),(28184,37,542300),(28184,38,112979),(28184,39,24210),(28184,40,5296),(28184,44,550),(28184,3683,11949),(28184,3685,11242),(28184,3687,8490),(28184,3689,7936),(28184,3691,6935),(28184,3697,9078),(28184,3727,426),(28184,3828,64399),(28184,9826,3928),(28184,9828,6735),(28184,9832,5121),(28184,9838,524),(28184,9842,3436),(28184,9848,1012),(28184,13267,1),(28185,34,347071960),(28185,35,28922663),(28185,36,5422999),(28185,37,1084599),(28185,38,225958),(28185,39,48419),(28185,40,10591),(28185,44,1099),(28185,3683,23897),(28185,3685,22484),(28185,3687,16980),(28185,3689,15872),(28185,3691,13870),(28185,3697,18156),(28185,3727,851),(28185,3828,128798),(28185,9826,7855),(28185,9828,13469),(28185,9832,10242),(28185,9838,1048),(28185,9842,6871),(28185,9848,2024),(28185,13267,1),(28191,37,1),(28197,34,10973),(28197,35,830),(28197,36,299),(28197,37,450),(28197,38,30),(28197,9834,6),(28197,9848,6),(28197,11399,6),(28197,11530,1),(28197,11688,1),(28199,34,10973),(28199,35,830),(28199,36,299),(28199,37,450),(28199,38,30),(28199,9834,6),(28199,9848,6),(28199,11399,6),(28199,11556,1),(28199,11557,1),(28201,34,378),(28201,35,62),(28201,36,23),(28201,37,19),(28201,38,2),(28201,9834,1),(28201,9848,1),(28201,11399,1),(28201,11530,1),(28201,11688,1),(28203,34,378),(28203,35,62),(28203,36,23),(28203,37,19),(28203,38,2),(28203,9834,1),(28203,9848,1),(28203,11399,3),(28203,11556,1),(28203,11557,1),(28205,34,2747),(28205,35,208),(28205,36,76),(28205,37,116),(28205,38,7),(28205,9834,5),(28205,9848,5),(28205,11399,5),(28205,11530,1),(28205,11688,1),(28207,34,2747),(28207,35,208),(28207,36,76),(28207,37,116),(28207,38,7),(28207,9834,5),(28207,9848,5),(28207,11399,5),(28207,11556,1),(28207,11557,1),(28209,34,516),(28209,35,9929),(28209,38,4),(28209,40,18),(28209,9834,5),(28209,9848,5),(28209,11399,5),(28209,11690,3),(28211,34,516),(28211,35,9929),(28211,38,4),(28211,40,18),(28211,9834,5),(28211,9848,5),(28211,11399,5),(28211,11688,3),(28213,34,516),(28213,35,9929),(28213,38,4),(28213,40,18),(28213,9834,5),(28213,9848,5),(28213,11399,5),(28213,11689,3),(28215,34,516),(28215,35,9929),(28215,38,4),(28215,40,18),(28215,9834,5),(28215,9848,5),(28215,11399,5),(28215,11691,3),(28262,34,471),(28262,36,4),(28262,38,2),(28262,28361,1),(28262,28362,1),(28262,28363,1),(28264,34,471),(28264,36,4),(28264,38,2),(28264,9834,1),(28264,9848,1),(28264,11399,1),(28264,11689,1),(28264,28361,8),(28264,28362,8),(28264,28363,6),(28264,28366,1),(28266,34,7120),(28266,35,896),(28266,37,73),(28266,38,9),(28266,39,8),(28266,28361,4),(28266,28362,4),(28266,28363,3),(28266,28364,3),(28266,28365,2),(28268,34,7120),(28268,35,896),(28268,37,73),(28268,38,9),(28268,39,8),(28268,9834,6),(28268,9848,6),(28268,11399,6),(28268,11691,3),(28268,28361,32),(28268,28362,27),(28268,28363,21),(28268,28364,18),(28268,28365,11),(28268,28366,5),(28270,34,3413),(28270,35,2),(28270,36,224),(28270,37,11),(28270,39,4),(28270,28361,2),(28270,28362,2),(28270,28363,2),(28270,28364,1),(28272,34,3413),(28272,35,2),(28272,36,224),(28272,37,11),(28272,39,4),(28272,9834,3),(28272,9848,3),(28272,11399,3),(28272,11688,1),(28272,28361,15),(28272,28362,14),(28272,28363,11),(28272,28364,9),(28272,28366,1),(28274,34,509),(28274,35,7),(28274,37,4),(28274,38,2),(28274,28361,1),(28274,28362,1),(28274,28363,1),(28276,34,509),(28276,35,7),(28276,37,4),(28276,38,2),(28276,9834,1),(28276,9848,1),(28276,11399,1),(28276,11688,1),(28276,28361,8),(28276,28362,8),(28276,28364,6),(28276,28366,1),(28278,34,538),(28278,35,69),(28278,37,4),(28278,38,2),(28278,28361,1),(28278,28362,1),(28278,28363,1),(28280,34,538),(28280,35,69),(28280,37,4),(28280,38,2),(28280,9834,1),(28280,9848,1),(28280,11399,1),(28280,11690,1),(28280,28361,8),(28280,28362,8),(28280,28364,6),(28280,28366,1),(28282,34,3133),(28282,35,160),(28282,36,154),(28282,37,1),(28282,38,8),(28282,39,2),(28282,28361,2),(28282,28362,2),(28282,28363,2),(28282,28364,1),(28284,34,3133),(28284,35,160),(28284,36,154),(28284,37,1),(28284,38,8),(28284,39,2),(28284,9834,3),(28284,9848,3),(28284,11399,3),(28284,11689,1),(28284,28361,15),(28284,28362,14),(28284,28363,11),(28284,28364,9),(28284,28366,1),(28286,34,258),(28286,35,4964),(28286,38,2),(28286,40,8),(28286,28361,4),(28286,28362,4),(28286,28363,3),(28286,28364,3),(28286,28365,2),(28288,34,258),(28288,35,4964),(28288,38,2),(28288,40,8),(28288,9834,6),(28288,9848,6),(28288,11399,6),(28288,11688,3),(28288,28361,32),(28288,28362,27),(28288,28363,21),(28288,28364,18),(28288,28365,11),(28288,28366,5),(28290,34,8516),(28290,36,627),(28290,37,9),(28290,38,2),(28290,39,8),(28290,40,4),(28290,28361,4),(28290,28362,4),(28290,28363,3),(28290,28364,3),(28290,28365,2),(28292,34,8516),(28292,36,627),(28292,37,9),(28292,38,2),(28292,39,8),(28292,40,4),(28292,9834,6),(28292,9848,6),(28292,11399,6),(28292,11689,3),(28292,28361,32),(28292,28362,27),(28292,28363,21),(28292,28364,18),(28292,28365,11),(28292,28366,5),(28294,34,2724),(28294,35,300),(28294,36,187),(28294,37,4),(28294,38,4),(28294,28361,2),(28294,28362,2),(28294,28363,2),(28294,28364,1),(28296,34,2724),(28296,35,300),(28296,36,187),(28296,37,4),(28296,38,4),(28296,9834,3),(28296,9848,3),(28296,11399,3),(28296,11691,1),(28296,28361,15),(28296,28362,14),(28296,28363,11),(28296,28364,9),(28296,28366,1),(28298,34,2631),(28298,35,542),(28298,36,113),(28298,39,4),(28298,28361,2),(28298,28362,2),(28298,28363,2),(28298,28364,1),(28300,34,2631),(28300,35,542),(28300,36,113),(28300,39,4),(28300,9834,3),(28300,9848,3),(28300,11399,3),(28300,11690,1),(28300,28361,15),(28300,28362,14),(28300,28363,11),(28300,28364,9),(28300,28366,1),(28302,34,951),(28302,35,7),(28302,36,7),(28302,38,4),(28302,28361,1),(28302,28362,1),(28302,28363,1),(28304,34,951),(28304,35,7),(28304,36,7),(28304,38,4),(28304,9834,1),(28304,9848,1),(28304,11399,1),(28304,11691,1),(28304,28361,8),(28304,28362,8),(28304,28363,6),(28304,28366,1),(28306,34,5947),(28306,35,729),(28306,37,47),(28306,38,27),(28306,39,18),(28306,28361,4),(28306,28362,4),(28306,28363,3),(28306,28364,3),(28306,28365,2),(28308,34,5947),(28308,35,729),(28308,37,47),(28308,38,27),(28308,39,18),(28308,9834,6),(28308,9848,6),(28308,11399,6),(28308,11690,3),(28308,28361,32),(28308,28362,27),(28308,28363,21),(28308,28364,18),(28308,28365,11),(28308,28366,5),(28314,34,10000),(28314,37,1),(28314,40,10),(28315,34,10000),(28315,37,1),(28315,40,10),(28316,34,10000),(28316,37,1),(28316,40,10),(28317,34,10000),(28317,37,1),(28317,40,10),(28318,40,100),(28319,40,100),(28324,34,249),(28324,35,198),(28324,37,1),(28326,34,164),(28326,35,17),(28326,37,3),(28328,34,27),(28328,35,21),(28330,34,2489),(28330,35,1978),(28330,37,11),(28332,34,458),(28332,35,580),(28334,34,290),(28334,35,119),(28334,36,14),(28334,37,2),(28336,34,118),(28336,36,1),(28336,37,2),(28338,34,4578),(28338,35,5800),(28351,2867,16),(28351,2868,11),(28351,2869,22),(28351,2870,22),(28351,2871,16),(28351,2872,16),(28351,2875,22),(28351,2876,11),(28351,21037,5),(28352,21009,9),(28352,21013,9),(28352,21017,7),(28352,21019,11),(28352,21021,11),(28352,21023,9),(28352,21025,11),(28352,21027,22),(28352,21029,6),(28352,21035,33),(28352,21037,44),(28352,24547,33),(28352,24558,33),(28352,24560,17),(28367,34,22000),(28367,36,2500),(28367,40,320),(28369,34,532),(28369,35,978),(28369,36,211),(28369,38,28),(28369,40,2),(28369,11399,1),(28375,34,3258),(28375,35,2926),(28375,38,7),(28375,39,4),(28377,34,3258),(28377,35,2926),(28377,38,7),(28377,39,4),(28379,34,3258),(28379,35,2926),(28379,38,7),(28379,39,4),(28381,34,3258),(28381,35,2926),(28381,38,7),(28381,39,4),(28383,34,3258),(28383,35,2926),(28383,38,7),(28383,39,4),(28385,34,23100),(28385,36,2625),(28385,40,336),(28387,34,24200),(28387,36,2750),(28387,40,352),(28388,35,12000),(28388,39,450),(28388,40,100),(28389,35,13200),(28389,39,495),(28389,40,110),(28390,35,12600),(28390,39,473),(28390,40,105),(28391,34,21000),(28391,38,760),(28391,39,135),(28392,34,23100),(28392,38,836),(28392,39,149),(28393,34,22050),(28393,38,798),(28393,39,142),(28394,34,10000),(28394,37,1600),(28394,38,120),(28395,34,11000),(28395,37,1760),(28395,38,132),(28396,34,10500),(28396,37,1680),(28396,38,126),(28397,35,2200),(28397,36,2400),(28397,37,300),(28398,35,2310),(28398,36,2520),(28398,37,315),(28399,35,2420),(28399,36,2640),(28399,37,330),(28400,35,1100),(28400,37,220),(28400,38,110),(28400,39,21),(28401,35,1000),(28401,37,200),(28401,38,100),(28401,39,19),(28402,35,1050),(28402,37,210),(28402,38,105),(28402,39,20),(28403,34,2200),(28403,37,100),(28403,38,120),(28403,39,15),(28404,34,2420),(28404,37,110),(28404,38,132),(28404,39,17),(28405,34,2310),(28405,37,105),(28405,38,126),(28405,39,16),(28406,36,350),(28406,38,75),(28406,39,8),(28407,36,385),(28407,38,83),(28407,39,9),(28408,36,368),(28408,38,79),(28408,39,8),(28409,34,148),(28409,36,294),(28409,37,148),(28410,34,134),(28410,36,267),(28410,37,134),(28411,34,141),(28411,36,281),(28411,37,141),(28412,11399,315),(28413,11399,300),(28414,11399,330),(28415,34,880),(28415,35,110),(28415,37,94),(28416,34,800),(28416,35,100),(28416,37,85),(28417,34,840),(28417,35,105),(28417,37,90),(28418,34,58800),(28418,35,12653),(28418,36,2205),(28418,37,473),(28419,34,61600),(28419,35,13255),(28419,36,2310),(28419,37,495),(28420,34,56000),(28420,35,12050),(28420,36,2100),(28420,37,450),(28421,34,113),(28421,35,224),(28421,36,113),(28422,34,107),(28422,35,213),(28422,36,107),(28423,34,118),(28423,35,235),(28423,36,118),(28424,34,351),(28424,35,25),(28424,36,50),(28424,38,5),(28425,34,369),(28425,35,26),(28425,36,53),(28425,38,5),(28426,34,387),(28426,35,27),(28426,36,55),(28426,38,5),(28427,34,364),(28427,35,182),(28428,34,381),(28428,35,190),(28429,34,346),(28429,35,173),(28430,34,436),(28431,34,457),(28432,34,415),(28433,16272,69),(28433,16273,35),(28433,16275,1),(28433,17887,414),(28434,16272,69),(28434,16273,35),(28434,16274,414),(28434,16275,1),(28435,16272,691),(28435,16273,1381),(28435,16275,69),(28436,16272,104),(28436,16273,55),(28436,16274,483),(28436,16275,1),(28437,16272,345),(28437,16273,691),(28437,16275,104),(28438,16272,69),(28438,16273,35),(28438,16275,1),(28438,17889,414),(28439,16272,1381),(28439,16273,691),(28439,16275,35),(28440,16272,173),(28440,16273,691),(28440,16275,173),(28441,16272,104),(28441,16273,55),(28441,16275,1),(28441,17888,483),(28442,16272,104),(28442,16273,55),(28442,16275,1),(28442,17889,483),(28443,16272,104),(28443,16273,55),(28443,16275,1),(28443,17887,483),(28444,16272,69),(28444,16273,35),(28444,16275,1),(28444,17888,414),(28511,34,556),(28511,35,278),(28513,34,3278),(28513,35,1725),(28513,36,7),(28514,34,862),(28514,35,792),(28514,36,529),(28516,34,502),(28516,35,297),(28516,36,334),(28516,37,197),(28516,39,4),(28518,34,502),(28518,35,297),(28518,36,334),(28518,37,197),(28518,39,4),(28520,34,896),(28520,35,698),(28520,36,29),(28522,34,25649),(28522,35,20583),(28522,38,3),(28522,39,4),(28524,34,44036),(28524,35,33816),(28524,37,94),(28524,38,13),(28524,39,2),(28524,40,2),(28526,34,38342),(28526,35,30481),(28526,37,2),(28526,38,7),(28526,40,2),(28528,34,30893),(28528,35,24221),(28528,36,570),(28528,37,18),(28528,38,3),(28530,34,763),(28530,35,321),(28530,36,412),(28530,40,2),(28532,34,1116),(28532,35,861),(28532,38,3),(28534,34,6013),(28534,35,4514),(28534,36,1612),(28534,39,2),(28534,40,2),(28536,34,10178),(28536,35,6494),(28536,36,7),(28536,38,3),(28536,40,2),(28538,34,10178),(28538,35,6494),(28538,36,7),(28538,38,3),(28538,40,2),(28540,34,10178),(28540,35,6494),(28540,36,7),(28540,38,3),(28540,40,2),(28542,34,10178),(28542,35,6494),(28542,36,7),(28542,38,3),(28542,40,2),(28544,34,2098),(28544,35,835),(28544,36,462),(28544,37,20),(28544,38,23),(28545,34,40236),(28545,35,33343),(28547,34,666),(28547,35,502),(28547,36,1),(28547,37,1),(28549,34,1022),(28549,35,478),(28549,36,407),(28549,38,2),(28550,34,15541),(28550,35,1318),(28550,36,67),(28552,34,666),(28552,35,502),(28552,36,1),(28552,37,1),(28554,34,666),(28554,35,502),(28554,36,1),(28554,37,1),(28556,34,386),(28556,35,129),(28556,40,1),(28557,34,6057),(28557,35,4042),(28557,38,3),(28557,40,2),(28559,34,666),(28559,35,502),(28559,36,1),(28559,37,1),(28561,34,2398),(28561,35,466),(28561,36,179),(28561,37,1),(28561,38,4),(28563,34,1351),(28563,36,636),(28563,37,4),(28563,39,14),(28563,40,4),(28565,34,3258),(28565,35,2926),(28565,38,7),(28565,39,4),(28576,34,676),(28576,36,318),(28576,37,2),(28576,39,6),(28576,40,2),(28576,3689,8),(28576,9842,3),(28576,11399,5),(28576,11689,8),(28578,34,676),(28578,36,318),(28578,37,2),(28578,39,6),(28578,40,2),(28578,3689,8),(28578,9842,3),(28578,11399,5),(28578,11689,8),(28583,34,2742299),(28583,35,662493),(28583,36,251964),(28583,37,41627),(28583,38,12658),(28583,39,3626),(28583,40,1812),(28606,21013,4),(28606,21019,9),(28606,21027,38),(28606,21035,7),(28606,21037,16),(28606,24558,7),(28606,24560,4),(28612,38,444),(28646,34,13936),(28646,35,8380),(28646,36,2171),(28646,37,2361),(28646,38,989),(28646,39,2188),(28646,40,1184),(28650,34,6),(28650,35,17),(28650,36,22),(28650,37,1),(28650,38,1),(28650,40,2),(28650,16275,11),(28650,16681,1),(28650,16682,1),(28652,34,13333),(28652,35,8889),(28652,36,5556),(28652,37,2222),(28652,38,1111),(28652,39,13339),(28652,40,1661),(28654,34,66156),(28654,35,36064),(28654,36,17147),(28654,37,9360),(28654,38,2824),(28654,39,204),(28654,40,40),(28659,34,10608667),(28659,35,2652667),(28659,36,664444),(28659,37,165922),(28659,38,41467),(28659,39,20044),(28659,40,6400),(28659,3828,450),(28659,11399,975),(28659,11532,375),(28659,11537,863),(28659,11539,6000),(28659,11543,37500),(28659,11549,225),(28659,11554,3000),(28659,11557,3795),(28661,34,10321889),(28661,35,2637000),(28661,36,646889),(28661,37,161433),(28661,38,40300),(28661,39,19112),(28661,40,5866),(28661,3828,450),(28661,11399,975),(28661,11531,375),(28661,11535,863),(28661,11541,6000),(28661,11545,37500),(28661,11547,225),(28661,11553,3000),(28661,11556,3795),(28665,34,10321889),(28665,35,2581444),(28665,36,647667),(28665,37,161511),(28665,38,40278),(28665,39,19000),(28665,40,5466),(28665,3828,450),(28665,11399,975),(28665,11530,375),(28665,11536,863),(28665,11538,6000),(28665,11542,37500),(28665,11548,225),(28665,11551,3000),(28665,11555,3795),(28668,2348,1),(28668,2463,4),(28668,17392,1),(28670,40,2),(28670,28686,17),(28672,40,2),(28672,28687,17),(28674,40,2),(28674,28688,17),(28676,40,2),(28676,28689,17),(28678,40,2),(28678,28690,17),(28680,40,2),(28680,28691,17),(28682,40,2),(28682,28693,17),(28684,40,2),(28684,28692,17),(28710,34,10608667),(28710,35,2652667),(28710,36,664444),(28710,37,165911),(28710,38,41422),(28710,39,19756),(28710,40,6288),(28710,3828,450),(28710,11399,975),(28710,11533,375),(28710,11534,863),(28710,11540,6000),(28710,11544,37500),(28710,11550,225),(28710,11552,3000),(28710,11558,3795),(28729,34,2884),(28729,35,919),(28729,40,2),(28731,37,62),(28731,38,49),(28733,34,2884),(28733,35,919),(28733,40,2),(28735,34,2884),(28735,35,919),(28735,40,2),(28737,34,2884),(28737,35,919),(28737,40,2),(28739,35,592),(28739,36,2),(28739,37,4),(28739,38,1),(28739,39,2),(28740,34,9151),(28740,35,2737),(28740,36,988),(28740,37,150),(28740,38,148),(28742,34,916),(28742,35,64),(28742,36,29),(28742,38,4),(28744,34,3383),(28744,35,2769),(28744,36,181),(28746,34,1890),(28746,35,456),(28746,36,179),(28746,37,6),(28748,34,7547),(28748,35,3947),(28748,36,2250),(28748,37,1667),(28748,38,111),(28750,34,1324),(28750,35,481),(28750,36,119),(28752,34,122844),(28752,35,34500),(28752,36,5624),(28752,37,1222),(28752,38,478),(28752,39,178),(28752,40,94),(28754,34,98658),(28754,35,30613),(28754,36,7806),(28754,38,744),(28754,40,176),(28756,34,471),(28756,35,716),(28758,34,471),(28758,35,716),(28766,34,3),(28766,35,8),(28766,36,8),(28766,37,1),(28766,38,2),(28766,40,1),(28766,16275,8),(28768,34,19),(28768,35,16),(28768,36,24),(28768,37,13),(28768,38,4),(28770,34,279964),(28770,35,93031),(28770,36,51822),(28770,37,13618),(28770,38,3147),(28770,39,2844),(28770,40,712),(28772,34,69991),(28772,35,23258),(28772,36,12956),(28772,37,3404),(28772,38,787),(28772,39,712),(28772,40,178),(28774,34,17498),(28774,35,5814),(28774,36,3239),(28774,37,851),(28774,38,197),(28774,39,178),(28774,40,44),(28776,34,516),(28776,35,67),(28776,36,2),(28776,37,73),(28778,34,751),(28778,35,226),(28778,36,311),(28778,37,43),(28778,38,2),(28778,39,2),(28780,34,18938),(28780,35,18012),(28780,36,13619),(28780,37,877),(28780,39,2),(28780,40,12),(28782,34,5244),(28782,35,3160),(28782,36,842),(28782,38,20),(28782,39,6),(28782,40,2),(28784,34,10591),(28784,35,6983),(28784,36,2503),(28784,37,1),(28784,39,12),(28784,40,2),(28786,34,12218),(28786,35,11594),(28786,36,8360),(28786,37,231),(28786,38,6),(28786,40,6),(28788,34,93611),(28788,35,30667),(28788,36,7656),(28788,38,711),(28788,40,168),(28790,38,1),(28790,39,1),(28790,40,1),(28791,38,1),(28791,39,1),(28791,40,1),(28792,38,1),(28792,39,1),(28792,40,1),(28793,38,1),(28793,39,1),(28793,40,1),(28794,38,1),(28794,39,1),(28794,40,1),(28795,38,1),(28795,39,1),(28795,40,1),(28796,38,1),(28796,39,1),(28796,40,1),(28797,38,1),(28797,39,1),(28797,40,1),(28798,38,1),(28798,39,1),(28798,40,1),(28799,38,1),(28799,39,1),(28799,40,1),(28800,38,1),(28800,39,1),(28800,40,1),(28801,38,1),(28801,39,1),(28801,40,1),(28802,38,1),(28802,39,1),(28802,40,1),(28803,38,1),(28803,39,1),(28803,40,1),(28804,38,1),(28804,39,1),(28804,40,1),(28805,38,1),(28805,39,1),(28805,40,1),(28806,38,1),(28806,39,1),(28806,40,1),(28807,38,1),(28807,39,1),(28807,40,1),(28808,38,1),(28808,39,1),(28808,40,1),(28809,38,1),(28809,39,1),(28809,40,1),(28810,38,1),(28810,39,1),(28810,40,1),(28811,38,1),(28811,39,1),(28811,40,1),(28812,38,1),(28812,39,1),(28812,40,1),(28813,38,1),(28813,39,1),(28813,40,1),(28814,38,1),(28814,39,1),(28814,40,1),(28815,38,1),(28815,39,1),(28815,40,1),(28816,38,1),(28816,39,1),(28816,40,1),(28817,38,1),(28817,39,1),(28817,40,1),(28818,38,1),(28818,39,1),(28818,40,1),(28819,38,1),(28819,39,1),(28819,40,1),(28844,3828,2250),(28844,11399,3750),(28844,21009,11),(28844,21017,14),(28844,21025,30),(28844,21027,106),(28844,21037,51),(28844,29055,665),(28844,29059,777),(28844,29071,633),(28844,29093,1056),(28844,29097,1056),(28844,29101,674),(28844,29107,1520),(28846,3828,2250),(28846,11399,3750),(28846,21009,28),(28846,21017,13),(28846,21025,30),(28846,21027,83),(28846,21037,49),(28846,29043,674),(28846,29045,1056),(28846,29049,1520),(28846,29065,665),(28846,29075,1056),(28846,29079,777),(28846,29089,633),(28848,3828,2250),(28848,11399,3750),(28848,21009,17),(28848,21017,16),(28848,21025,30),(28848,21027,89),(28848,21037,56),(28848,29041,1520),(28848,29051,777),(28848,29061,633),(28848,29069,665),(28848,29081,1056),(28848,29085,1056),(28848,29091,674),(28850,3828,2250),(28850,11399,3750),(28850,21009,22),(28850,21017,17),(28850,21025,30),(28850,21027,83),(28850,21037,53),(28850,29039,777),(28850,29053,633),(28850,29067,674),(28850,29073,1056),(28850,29095,665),(28850,29103,1056),(28850,29109,1520),(28865,36,80),(28865,37,150),(28865,38,72),(28884,34,10000),(28884,37,1),(28884,40,10),(28888,25595,111),(28888,25598,76),(28888,25601,131),(28890,25595,150),(28890,25598,102),(28890,25601,177),(28892,25595,111),(28892,25598,76),(28892,25601,131),(28894,25595,150),(28894,25598,102),(28894,25601,177),(28996,34,3),(28999,35,4),(28999,37,3),(28999,38,3),(28999,39,2),(28999,40,2),(29001,35,4),(29001,37,3),(29001,38,3),(29001,39,2),(29001,40,2),(29003,34,12),(29003,35,7),(29003,37,8),(29003,38,6),(29003,39,47),(29003,40,30),(29005,35,4),(29005,37,3),(29005,38,3),(29005,39,2),(29005,40,2),(29007,35,4),(29007,37,3),(29007,38,3),(29007,39,2),(29007,40,2),(29009,35,4),(29009,37,3),(29009,38,3),(29009,39,2),(29009,40,2),(29011,35,4),(29011,37,3),(29011,38,3),(29011,39,2),(29011,40,2),(29013,35,4),(29013,37,3),(29013,38,3),(29013,39,2),(29013,40,2),(29015,35,4),(29015,37,3),(29015,38,3),(29015,39,2),(29015,40,2),(29039,16672,889),(29039,17317,22),(29041,16670,2222),(29041,16678,1667),(29043,16673,2222),(29043,16678,889),(29043,16683,11),(29045,16673,2222),(29045,16679,1111),(29045,16681,11),(29045,33361,22),(29047,16672,2222),(29047,16680,67),(29047,16681,22),(29049,16673,2222),(29049,16678,1667),(29051,16670,889),(29051,17317,22),(29053,16672,1333),(29053,16680,33),(29053,16683,11),(29055,16671,2222),(29055,16681,11),(29055,16682,22),(29057,16671,2222),(29057,16680,67),(29057,16681,22),(29059,16671,889),(29059,17317,22),(29061,16670,1333),(29061,16680,33),(29061,16683,11),(29063,16672,2556),(29063,16679,778),(29063,16682,11),(29065,16673,2222),(29065,16681,11),(29065,16682,22),(29067,16672,2222),(29067,16678,889),(29067,16683,11),(29069,16670,2222),(29069,16681,11),(29069,16682,22),(29071,16671,1333),(29071,16680,33),(29071,16683,11),(29073,16672,1667),(29073,16680,56),(29073,16681,22),(29073,33360,22),(29075,16673,1667),(29075,16680,56),(29075,16681,22),(29075,33361,22),(29077,16673,2222),(29077,16680,67),(29077,16681,22),(29079,16673,889),(29079,17317,22),(29081,16670,2222),(29081,16679,1111),(29081,16681,11),(29081,33359,22),(29083,16670,2556),(29083,16679,778),(29083,16682,11),(29085,16670,1667),(29085,16680,56),(29085,16681,22),(29085,33359,22),(29087,16670,2222),(29087,16680,67),(29087,16681,22),(29089,16673,1333),(29089,16680,33),(29089,16683,11),(29091,16670,2222),(29091,16678,889),(29091,16683,11),(29093,16671,1667),(29093,16680,56),(29093,16681,22),(29093,33362,22),(29095,16672,2222),(29095,16681,11),(29095,16682,22),(29097,16671,2222),(29097,16679,1111),(29097,16681,11),(29097,33362,22),(29099,16671,2556),(29099,16679,778),(29099,16682,11),(29101,16671,2222),(29101,16678,889),(29101,16683,11),(29103,16672,2222),(29103,16679,1111),(29103,16681,11),(29103,33360,22),(29105,16673,2556),(29105,16679,778),(29105,16682,11),(29107,16671,2222),(29107,16678,1667),(29109,16672,2222),(29109,16678,1667),(29113,16272,50),(29113,16273,25),(29113,16275,1),(29113,17887,300),(29115,16272,50),(29115,16273,25),(29115,16274,300),(29115,16275,1),(29117,16272,500),(29117,16273,1000),(29117,16275,50),(29119,16272,75),(29119,16273,40),(29119,16274,350),(29119,16275,10),(29121,16272,250),(29121,16273,500),(29121,16275,75),(29123,16272,50),(29123,16273,25),(29123,16275,1),(29123,17889,300),(29125,16272,1000),(29125,16273,500),(29125,16275,25),(29127,16272,100),(29127,16273,250),(29127,16275,100),(29129,16272,75),(29129,16273,40),(29129,16275,1),(29129,17888,350),(29131,16272,75),(29131,16273,40),(29131,16275,1),(29131,17889,350),(29133,16272,75),(29133,16273,40),(29133,16275,1),(29133,17887,350),(29135,16272,50),(29135,16273,25),(29135,16275,1),(29135,17888,300),(29138,38,90000),(29139,38,135000),(29193,34,300),(29193,39,166),(29193,40,333),(29202,29203,1),(29205,37,2),(29205,38,6),(29226,34,306),(29226,35,122),(29248,34,13889),(29248,35,6111),(29248,36,4000),(29248,37,167),(29248,38,67),(29248,39,14),(29248,40,4),(29286,34,100000),(29286,35,50000),(29302,34,100000),(29302,35,50000),(29303,34,100000),(29303,35,50000),(29304,34,100000),(29304,35,50000),(29328,34,2778),(29330,34,2778),(29332,34,2778),(29334,34,2778),(29336,34,566667),(29336,35,211111),(29336,36,52222),(29336,37,8333),(29336,38,2333),(29336,39,1088),(29336,40,222),(29337,34,633333),(29337,35,200000),(29337,36,51111),(29337,37,7222),(29337,38,2444),(29337,39,1112),(29337,40,266),(29340,34,544444),(29340,35,177778),(29340,36,47778),(29340,37,8556),(29340,38,3111),(29340,39,1244),(29340,40,244),(29344,34,588889),(29344,35,122222),(29344,36,50000),(29344,37,11111),(29344,38,3222),(29344,39,1312),(29344,40,212),(29613,2867,11),(29613,2868,7),(29613,2869,16),(29613,2870,16),(29613,2871,11),(29613,2872,11),(29613,2875,16),(29613,2876,7),(29613,21037,4),(29616,34,37289),(29616,35,8333),(29616,39,67),(29618,34,39889),(29618,35,29389),(29618,36,289),(29618,37,22),(29618,38,22),(29618,39,11),(29620,34,18756),(29620,39,56),(29620,40,22),(29622,34,39244),(29622,35,3556),(29622,36,278),(29622,40,33),(29659,17769,73),(29660,16646,173),(29660,16668,73),(29661,16646,173),(29661,16667,73),(29662,16643,173),(29662,17960,73),(29663,16648,173),(29663,16669,73),(29664,16642,173),(29664,16666,73),(29964,30002,1),(29964,30008,7),(29964,30464,1),(29964,30470,1),(29964,30474,1),(29964,30476,1),(29965,30002,1),(29965,30008,7),(29965,30464,1),(29965,30470,1),(29965,30474,1),(29965,30476,1),(29966,30002,1),(29966,30008,7),(29966,30464,1),(29966,30470,1),(29966,30474,1),(29966,30476,1),(29967,30002,1),(29967,30008,7),(29967,30464,1),(29967,30470,1),(29967,30474,1),(29967,30476,1),(29969,30002,1),(29969,30008,7),(29969,30464,1),(29969,30470,1),(29969,30474,1),(29969,30476,1),(29970,30002,1),(29970,30008,7),(29970,30464,1),(29970,30470,1),(29970,30474,1),(29970,30476,1),(29971,30002,1),(29971,30008,7),(29971,30464,1),(29971,30470,1),(29971,30474,1),(29971,30476,1),(29972,30002,1),(29972,30008,7),(29972,30464,1),(29972,30470,1),(29972,30474,1),(29972,30476,1),(29974,30002,1),(29974,30008,7),(29974,30464,1),(29974,30470,1),(29974,30474,1),(29974,30476,1),(29975,30002,1),(29975,30008,7),(29975,30464,1),(29975,30470,1),(29975,30474,1),(29975,30476,1),(29976,30002,1),(29976,30008,7),(29976,30464,1),(29976,30470,1),(29976,30474,1),(29976,30476,1),(29977,30002,1),(29977,30008,7),(29977,30464,1),(29977,30470,1),(29977,30474,1),(29977,30476,1),(29979,30002,1),(29979,30008,7),(29979,30464,1),(29979,30470,1),(29979,30474,1),(29979,30476,1),(29980,30002,1),(29980,30008,7),(29980,30464,1),(29980,30470,1),(29980,30474,1),(29980,30476,1),(29981,30002,1),(29981,30008,7),(29981,30464,1),(29981,30470,1),(29981,30474,1),(29981,30476,1),(29982,30002,1),(29982,30008,7),(29982,30464,1),(29982,30470,1),(29982,30474,1),(29982,30476,1),(29984,29996,2),(29984,30002,8),(29984,30464,16),(29984,30466,8),(29984,30470,2),(29984,30474,21),(29984,30476,3),(29984,45653,12),(29986,29996,2),(29986,30002,8),(29986,30464,16),(29986,30466,8),(29986,30470,2),(29986,30474,21),(29986,30476,3),(29986,45654,12),(29988,29996,2),(29988,30002,8),(29988,30464,16),(29988,30466,8),(29988,30470,2),(29988,30474,21),(29988,30476,3),(29988,45652,12),(29990,29996,2),(29990,30002,8),(29990,30464,16),(29990,30466,8),(29990,30470,2),(29990,30474,21),(29990,30476,3),(29990,45655,12),(29992,30018,4),(29992,30019,2),(29992,30021,3),(29992,30254,10),(29992,30304,11),(29992,30307,7),(29992,30309,7),(29994,30019,2),(29994,30021,3),(29994,30248,4),(29994,30254,10),(29994,30305,11),(29994,30308,22),(29994,30309,7),(29996,30252,7),(29996,30268,7),(29996,30269,7),(29996,30270,7),(29996,30271,7),(29996,30304,6),(29996,30307,50),(29996,30311,310),(30002,30019,4),(30002,30021,6),(30002,30251,55),(30002,30259,2),(30002,30303,33),(30002,30304,6),(30002,30305,2),(30008,30019,2),(30008,30021,3),(30008,30022,4),(30008,30254,10),(30008,30305,11),(30008,30308,22),(30008,30309,7),(30013,34,11),(30013,35,12),(30013,36,28),(30013,37,11),(30013,38,4),(30028,34,3),(30028,35,9),(30028,36,14),(30028,37,1),(30028,38,1),(30028,40,2),(30028,16275,7),(30036,30002,1),(30036,30464,1),(30036,30466,7),(30036,30470,1),(30036,30474,1),(30036,30476,1),(30038,30002,1),(30038,30464,1),(30038,30466,7),(30038,30470,1),(30038,30474,1),(30038,30476,1),(30040,30002,1),(30040,30464,1),(30040,30466,7),(30040,30470,1),(30040,30474,1),(30040,30476,1),(30042,30002,1),(30042,30464,1),(30042,30466,7),(30042,30470,1),(30042,30474,1),(30042,30476,1),(30046,30002,1),(30046,30464,1),(30046,30466,7),(30046,30470,1),(30046,30474,1),(30046,30476,1),(30048,30002,1),(30048,30464,1),(30048,30466,7),(30048,30470,1),(30048,30474,1),(30048,30476,1),(30050,30002,1),(30050,30464,1),(30050,30466,7),(30050,30470,1),(30050,30474,1),(30050,30476,1),(30052,30002,1),(30052,30464,1),(30052,30466,7),(30052,30470,1),(30052,30474,1),(30052,30476,1),(30056,30002,1),(30056,30464,1),(30056,30466,7),(30056,30470,1),(30056,30474,1),(30056,30476,1),(30058,30002,1),(30058,30464,1),(30058,30466,7),(30058,30470,1),(30058,30474,1),(30058,30476,1),(30060,30002,1),(30060,30464,1),(30060,30466,7),(30060,30470,1),(30060,30474,1),(30060,30476,1),(30062,30002,1),(30062,30464,1),(30062,30466,7),(30062,30470,1),(30062,30474,1),(30062,30476,1),(30066,30002,1),(30066,30464,1),(30066,30466,7),(30066,30470,1),(30066,30474,1),(30066,30476,1),(30068,30002,1),(30068,30464,1),(30068,30466,7),(30068,30470,1),(30068,30474,1),(30068,30476,1),(30070,30002,1),(30070,30464,1),(30070,30466,7),(30070,30470,1),(30070,30474,1),(30070,30476,1),(30072,30002,1),(30072,30464,1),(30072,30466,7),(30072,30470,1),(30072,30474,1),(30072,30476,1),(30076,30002,1),(30076,30464,1),(30076,30470,1),(30076,30474,1),(30076,30476,1),(30076,30478,7),(30078,30002,1),(30078,30464,1),(30078,30470,1),(30078,30474,1),(30078,30476,1),(30078,30478,7),(30080,30002,1),(30080,30464,1),(30080,30470,1),(30080,30474,1),(30080,30476,1),(30080,30478,7),(30082,30002,1),(30082,30464,1),(30082,30470,1),(30082,30474,1),(30082,30476,1),(30082,30478,7),(30086,30002,1),(30086,30464,1),(30086,30470,1),(30086,30474,1),(30086,30476,1),(30086,30478,7),(30088,30002,1),(30088,30464,1),(30088,30470,1),(30088,30474,1),(30088,30476,1),(30088,30478,7),(30090,30002,1),(30090,30464,1),(30090,30470,1),(30090,30474,1),(30090,30476,1),(30090,30478,7),(30092,30002,1),(30092,30464,1),(30092,30470,1),(30092,30474,1),(30092,30476,1),(30092,30478,7),(30096,30002,1),(30096,30464,1),(30096,30470,1),(30096,30474,1),(30096,30476,1),(30096,30478,7),(30098,30002,1),(30098,30464,1),(30098,30470,1),(30098,30474,1),(30098,30476,1),(30098,30478,7),(30100,30002,1),(30100,30464,1),(30100,30470,1),(30100,30474,1),(30100,30476,1),(30100,30478,7),(30102,30002,1),(30102,30464,1),(30102,30470,1),(30102,30474,1),(30102,30476,1),(30102,30478,7),(30106,30002,1),(30106,30464,1),(30106,30470,1),(30106,30474,1),(30106,30476,1),(30106,30478,7),(30108,30002,1),(30108,30464,1),(30108,30470,1),(30108,30474,1),(30108,30476,1),(30108,30478,7),(30110,30002,1),(30110,30464,1),(30110,30470,1),(30110,30474,1),(30110,30476,1),(30110,30478,7),(30112,30002,1),(30112,30464,1),(30112,30470,1),(30112,30474,1),(30112,30476,1),(30112,30478,7),(30117,29994,7),(30117,30002,1),(30117,30464,1),(30117,30470,1),(30117,30474,1),(30117,30476,1),(30118,29994,7),(30118,30002,1),(30118,30464,1),(30118,30470,1),(30118,30474,1),(30118,30476,1),(30119,29994,7),(30119,30002,1),(30119,30464,1),(30119,30470,1),(30119,30474,1),(30119,30476,1),(30120,29994,7),(30120,30002,1),(30120,30464,1),(30120,30470,1),(30120,30474,1),(30120,30476,1),(30122,29994,7),(30122,30002,1),(30122,30464,1),(30122,30470,1),(30122,30474,1),(30122,30476,1),(30123,29994,7),(30123,30002,1),(30123,30464,1),(30123,30470,1),(30123,30474,1),(30123,30476,1),(30124,29994,7),(30124,30002,1),(30124,30464,1),(30124,30470,1),(30124,30474,1),(30124,30476,1),(30125,29994,7),(30125,30002,1),(30125,30464,1),(30125,30470,1),(30125,30474,1),(30125,30476,1),(30127,29994,7),(30127,30002,1),(30127,30464,1),(30127,30470,1),(30127,30474,1),(30127,30476,1),(30128,29994,7),(30128,30002,1),(30128,30464,1),(30128,30470,1),(30128,30474,1),(30128,30476,1),(30129,29994,7),(30129,30002,1),(30129,30464,1),(30129,30470,1),(30129,30474,1),(30129,30476,1),(30130,29994,7),(30130,30002,1),(30130,30464,1),(30130,30470,1),(30130,30474,1),(30130,30476,1),(30132,29994,7),(30132,30002,1),(30132,30464,1),(30132,30470,1),(30132,30474,1),(30132,30476,1),(30133,29994,7),(30133,30002,1),(30133,30464,1),(30133,30470,1),(30133,30474,1),(30133,30476,1),(30134,29994,7),(30134,30002,1),(30134,30464,1),(30134,30470,1),(30134,30474,1),(30134,30476,1),(30135,29994,7),(30135,30002,1),(30135,30464,1),(30135,30470,1),(30135,30474,1),(30135,30476,1),(30139,29992,7),(30139,30002,1),(30139,30464,1),(30139,30470,1),(30139,30474,1),(30139,30476,1),(30141,29992,7),(30141,30002,1),(30141,30464,1),(30141,30470,1),(30141,30474,1),(30141,30476,1),(30143,29992,7),(30143,30002,1),(30143,30464,1),(30143,30470,1),(30143,30474,1),(30143,30476,1),(30145,29992,7),(30145,30002,1),(30145,30464,1),(30145,30470,1),(30145,30474,1),(30145,30476,1),(30149,29992,7),(30149,30002,1),(30149,30464,1),(30149,30470,1),(30149,30474,1),(30149,30476,1),(30151,29992,7),(30151,30002,1),(30151,30464,1),(30151,30470,1),(30151,30474,1),(30151,30476,1),(30153,29992,7),(30153,30002,1),(30153,30464,1),(30153,30470,1),(30153,30474,1),(30153,30476,1),(30155,29992,7),(30155,30002,1),(30155,30464,1),(30155,30470,1),(30155,30474,1),(30155,30476,1),(30159,29992,7),(30159,30002,1),(30159,30464,1),(30159,30470,1),(30159,30474,1),(30159,30476,1),(30161,29992,7),(30161,30002,1),(30161,30464,1),(30161,30470,1),(30161,30474,1),(30161,30476,1),(30163,29992,7),(30163,30002,1),(30163,30464,1),(30163,30470,1),(30163,30474,1),(30163,30476,1),(30165,29992,7),(30165,30002,1),(30165,30464,1),(30165,30470,1),(30165,30474,1),(30165,30476,1),(30169,29992,7),(30169,30002,1),(30169,30464,1),(30169,30470,1),(30169,30474,1),(30169,30476,1),(30171,29992,7),(30171,30002,1),(30171,30464,1),(30171,30470,1),(30171,30474,1),(30171,30476,1),(30173,29992,7),(30173,30002,1),(30173,30464,1),(30173,30470,1),(30173,30474,1),(30173,30476,1),(30175,29992,7),(30175,30002,1),(30175,30464,1),(30175,30470,1),(30175,30474,1),(30175,30476,1),(30223,34,5412),(30223,35,4063),(30223,36,1451),(30223,39,1),(30223,40,1),(30328,34,106),(30328,35,32),(30342,34,133),(30342,35,67),(30386,21592,36),(30386,21593,22),(30386,21594,11),(30386,21595,4),(30386,21596,2),(30389,2867,11),(30389,2868,7),(30389,2869,16),(30389,2870,16),(30389,2871,11),(30389,2872,11),(30389,2875,16),(30389,2876,7),(30389,21037,4),(30391,34,300),(30391,39,166),(30391,40,333),(30420,34,133),(30420,35,67),(30422,34,133),(30422,35,67),(30424,34,133),(30424,35,67),(30426,34,1302),(30426,36,73),(30426,37,4),(30426,39,1),(30428,34,316),(30428,35,107),(30428,38,1),(30430,34,49),(30430,35,14),(30430,36,5),(30444,34,300),(30444,39,166),(30444,40,333),(30446,34,300),(30446,39,166),(30446,40,333),(30447,34,300),(30447,39,166),(30447,40,333),(30448,34,300),(30448,39,166),(30448,40,333),(30449,25268,1),(30464,30021,4),(30464,30254,6),(30464,30303,17),(30464,30304,4),(30466,30019,2),(30466,30021,3),(30466,30024,4),(30466,30254,10),(30466,30304,11),(30466,30307,7),(30466,30309,7),(30470,30019,4),(30470,30021,4),(30470,30254,11),(30470,30259,4),(30470,30303,56),(30470,30308,44),(30470,30310,222),(30474,30021,3),(30474,30254,3),(30474,30303,11),(30474,30304,2),(30476,30019,3),(30476,30021,4),(30476,30251,4),(30476,30254,6),(30476,30303,28),(30476,30304,11),(30476,30306,60),(30476,30308,44),(30478,30019,2),(30478,30021,3),(30478,30254,10),(30478,30258,4),(30478,30303,11),(30478,30307,7),(30478,30309,7),(30486,34,3),(30486,35,9),(30486,36,14),(30486,37,1),(30486,38,1),(30486,40,1),(30486,16275,7),(30488,34,11),(30488,35,12),(30488,36,28),(30488,37,11),(30488,38,4),(30497,34,2500),(30655,34,101011),(30655,38,404),(30655,40,204),(30655,2870,2),(30655,2871,2),(30656,34,101011),(30656,38,404),(30656,40,204),(30656,2867,2),(30656,2868,2),(30656,2869,2),(30832,34,840),(30832,35,183),(30832,36,470),(30832,37,4),(30832,40,4),(30832,9840,12),(30832,9842,9),(30832,11536,5),(30832,11539,5),(30834,34,840),(30834,35,183),(30834,36,470),(30834,37,4),(30834,40,4),(30834,9840,12),(30834,9842,9),(30834,11536,5),(30834,11540,5),(30836,34,840),(30836,35,183),(30836,36,470),(30836,37,4),(30836,40,4),(30836,9840,12),(30836,9842,9),(30836,11536,5),(30836,11538,5),(30839,34,72),(30839,35,36),(30839,36,1),(30842,34,2778),(30844,34,300),(30844,39,166),(30844,40,333),(30845,34,300),(30845,39,166),(30845,40,333),(30846,34,300),(30846,39,166),(30846,40,333),(30847,34,300),(30847,39,166),(30847,40,333),(30848,34,300),(30848,39,166),(30848,40,333),(30849,34,300),(30849,39,166),(30849,40,333),(30850,34,300),(30850,39,166),(30850,40,333),(30851,34,300),(30851,39,166),(30851,40,333),(30852,34,300),(30852,39,166),(30852,40,333),(30853,34,300),(30853,39,166),(30853,40,333),(30854,34,300),(30854,39,166),(30854,40,333),(30860,34,300),(30860,39,166),(30860,40,333),(30861,34,300),(30861,39,166),(30861,40,333),(30862,34,300),(30862,39,166),(30862,40,333),(30863,34,300),(30863,39,166),(30863,40,333),(30864,34,300),(30864,39,166),(30864,40,333),(30865,34,300),(30865,39,166),(30865,40,333),(30866,34,300),(30866,39,166),(30866,40,333),(30867,34,300),(30867,39,166),(30867,40,333),(30868,34,300),(30868,39,166),(30868,40,333),(30869,34,300),(30869,39,166),(30869,40,333),(30870,34,300),(30870,39,166),(30870,40,333),(30871,34,300),(30871,39,166),(30871,40,333),(30872,34,300),(30872,39,166),(30872,40,333),(30873,34,300),(30873,39,166),(30873,40,333),(30874,34,300),(30874,39,166),(30874,40,333),(30875,34,300),(30875,39,166),(30875,40,333),(30876,34,300),(30876,39,166),(30876,40,333),(30877,34,300),(30877,39,166),(30877,40,333),(30878,34,300),(30878,39,166),(30878,40,333),(30879,34,300),(30879,39,166),(30879,40,333),(30880,34,300),(30880,39,166),(30880,40,333),(30881,34,300),(30881,39,166),(30881,40,333),(30882,34,300),(30882,39,166),(30882,40,333),(30883,34,300),(30883,39,166),(30883,40,333),(30884,34,300),(30884,39,166),(30884,40,333),(30987,25590,2),(30987,25601,3),(30987,25605,3),(30993,25590,278),(30993,25601,417),(30993,25605,361),(30997,25590,2),(30997,25601,3),(30997,25605,3),(30999,25590,9),(30999,25601,17),(30999,25605,14),(31001,25590,222),(31001,25601,417),(31001,25605,361),(31003,25609,1),(31003,25620,1),(31003,25624,1),(31005,25609,1),(31005,25620,5),(31005,25624,3),(31007,25609,60),(31007,25620,113),(31007,25624,98),(31009,25590,2),(31009,25601,3),(31009,25605,3),(31011,25590,9),(31011,25601,17),(31011,25605,14),(31013,25590,222),(31013,25601,417),(31013,25605,361),(31015,25609,1),(31015,25620,1),(31015,25624,1),(31017,25609,1),(31017,25620,5),(31017,25624,3),(31019,25609,60),(31019,25620,113),(31019,25624,98),(31021,25590,2),(31021,25601,3),(31021,25605,3),(31023,25590,9),(31023,25601,17),(31023,25605,14),(31025,25590,222),(31025,25601,417),(31025,25605,361),(31027,25609,1),(31027,25620,1),(31027,25624,1),(31029,25609,1),(31029,25620,5),(31029,25624,3),(31031,25609,60),(31031,25620,113),(31031,25624,98),(31033,25590,2),(31033,25601,3),(31033,25605,3),(31035,25590,9),(31035,25601,17),(31035,25605,14),(31037,25590,222),(31037,25601,417),(31037,25605,361),(31039,25609,1),(31039,25620,1),(31039,25624,1),(31041,25609,1),(31041,25620,5),(31041,25624,3),(31043,25609,60),(31043,25620,113),(31043,25624,98),(31045,25590,3),(31045,25601,4),(31045,25605,4),(31047,25590,13),(31047,25601,20),(31047,25605,18),(31049,25609,90),(31049,25620,135),(31049,25624,120),(31051,25609,1),(31051,25620,1),(31051,25624,1),(31053,25609,3),(31053,25620,5),(31053,25624,5),(31055,25590,11),(31055,25601,17),(31055,25605,14),(31057,25609,1),(31057,25620,1),(31057,25624,1),(31059,25609,3),(31059,25620,5),(31059,25624,3),(31061,25609,75),(31061,25620,113),(31061,25624,98),(31063,25590,3),(31063,25601,4),(31063,25605,4),(31065,25590,13),(31065,25601,20),(31065,25605,18),(31067,25590,333),(31067,25601,500),(31067,25605,444),(31069,25609,1),(31069,25620,1),(31069,25624,1),(31071,25609,3),(31071,25620,5),(31071,25624,5),(31073,25590,13),(31073,25601,20),(31073,25605,18),(31075,25590,333),(31075,25601,500),(31075,25605,444),(31077,25609,1),(31077,25620,1),(31077,25624,1),(31079,25609,3),(31079,25620,5),(31079,25624,5),(31081,25609,90),(31081,25620,135),(31081,25624,120),(31083,25590,3),(31083,25601,4),(31083,25605,4),(31085,25590,13),(31085,25601,20),(31085,25605,18),(31087,25590,333),(31087,25601,500),(31087,25605,444),(31089,25609,1),(31089,25620,1),(31089,25624,1),(31091,25609,3),(31091,25620,5),(31091,25624,5),(31093,25609,90),(31093,25620,135),(31093,25624,120),(31105,25599,3),(31105,25600,4),(31105,25602,1),(31107,25599,18),(31107,25600,20),(31107,25602,7),(31109,25599,444),(31109,25600,500),(31109,25602,167),(31111,25618,1),(31111,25619,1),(31111,25621,1),(31113,25618,5),(31113,25619,6),(31113,25621,1),(31115,25618,120),(31115,25619,135),(31115,25621,45),(31117,25595,4),(31117,25598,3),(31117,25601,6),(31119,25595,22),(31119,25598,16),(31119,25601,27),(31121,25595,556),(31121,25598,378),(31121,25601,656),(31123,25614,1),(31123,25617,1),(31123,25620,1),(31125,25614,6),(31125,25617,5),(31125,25620,8),(31127,25614,150),(31127,25617,105),(31127,25620,180),(31129,25595,1),(31129,25598,2),(31129,25600,1),(31131,25595,4),(31131,25598,11),(31131,25600,7),(31133,25595,111),(31133,25598,278),(31133,25600,167),(31135,25614,1),(31135,25617,1),(31135,25619,1),(31137,25614,1),(31137,25617,3),(31137,25619,1),(31139,25614,30),(31139,25617,75),(31139,25619,45),(31141,25595,2),(31141,25598,3),(31141,25601,3),(31143,25595,13),(31143,25598,14),(31143,25601,17),(31145,25595,333),(31145,25598,361),(31145,25601,417),(31147,25614,1),(31147,25617,1),(31147,25620,1),(31149,25614,3),(31149,25617,5),(31149,25620,5),(31151,25614,90),(31151,25617,98),(31151,25620,113),(31153,25599,3),(31153,25600,4),(31153,25602,1),(31155,25599,18),(31155,25600,20),(31155,25602,7),(31157,25599,444),(31157,25600,500),(31157,25602,167),(31159,25599,3),(31159,25600,4),(31159,25602,3),(31161,25599,16),(31161,25600,23),(31161,25602,16),(31163,25599,394),(31163,25600,583),(31163,25602,400),(31165,25618,1),(31165,25619,1),(31165,25621,1),(31167,25618,5),(31167,25619,6),(31167,25621,5),(31169,25618,105),(31169,25619,158),(31169,25621,105),(31171,25618,1),(31171,25619,1),(31171,25621,1),(31173,25618,5),(31173,25619,6),(31173,25621,1),(31175,25618,120),(31175,25619,135),(31175,25621,45),(31177,25595,4),(31177,25598,3),(31177,25601,4),(31179,25595,22),(31179,25598,16),(31179,25601,24),(31181,25595,556),(31181,25598,389),(31181,25601,622),(31183,25614,1),(31183,25617,1),(31183,25620,1),(31185,25614,6),(31185,25617,5),(31185,25620,6),(31187,25614,150),(31187,25617,105),(31187,25620,165),(31189,25599,3),(31189,25600,4),(31189,25602,3),(31191,25599,16),(31191,25600,22),(31191,25602,14),(31193,25599,394),(31193,25600,550),(31193,25602,350),(31195,25618,1),(31195,25619,1),(31195,25621,1),(31197,25618,5),(31197,25619,6),(31197,25621,5),(31199,25618,105),(31199,25619,150),(31199,25621,98),(31201,25597,3),(31201,25598,4),(31201,25604,2),(31203,25597,18),(31203,25598,22),(31203,25604,9),(31205,25597,444),(31205,25598,556),(31205,25604,222),(31207,25616,1),(31207,25617,1),(31207,25623,1),(31209,25616,5),(31209,25617,6),(31209,25623,3),(31211,25616,120),(31211,25617,150),(31211,25623,60),(31213,25597,2),(31213,25599,3),(31213,25601,4),(31215,25597,13),(31215,25599,18),(31215,25601,20),(31217,25597,333),(31217,25599,444),(31217,25601,500),(31220,25616,1),(31220,25617,1),(31220,25623,1),(31222,25616,3),(31222,25617,5),(31222,25623,6),(31224,25616,90),(31224,25617,120),(31224,25623,135),(31226,25597,3),(31226,25599,4),(31226,25604,2),(31228,25597,18),(31228,25599,22),(31228,25604,9),(31230,25597,444),(31230,25599,556),(31230,25604,222),(31232,25616,1),(31232,25617,1),(31232,25623,1),(31234,25616,5),(31234,25617,6),(31234,25623,3),(31236,25616,120),(31236,25617,150),(31236,25623,60),(31238,25597,3),(31238,25599,4),(31238,25604,2),(31240,25597,18),(31240,25599,22),(31240,25604,9),(31242,25597,444),(31242,25599,556),(31242,25604,222),(31244,25616,1),(31244,25617,1),(31244,25623,1),(31246,25616,5),(31246,25617,6),(31246,25623,3),(31248,25616,120),(31248,25617,150),(31248,25623,60),(31250,25597,3),(31250,25598,3),(31250,25604,1),(31252,25597,16),(31252,25598,18),(31252,25604,7),(31254,25597,389),(31254,25598,444),(31254,25604,167),(31256,25616,1),(31256,25617,1),(31256,25623,1),(31258,25616,5),(31258,25617,5),(31258,25623,1),(31260,25616,105),(31260,25617,120),(31260,25623,45),(31262,25597,2),(31262,25598,3),(31262,25601,4),(31264,25597,13),(31264,25598,18),(31264,25601,20),(31266,25597,333),(31266,25598,444),(31266,25601,500),(31268,9842,6),(31268,25616,1),(31268,25617,1),(31268,25620,1),(31270,9842,12),(31270,25616,3),(31270,25617,5),(31270,25620,6),(31272,9842,48),(31272,25616,90),(31272,25617,120),(31272,25620,135),(31274,25597,3),(31274,25599,4),(31274,25600,4),(31276,25597,18),(31276,25599,22),(31276,25600,22),(31278,25597,444),(31278,25599,556),(31278,25600,556),(31280,9842,6),(31280,25616,1),(31280,25618,1),(31280,25619,1),(31282,9842,12),(31282,25616,5),(31282,25618,6),(31282,25619,6),(31284,9842,48),(31284,25616,120),(31284,25618,150),(31284,25619,150),(31286,25597,2),(31286,25598,3),(31286,25601,3),(31288,25597,9),(31288,25598,14),(31288,25601,17),(31290,25597,222),(31290,25598,361),(31290,25601,417),(31292,9842,6),(31292,25616,1),(31292,25617,1),(31292,25620,1),(31294,9842,12),(31294,25616,3),(31294,25617,5),(31294,25620,5),(31296,9842,48),(31296,25616,60),(31296,25617,98),(31296,25620,113),(31298,25597,2),(31298,25599,3),(31298,25601,4),(31300,25597,13),(31300,25599,18),(31300,25601,20),(31302,25597,333),(31302,25599,444),(31302,25601,500),(31304,9842,6),(31304,25616,1),(31304,25618,1),(31304,25619,1),(31306,9842,12),(31306,25616,3),(31306,25618,5),(31306,25619,6),(31308,9842,48),(31308,25616,90),(31308,25618,120),(31308,25619,135),(31310,25597,3),(31310,25599,2),(31310,25600,2),(31312,25597,18),(31312,25599,11),(31312,25600,13),(31314,25597,444),(31314,25599,278),(31314,25600,333),(31316,9842,6),(31316,25616,1),(31316,25618,1),(31316,25619,1),(31318,9842,12),(31318,25616,5),(31318,25618,3),(31318,25619,3),(31320,9842,48),(31320,25616,120),(31320,25618,75),(31320,25619,90),(31322,25597,3),(31322,25599,4),(31322,25600,4),(31324,25597,18),(31324,25599,22),(31324,25600,22),(31326,25597,444),(31326,25599,556),(31326,25600,556),(31328,9842,6),(31328,25616,1),(31328,25618,1),(31328,25619,1),(31330,9842,12),(31330,25616,5),(31330,25618,6),(31330,25619,6),(31332,9842,48),(31332,25616,120),(31332,25618,150),(31332,25619,150),(31334,25597,3),(31334,25599,4),(31334,25600,4),(31336,25597,18),(31336,25599,22),(31336,25600,22),(31338,25597,444),(31338,25599,556),(31338,25600,556),(31340,9842,6),(31340,25616,1),(31340,25618,1),(31340,25619,1),(31342,9842,12),(31342,25616,5),(31342,25618,6),(31342,25619,6),(31344,9842,48),(31344,25616,120),(31344,25618,150),(31344,25619,150),(31346,25597,2),(31346,25599,3),(31346,25601,4),(31348,25597,13),(31348,25599,18),(31348,25601,20),(31350,25597,333),(31350,25599,444),(31350,25601,500),(31352,9842,6),(31352,25616,1),(31352,25618,1),(31352,25619,1),(31354,9842,12),(31354,25616,3),(31354,25618,5),(31354,25619,6),(31356,9842,48),(31356,25616,90),(31356,25618,120),(31356,25619,135),(31358,25594,2),(31358,25598,10),(31358,25600,10),(31360,25594,13),(31360,25598,52),(31360,25600,50),(31362,25594,333),(31362,25598,1306),(31362,25600,1250),(31364,25613,1),(31364,25617,1),(31364,25619,1),(31366,25613,3),(31366,25617,14),(31366,25619,14),(31368,25613,90),(31368,25617,353),(31368,25619,338),(31370,25598,3),(31370,25600,3),(31370,25603,1),(31372,25598,14),(31372,25600,17),(31372,25603,4),(31374,25598,361),(31374,25600,417),(31374,25603,111),(31376,25617,1),(31376,25619,1),(31376,25622,1),(31378,25617,5),(31378,25619,5),(31378,25622,1),(31380,25617,98),(31380,25619,113),(31380,25622,30),(31382,25594,2),(31382,25598,3),(31382,25601,3),(31384,25594,9),(31384,25598,14),(31384,25601,17),(31386,25594,222),(31386,25598,361),(31386,25601,417),(31388,25613,1),(31388,25617,1),(31388,25620,1),(31390,25613,3),(31390,25617,5),(31390,25620,5),(31392,25613,60),(31392,25617,98),(31392,25620,113),(31394,25594,2),(31394,25598,3),(31394,25601,3),(31396,25594,9),(31396,25598,14),(31396,25601,17),(31398,25594,222),(31398,25598,361),(31398,25601,417),(31400,25613,1),(31400,25617,1),(31400,25620,1),(31402,25613,3),(31402,25617,5),(31402,25620,5),(31404,25613,60),(31404,25617,98),(31404,25620,113),(31406,25598,7),(31406,25600,7),(31406,25603,2),(31408,25598,33),(31408,25600,33),(31408,25603,11),(31410,25598,833),(31410,25600,833),(31410,25603,278),(31412,25617,1),(31412,25619,1),(31412,25622,1),(31414,25617,9),(31414,25619,9),(31414,25622,3),(31416,25617,225),(31416,25619,225),(31416,25622,75),(31418,25592,3),(31418,25599,3),(31418,25601,4),(31420,25592,18),(31420,25599,18),(31420,25601,22),(31422,25592,444),(31422,25599,444),(31422,25601,556),(31424,25611,1),(31424,25618,1),(31424,25620,1),(31426,25611,5),(31426,25618,5),(31426,25620,6),(31428,25611,120),(31428,25618,120),(31428,25620,150),(31430,25592,2),(31430,25599,3),(31430,25601,4),(31432,25592,13),(31432,25599,18),(31432,25601,20),(31434,25592,333),(31434,25599,444),(31434,25601,500),(31436,25611,1),(31436,25618,1),(31436,25620,1),(31438,25611,3),(31438,25618,5),(31438,25620,6),(31440,25611,90),(31440,25618,120),(31440,25620,135),(31442,25592,4),(31442,25599,3),(31442,25601,6),(31444,25592,20),(31444,25599,18),(31444,25601,26),(31446,25592,511),(31446,25599,444),(31446,25601,633),(31448,25611,1),(31448,25618,1),(31448,25620,1),(31450,25611,6),(31450,25618,5),(31450,25620,8),(31452,25611,135),(31452,25618,120),(31452,25620,173),(31454,25592,4),(31454,25599,3),(31454,25601,6),(31456,25592,23),(31456,25599,18),(31456,25601,28),(31458,25592,578),(31458,25599,444),(31458,25601,689),(31460,25611,1),(31460,25618,1),(31460,25620,1),(31462,25611,6),(31462,25618,5),(31462,25620,8),(31464,25611,158),(31464,25618,120),(31464,25620,188),(31466,25592,1),(31466,25599,2),(31466,25601,2),(31468,25592,4),(31468,25599,11),(31468,25601,11),(31470,25592,111),(31470,25599,278),(31470,25601,278),(31472,25611,1),(31472,25618,1),(31472,25620,1),(31474,25611,1),(31474,25618,3),(31474,25620,3),(31476,25611,30),(31476,25618,75),(31476,25620,75),(31478,25592,2),(31478,25599,3),(31478,25601,4),(31480,25592,13),(31480,25599,18),(31480,25601,20),(31482,25592,333),(31482,25599,444),(31482,25601,500),(31484,25611,1),(31484,25618,1),(31484,25620,1),(31486,25611,3),(31486,25618,5),(31486,25620,6),(31488,25611,90),(31488,25618,120),(31488,25620,135),(31490,25592,2),(31490,25599,3),(31490,25601,4),(31492,25592,13),(31492,25599,18),(31492,25601,20),(31494,25592,333),(31494,25599,444),(31494,25601,500),(31496,25611,1),(31496,25618,1),(31496,25620,1),(31498,25611,3),(31498,25618,5),(31498,25620,6),(31500,25611,90),(31500,25618,120),(31500,25620,135),(31502,25591,3),(31502,25599,3),(31502,25601,4),(31504,25591,18),(31504,25599,18),(31504,25601,22),(31506,25591,444),(31506,25599,444),(31506,25601,556),(31508,25610,1),(31508,25618,1),(31508,25620,1),(31510,25610,5),(31510,25618,5),(31510,25620,6),(31512,25610,120),(31512,25618,120),(31512,25620,150),(31514,25591,2),(31514,25599,3),(31514,25601,4),(31516,25591,13),(31516,25599,18),(31516,25601,20),(31518,25591,333),(31518,25599,444),(31518,25601,500),(31520,25610,1),(31520,25618,1),(31520,25620,1),(31522,25610,3),(31522,25618,5),(31522,25620,6),(31524,25610,90),(31524,25618,120),(31524,25620,135),(31526,25591,4),(31526,25599,3),(31526,25601,6),(31528,25591,20),(31528,25599,18),(31528,25601,26),(31530,25591,511),(31530,25599,444),(31530,25601,633),(31532,25610,1),(31532,25618,1),(31532,25620,1),(31534,25610,6),(31534,25618,5),(31534,25620,8),(31536,25610,135),(31536,25618,120),(31536,25620,173),(31538,25591,4),(31538,25599,3),(31538,25601,6),(31540,25591,23),(31540,25599,18),(31540,25601,28),(31542,25591,578),(31542,25599,444),(31542,25601,689),(31544,25610,1),(31544,25618,1),(31544,25620,1),(31546,25610,6),(31546,25618,5),(31546,25620,8),(31548,25610,158),(31548,25618,120),(31548,25620,188),(31550,25591,1),(31550,25599,2),(31550,25601,2),(31552,25591,4),(31552,25599,11),(31552,25601,11),(31554,25591,111),(31554,25599,278),(31554,25601,278),(31556,25610,1),(31556,25618,1),(31556,25620,1),(31558,25610,1),(31558,25618,3),(31558,25620,3),(31560,25610,30),(31560,25618,75),(31560,25620,75),(31562,25591,2),(31562,25599,3),(31562,25601,4),(31564,25591,13),(31564,25599,18),(31564,25601,20),(31566,25591,333),(31566,25599,444),(31566,25601,500),(31568,25610,1),(31568,25618,1),(31568,25620,1),(31570,25610,3),(31570,25618,5),(31570,25620,6),(31572,25610,90),(31572,25618,120),(31572,25620,135),(31574,25591,2),(31574,25599,3),(31574,25601,4),(31576,25591,13),(31576,25599,18),(31576,25601,20),(31578,25591,333),(31578,25599,444),(31578,25601,500),(31580,25610,1),(31580,25618,1),(31580,25620,1),(31582,25610,3),(31582,25618,5),(31582,25620,6),(31584,25610,90),(31584,25618,120),(31584,25620,135),(31586,25588,4),(31586,25598,3),(31586,25600,6),(31588,25588,20),(31588,25598,18),(31588,25600,26),(31590,25588,511),(31590,25598,444),(31590,25600,633),(31592,25607,1),(31592,25617,1),(31592,25619,1),(31594,25607,6),(31594,25617,5),(31594,25619,8),(31596,25607,135),(31596,25617,120),(31596,25619,173),(31598,25588,2),(31598,25598,4),(31598,25600,4),(31600,25588,9),(31600,25598,22),(31600,25600,22),(31602,25588,222),(31602,25598,556),(31602,25600,556),(31604,25607,1),(31604,25617,1),(31604,25619,1),(31606,25607,3),(31606,25617,6),(31606,25619,6),(31608,25588,2),(31608,25598,4),(31608,25600,4),(31610,25588,12),(31610,25598,22),(31610,25600,22),(31612,25588,294),(31612,25598,556),(31612,25600,556),(31614,25607,1),(31614,25617,1),(31614,25619,1),(31616,25607,3),(31616,25617,6),(31616,25619,6),(31618,25607,83),(31618,25617,150),(31618,25619,150),(31620,25588,4),(31620,25598,3),(31620,25600,6),(31622,25588,23),(31622,25598,18),(31622,25600,28),(31624,25588,578),(31624,25598,444),(31624,25600,689),(31626,25607,1),(31626,25617,1),(31626,25619,1),(31628,25607,6),(31628,25617,5),(31628,25619,8),(31630,25607,158),(31630,25617,120),(31630,25619,188),(31632,25588,2),(31632,25598,3),(31632,25600,4),(31634,25588,13),(31634,25598,18),(31634,25600,20),(31636,25588,333),(31636,25598,444),(31636,25600,500),(31638,25607,1),(31638,25617,1),(31638,25619,1),(31640,25607,3),(31640,25617,5),(31640,25619,6),(31642,25607,90),(31642,25617,120),(31642,25619,135),(31644,25588,2),(31644,25598,4),(31644,25600,4),(31646,25588,9),(31646,25598,22),(31646,25600,22),(31648,25588,222),(31648,25598,556),(31648,25600,556),(31650,25607,1),(31650,25617,1),(31650,25619,1),(31652,25607,3),(31652,25617,6),(31652,25619,6),(31654,25607,60),(31654,25617,150),(31654,25619,150),(31656,25593,2),(31656,25599,3),(31656,25601,4),(31658,25593,13),(31658,25599,18),(31658,25601,20),(31660,25593,333),(31660,25599,444),(31660,25601,500),(31662,25612,1),(31662,25618,1),(31662,25620,1),(31664,25612,3),(31664,25618,5),(31664,25620,6),(31666,25612,90),(31666,25618,120),(31666,25620,135),(31668,25593,4),(31668,25599,3),(31668,25601,6),(31670,25593,20),(31670,25599,18),(31670,25601,26),(31672,25593,511),(31672,25599,444),(31672,25601,633),(31674,25612,1),(31674,25618,1),(31674,25620,1),(31676,25612,6),(31676,25618,5),(31676,25620,8),(31678,25612,135),(31678,25618,120),(31678,25620,173),(31680,25593,4),(31680,25599,3),(31680,25601,6),(31682,25593,23),(31682,25599,18),(31682,25601,28),(31684,25593,578),(31684,25599,444),(31684,25601,689),(31686,25612,1),(31686,25618,1),(31686,25620,1),(31688,25612,6),(31688,25618,5),(31688,25620,8),(31690,25612,158),(31690,25618,120),(31690,25620,188),(31692,25593,2),(31692,25599,3),(31692,25601,4),(31694,25593,13),(31694,25599,18),(31694,25601,20),(31696,25593,333),(31696,25599,444),(31696,25601,500),(31698,25612,1),(31698,25618,1),(31698,25620,1),(31700,25612,3),(31700,25618,5),(31700,25620,6),(31702,25612,90),(31702,25618,120),(31702,25620,135),(31704,25593,2),(31704,25599,3),(31704,25601,4),(31706,25593,13),(31706,25599,18),(31706,25601,20),(31708,25593,333),(31708,25599,444),(31708,25601,500),(31710,25612,1),(31710,25618,1),(31710,25620,1),(31712,25612,3),(31712,25618,5),(31712,25620,6),(31714,25612,90),(31714,25618,120),(31714,25620,135),(31716,25589,2),(31716,25599,3),(31716,25601,3),(31718,25589,9),(31718,25599,14),(31718,25601,17),(31720,25589,222),(31720,25599,361),(31720,25601,417),(31722,25608,1),(31722,25618,1),(31722,25620,1),(31724,25608,3),(31724,25618,5),(31724,25620,5),(31726,25608,60),(31726,25618,98),(31726,25620,113),(31728,25589,2),(31728,25599,3),(31728,25601,3),(31730,25589,9),(31730,25599,14),(31730,25601,17),(31732,25589,222),(31732,25599,361),(31732,25601,417),(31734,25608,1),(31734,25618,1),(31734,25620,1),(31736,25608,3),(31736,25618,5),(31736,25620,5),(31738,25608,60),(31738,25618,98),(31738,25620,113),(31740,25589,2),(31740,25599,3),(31740,25601,3),(31742,25589,9),(31742,25599,14),(31742,25601,17),(31744,25589,222),(31744,25599,361),(31744,25601,417),(31746,25608,1),(31746,25618,1),(31746,25620,1),(31748,25608,3),(31748,25618,5),(31748,25620,5),(31750,25608,60),(31750,25618,98),(31750,25620,113),(31752,25589,2),(31752,25599,3),(31752,25601,3),(31754,25589,9),(31754,25599,14),(31754,25601,17),(31756,25589,222),(31756,25599,361),(31756,25601,417),(31758,25608,1),(31758,25618,1),(31758,25620,1),(31760,25608,3),(31760,25618,5),(31760,25620,5),(31762,25608,60),(31762,25618,98),(31762,25620,113),(31764,25589,1),(31764,25599,2),(31764,25601,2),(31766,25589,4),(31766,25599,11),(31766,25601,13),(31768,25589,111),(31768,25599,278),(31768,25601,333),(31770,25608,1),(31770,25618,1),(31770,25620,1),(31772,25608,1),(31772,25618,3),(31772,25620,3),(31774,25608,30),(31774,25618,75),(31774,25620,90),(31776,25589,1),(31776,25599,3),(31776,25601,3),(31778,25589,7),(31778,25599,16),(31778,25601,14),(31780,25589,167),(31780,25599,389),(31780,25601,361),(31782,25608,1),(31782,25618,1),(31782,25620,1),(31784,25608,1),(31784,25618,5),(31784,25620,5),(31786,25608,45),(31786,25618,105),(31786,25620,98),(31788,25598,4),(31788,25600,4),(31788,25606,2),(31790,25598,22),(31790,25600,22),(31790,25606,9),(31792,25598,556),(31792,25600,556),(31792,25606,222),(31794,25617,1),(31794,25619,1),(31794,25625,1),(31796,25617,6),(31796,25619,6),(31796,25625,3),(31798,25617,150),(31798,25619,150),(31798,25625,60),(31800,25598,4),(31800,25600,4),(31800,25606,2),(31802,25598,22),(31802,25600,22),(31802,25606,9),(31804,25598,556),(31804,25600,556),(31804,25606,222),(31810,25617,1),(31810,25619,1),(31810,25625,1),(31812,25617,6),(31812,25619,6),(31812,25625,3),(31814,25617,150),(31814,25619,150),(31814,25625,60),(31816,25598,4),(31816,25600,4),(31816,25606,2),(31818,25598,22),(31818,25600,22),(31818,25606,9),(31820,25598,556),(31820,25600,556),(31820,25606,222),(31822,25617,1),(31822,25619,1),(31822,25625,1),(31824,25617,6),(31824,25619,6),(31824,25625,3),(31826,25617,150),(31826,25619,150),(31826,25625,60),(31864,34,471),(31864,36,4),(31864,38,2),(31866,34,3133),(31866,35,160),(31866,36,154),(31866,37,1),(31866,38,8),(31866,39,2),(31868,34,516),(31868,35,9929),(31868,38,4),(31868,40,18),(31870,34,8516),(31870,36,627),(31870,37,9),(31870,38,2),(31870,39,8),(31870,40,4),(31872,34,538),(31872,35,69),(31872,37,4),(31872,38,2),(31874,34,2631),(31874,35,542),(31874,36,113),(31874,39,4),(31876,34,5947),(31876,35,729),(31876,37,47),(31876,38,27),(31876,39,18),(31878,34,516),(31878,35,9929),(31878,38,4),(31878,40,18),(31880,34,509),(31880,35,7),(31880,37,4),(31880,38,2),(31882,34,3413),(31882,35,2),(31882,36,224),(31882,37,11),(31882,39,4),(31884,34,258),(31884,35,4964),(31884,38,2),(31884,40,8),(31886,34,516),(31886,35,9929),(31886,38,4),(31886,40,18),(31888,34,951),(31888,35,7),(31888,36,7),(31888,38,4),(31890,34,2724),(31890,35,300),(31890,36,187),(31890,37,4),(31890,38,4),(31892,34,7120),(31892,35,896),(31892,37,73),(31892,38,9),(31892,39,8),(31894,34,516),(31894,35,9929),(31894,38,4),(31894,40,18),(31896,34,751),(31896,35,226),(31896,36,311),(31896,37,43),(31896,38,2),(31896,39,2),(31898,34,751),(31898,35,226),(31898,36,311),(31898,37,43),(31898,38,2),(31898,39,2),(31900,34,18938),(31900,35,18012),(31900,36,13619),(31900,37,877),(31900,39,2),(31900,40,12),(31902,34,18938),(31902,35,18012),(31902,36,13619),(31902,37,877),(31902,39,2),(31902,40,12),(31904,34,5244),(31904,35,3160),(31904,36,842),(31904,38,20),(31904,39,6),(31904,40,2),(31906,34,5244),(31906,35,3160),(31906,36,842),(31906,38,20),(31906,39,6),(31906,40,2),(31908,34,10591),(31908,35,6983),(31908,36,2503),(31908,37,1),(31908,39,12),(31908,40,2),(31910,34,10591),(31910,35,6983),(31910,36,2503),(31910,37,1),(31910,39,12),(31910,40,2),(31916,34,12218),(31916,35,11594),(31916,36,8360),(31916,37,231),(31916,38,6),(31916,40,6),(31918,34,12218),(31918,35,11594),(31918,36,8360),(31918,37,231),(31918,38,6),(31918,40,6),(31922,34,916),(31922,35,64),(31922,36,29),(31922,38,4),(31924,34,916),(31924,35,64),(31924,36,29),(31924,38,4),(31926,34,1890),(31926,35,456),(31926,36,179),(31926,37,6),(31928,34,1890),(31928,35,456),(31928,36,179),(31928,37,6),(31930,34,3383),(31930,35,2769),(31930,36,181),(31932,34,3383),(31932,35,2769),(31932,36,181),(31936,34,8236),(31936,35,2463),(31936,36,889),(31936,37,135),(31936,38,133),(31942,34,444),(31942,35,111),(31942,40,2),(31944,34,840),(31944,35,183),(31944,36,470),(31944,37,4),(31944,40,4),(31946,34,35778),(31946,35,4679),(31946,38,17),(31946,40,16),(31948,34,16271),(31948,35,2127),(31948,38,8),(31948,40,6),(31950,34,7396),(31950,35,967),(31950,38,3),(31950,40,2),(31952,35,658),(31952,36,2),(31952,37,4),(31952,38,1),(31952,39,4),(31954,38,1),(31954,39,1),(31954,40,1),(31955,38,1),(31955,39,1),(31955,40,1),(31956,38,1),(31956,39,1),(31956,40,1),(31957,38,1),(31957,39,1),(31957,40,1),(31958,38,1),(31958,39,1),(31958,40,1),(31959,38,1),(31959,39,1),(31959,40,1),(31962,38,1),(31962,39,1),(31962,40,1),(31963,38,1),(31963,39,1),(31963,40,1),(31964,38,1),(31964,39,1),(31964,40,1),(31965,38,1),(31965,39,1),(31965,40,1),(31966,38,1),(31966,39,1),(31966,40,1),(31967,38,1),(31967,39,1),(31967,40,1),(31968,38,1),(31968,39,1),(31968,40,1),(31969,38,1),(31969,39,1),(31969,40,1),(31970,38,1),(31970,39,1),(31970,40,1),(31971,38,1),(31971,39,1),(31971,40,1),(31972,38,1),(31972,39,1),(31972,40,1),(31973,38,1),(31973,39,1),(31973,40,1),(31974,38,1),(31974,39,1),(31974,40,1),(31975,38,1),(31975,39,1),(31975,40,1),(31976,38,1),(31976,39,1),(31976,40,1),(31977,38,1),(31977,39,1),(31977,40,1),(31978,38,1),(31978,39,1),(31978,40,1),(31979,38,1),(31979,39,1),(31979,40,1),(31982,34,467),(31982,35,326),(31982,36,14),(31982,37,2),(31982,39,3),(31990,34,331),(31990,35,437),(31990,36,24),(31990,37,7),(31990,38,9),(31990,39,4),(31998,34,1951),(31998,35,398),(31998,36,167),(31998,37,13),(31998,39,2),(31998,40,1),(32006,34,1984),(32006,35,383),(32006,36,371),(32006,39,2),(32006,40,2),(32014,34,1502),(32014,35,440),(32014,36,252),(32014,38,13),(32014,39,3),(32014,40,3),(32025,25596,2),(32025,25599,3),(32025,25600,3),(32027,25596,9),(32027,25599,14),(32027,25600,17),(32029,25615,1),(32029,25617,1),(32029,25619,1),(32031,25615,3),(32031,25617,5),(32031,25619,5),(32033,25596,3),(32033,25598,4),(32033,25600,4),(32035,25596,18),(32035,25598,22),(32035,25600,22),(32037,25615,1),(32037,25617,1),(32037,25619,1),(32039,25615,5),(32039,25617,6),(32039,25619,6),(32041,25596,3),(32041,25598,4),(32041,25600,4),(32043,25596,19),(32043,25598,22),(32043,25600,22),(32045,25615,1),(32045,25617,1),(32045,25619,1),(32047,25615,5),(32047,25617,6),(32047,25619,6),(32049,25596,2),(32049,25598,3),(32049,25600,3),(32051,25596,9),(32051,25598,14),(32051,25600,17),(32053,25615,1),(32053,25617,1),(32053,25619,1),(32055,25615,3),(32055,25617,5),(32055,25619,5),(32057,25596,3),(32057,25599,3),(32057,25600,3),(32059,25596,18),(32059,25599,14),(32059,25600,17),(32061,25615,1),(32061,25617,1),(32061,25619,1),(32063,25615,5),(32063,25617,5),(32063,25619,5),(32065,25596,4),(32065,25598,6),(32065,25600,4),(32067,25596,23),(32067,25598,26),(32067,25600,24),(32069,25596,2),(32069,25599,3),(32069,25600,3),(32071,25596,9),(32071,25599,14),(32071,25600,17),(32073,25615,1),(32073,25617,1),(32073,25619,1),(32075,25615,3),(32075,25617,5),(32075,25619,5),(32077,25615,1),(32077,25617,1),(32077,25619,1),(32079,25615,6),(32079,25617,8),(32079,25619,6),(32081,25596,4),(32081,25598,4),(32081,25600,4),(32083,25596,21),(32083,25598,23),(32083,25600,23),(32085,25615,1),(32085,25617,1),(32085,25619,1),(32087,25615,6),(32087,25617,6),(32087,25619,6),(32089,25596,4),(32089,25598,6),(32089,25600,6),(32091,25596,23),(32091,25598,27),(32091,25600,26),(32093,25615,1),(32093,25617,1),(32093,25619,1),(32095,25615,6),(32095,25617,8),(32095,25619,8),(32101,38,1),(32101,39,1),(32101,40,1),(32102,38,1),(32102,39,1),(32102,40,1),(32103,38,1),(32103,39,1),(32103,40,1),(32104,38,1),(32104,39,1),(32104,40,1),(32105,38,1),(32105,39,1),(32105,40,1),(32107,38,1),(32107,39,1),(32107,40,1),(32108,38,1),(32108,39,1),(32108,40,1),(32109,38,1),(32109,39,1),(32109,40,1),(32110,38,1),(32110,39,1),(32110,40,1),(32111,38,1),(32111,39,1),(32111,40,1),(32112,38,1),(32112,39,1),(32112,40,1),(32113,38,1),(32113,39,1),(32113,40,1),(32114,38,1),(32114,39,1),(32114,40,1),(32115,38,1),(32115,39,1),(32115,40,1),(32116,38,1),(32116,39,1),(32116,40,1),(32117,38,1),(32117,39,1),(32117,40,1),(32118,38,1),(32118,39,1),(32118,40,1),(32119,38,1),(32119,39,1),(32119,40,1),(32120,38,1),(32120,39,1),(32120,40,1),(32121,38,1),(32121,39,1),(32121,40,1),(32122,38,1),(32122,39,1),(32122,40,1),(32123,38,1),(32123,39,1),(32123,40,1),(32124,38,1),(32124,39,1),(32124,40,1),(32125,38,1),(32125,39,1),(32125,40,1),(32207,34,27333),(32207,35,6842),(32207,36,2411),(32207,38,2),(32207,39,12),(32207,40,12),(32207,3828,28),(32207,11399,33),(32207,11530,33),(32207,11536,22),(32207,11538,22),(32207,11542,44),(32207,11548,44),(32207,11551,33),(32207,11555,44),(32209,34,500538),(32209,35,125304),(32209,36,32492),(32209,37,7837),(32209,38,1941),(32209,39,1008),(32209,40,382),(32226,2867,6),(32226,2868,4),(32226,2869,9),(32226,2870,9),(32226,2871,6),(32226,2872,6),(32226,2875,9),(32226,2876,4),(32226,21037,2),(32245,2867,10),(32245,2868,7),(32245,2869,16),(32245,2870,16),(32245,2871,10),(32245,2872,10),(32245,2875,16),(32245,2876,7),(32245,21037,3),(32245,45584,2),(32246,34,11),(32246,35,12),(32246,36,28),(32246,37,11),(32246,38,4),(32248,40,1),(32248,28686,15),(32250,2867,14),(32250,2868,10),(32250,2869,21),(32250,2870,21),(32250,2871,14),(32250,2872,14),(32250,2875,21),(32250,2876,10),(32250,21037,6),(32254,38,2),(32254,39,2),(32254,40,2),(32255,38,1),(32255,39,1),(32255,40,1),(32260,34,14628),(32260,35,5718),(32260,36,700),(32260,37,414),(32260,38,154),(32260,39,60),(32260,40,15),(32260,11399,10),(32262,34,5000),(32262,35,2000),(32262,36,55),(32262,37,2),(32262,38,2),(32262,39,50),(32262,40,10),(32305,34,12090111),(32305,35,3024444),(32305,36,762222),(32305,37,189478),(32305,38,47256),(32305,39,22178),(32305,40,10312),(32307,34,11564444),(32307,35,2892889),(32307,36,728333),(32307,37,181211),(32307,38,45133),(32307,39,20644),(32307,40,7556),(32309,34,10649667),(32309,35,2263111),(32309,36,607000),(32309,37,166200),(32309,38,36011),(32309,39,16066),(32309,40,6688),(32311,34,10279111),(32311,35,2792889),(32311,36,624889),(32311,37,164589),(32311,38,34656),(32311,39,18244),(32311,40,4800),(32313,34,100000),(32313,37,10),(32313,40,100),(32325,34,424150),(32325,35,86800),(32325,36,44511),(32325,37,10857),(32325,38,1834),(32325,39,753),(32325,40,1013),(32340,34,449366),(32340,35,88783),(32340,36,44994),(32340,37,11053),(32340,38,1717),(32340,39,778),(32340,40,1021),(32342,34,442000),(32342,35,88375),(32342,36,42216),(32342,37,11081),(32342,38,1787),(32342,39,744),(32342,40,974),(32344,34,452767),(32344,35,93217),(32344,36,41253),(32344,37,10773),(32344,38,1709),(32344,39,776),(32344,40,1045),(32357,34,33560),(32357,35,7500),(32357,39,60),(32359,34,35900),(32359,35,26450),(32359,36,260),(32359,37,20),(32359,38,20),(32359,39,10),(32361,34,16880),(32361,39,50),(32361,40,20),(32363,34,35320),(32363,35,3200),(32363,36,250),(32363,40,30),(32413,34,206),(32413,35,172),(32413,36,188),(32413,37,32),(32413,39,1),(32414,34,840),(32414,35,183),(32414,36,470),(32414,37,4),(32414,40,4),(32416,34,322),(32416,35,69),(32416,36,166),(32416,37,1),(32416,40,1),(32417,34,322),(32417,35,69),(32417,36,166),(32417,37,1),(32417,40,1),(32422,2867,14),(32422,2868,10),(32422,2869,21),(32422,2870,21),(32422,2871,14),(32422,2872,14),(32422,2875,21),(32422,2876,10),(32422,21037,6),(32436,34,18756),(32436,39,112),(32436,40,44),(32438,34,37289),(32438,35,8333),(32438,39,134),(32440,34,39889),(32440,35,29389),(32440,36,289),(32440,37,22),(32440,38,22),(32440,39,22),(32442,34,39244),(32442,35,3556),(32442,36,278),(32442,40,66),(32444,34,3207807),(32444,35,833323),(32444,36,330823),(32444,37,49357),(32444,38,13933),(32444,39,4866),(32444,40,2214),(32458,2867,28),(32458,2868,20),(32458,2869,42),(32458,2870,42),(32458,2871,28),(32458,2872,28),(32458,2875,42),(32458,2876,20),(32458,21037,11),(32459,34,101),(32459,35,65),(32459,36,2),(32461,34,424),(32461,35,644),(32463,34,62),(32463,35,39),(32463,36,2),(32465,34,458),(32465,35,6),(32465,37,4),(32465,38,2),(32467,34,806),(32467,35,3),(32467,36,101),(32467,37,1),(32469,34,806),(32469,35,3),(32469,36,101),(32469,37,1),(32772,35,1327),(32772,36,481),(32772,37,113),(32774,34,1327),(32774,35,481),(32774,36,113),(32780,37,1327),(32780,38,481),(32780,39,228),(32782,34,64),(32782,36,7),(32787,34,232),(32787,37,12),(32787,38,33),(32787,40,8),(32788,34,21071),(32788,35,9382),(32788,36,3127),(32788,37,590),(32788,38,2),(32788,39,4),(32788,40,4),(32790,34,16209),(32790,35,6872),(32790,36,17901),(32790,38,3020),(32790,39,496),(32790,40,28),(32790,3828,56),(32790,11399,67),(32790,11533,56),(32790,11534,194),(32790,11540,1333),(32790,11544,1667),(32790,11550,17),(32790,11552,556),(32790,11558,111),(32799,34,3),(32799,35,1),(32799,36,2),(32799,37,10),(32799,11399,1),(32801,34,204),(32801,35,17),(32801,38,1),(32801,11399,1),(32803,34,118),(32803,36,1),(32803,37,2),(32803,11399,1),(32809,34,666),(32809,35,502),(32809,36,1),(32809,37,1),(32811,34,45636),(32811,35,11911),(32811,36,4932),(32811,37,709),(32811,38,221),(32811,39,54),(32811,40,16),(32817,25592,9),(32817,25598,22),(32817,25601,18),(32817,25604,13),(32819,25593,9),(32819,25598,22),(32819,25601,18),(32819,25604,13),(32821,16642,164),(32821,17959,36),(32822,16644,164),(32822,16662,36),(32823,16641,164),(32823,16664,36),(32824,16643,164),(32824,16663,36),(32825,16665,36),(32826,16637,164),(32826,16657,36),(32827,16638,164),(32827,16654,36),(32828,16639,164),(32828,16656,36),(32829,16640,164),(32829,16655,36),(32840,34,1),(32842,34,1),(32844,34,1),(32846,34,1),(32848,34,1),(32872,34,63000),(32872,35,17100),(32872,36,8100),(32872,37,900),(32872,38,210),(32872,39,60),(32872,40,6),(32874,34,61500),(32874,35,16500),(32874,36,7800),(32874,37,1080),(32874,38,240),(32874,39,92),(32876,34,57000),(32876,35,24000),(32876,36,8400),(32876,37,1590),(32876,38,7),(32876,39,14),(32876,40,14),(32878,34,61500),(32878,35,16800),(32878,36,6000),(32878,37,960),(32878,38,360),(32878,39,92),(32878,40,6),(32880,34,24889),(32880,35,7444),(32880,36,744),(32880,37,444),(32880,38,50),(32880,39,22),(32919,34,1107),(32919,35,211),(32919,36,342),(32919,37,4),(32919,39,5),(32919,40,2),(32921,34,1107),(32921,35,211),(32921,36,342),(32921,37,4),(32921,39,5),(32921,40,2),(32923,34,1107),(32923,35,211),(32923,36,342),(32923,37,4),(32923,39,5),(32923,40,2),(32925,34,1107),(32925,35,211),(32925,36,342),(32925,37,4),(32925,39,5),(32925,40,2),(32927,34,5000),(32927,35,2000),(32927,36,55),(32927,37,2),(32927,38,2),(32927,39,50),(32927,40,10),(32929,34,5000),(32929,35,2000),(32929,36,55),(32929,37,2),(32929,38,2),(32929,39,50),(32929,40,10),(32931,34,5000),(32931,35,2000),(32931,36,55),(32931,37,2),(32931,38,2),(32931,39,50),(32931,40,10),(32933,34,5000),(32933,35,2000),(32933,36,55),(32933,37,2),(32933,38,2),(32933,39,50),(32933,40,10),(32935,34,400),(32935,35,100),(32935,40,1),(32937,34,400),(32937,35,100),(32937,40,1),(32939,34,400),(32939,35,100),(32939,40,1),(32941,34,400),(32941,35,100),(32941,40,1),(32943,34,12000),(32943,35,13000),(32943,36,55),(32943,37,2),(32943,38,2),(32943,40,1),(32945,34,12000),(32945,35,13000),(32945,36,55),(32945,37,2),(32945,38,2),(32945,40,1),(32947,34,12000),(32947,35,13000),(32947,36,55),(32947,37,2),(32947,38,2),(32947,40,1),(32949,34,12000),(32949,35,13000),(32949,36,55),(32949,37,2),(32949,38,2),(32949,40,1),(32951,34,2284920),(32951,35,584224),(32951,36,329284),(32951,37,39398),(32951,38,10421),(32951,39,4892),(32951,40,2203),(32953,34,2284920),(32953,35,584224),(32953,36,329284),(32953,37,39398),(32953,38,10421),(32953,39,4892),(32953,40,2203),(32955,34,2284920),(32955,35,584224),(32955,36,329284),(32955,37,39398),(32955,38,10421),(32955,39,4892),(32955,40,2203),(32957,34,2284920),(32957,35,584224),(32957,36,329284),(32957,37,39398),(32957,38,10421),(32957,39,4892),(32957,40,2203),(32983,34,1),(32985,34,1),(32987,34,13840),(32987,35,987),(32987,36,666),(32987,37,58),(32987,39,14),(32987,40,4),(32989,34,1),(33003,34,33333),(33003,35,22222),(33005,34,11111),(33005,35,6667),(33007,34,5556),(33007,35,5556),(33009,34,2222),(33009,35,2222),(33011,34,1111),(33011,35,1111),(33015,33016,1),(33017,34,28),(33017,35,16),(33017,36,20),(33017,37,24),(33017,38,17),(33017,39,36),(33017,40,12),(33017,2871,16),(33017,4051,16),(33017,4312,6),(33017,11399,8),(33017,16275,1),(33017,16637,17),(33017,16638,6),(33017,16642,23),(33017,16649,8),(33017,16653,24),(33017,27274,23),(33017,30252,10),(33068,38,1),(33068,39,1),(33068,40,1),(33076,34,858),(33076,35,288),(33076,40,4),(33087,40,8),(33087,25335,13),(33099,34,1),(33101,34,2271),(33101,35,1063),(33101,36,906),(33101,37,1),(33101,38,4),(33103,34,4662),(33103,35,1857),(33103,36,1027),(33103,37,44),(33103,38,51),(33111,40,8),(33111,25335,13),(33149,34,333333),(33149,38,667),(33149,40,334),(33149,2870,3),(33149,2872,3),(33149,2875,3),(33151,34,2116031),(33151,35,467988),(33151,36,168358),(33151,38,9933),(33151,39,3662),(33151,40,1904),(33153,34,2715902),(33153,35,680078),(33153,36,187383),(33153,37,19408),(33153,38,13738),(33153,39,8006),(33153,40,1864),(33155,34,3882040),(33155,35,830223),(33155,36,205556),(33155,37,33333),(33155,39,6564),(33155,40,2600),(33157,34,2922244),(33157,35,729003),(33157,36,176119),(33157,37,52166),(33157,39,6328),(33157,40,2462),(33176,34,7252),(33176,35,104),(33176,36,3),(33176,37,8),(33176,38,1),(33176,11399,2),(33178,34,7252),(33178,35,104),(33178,36,3),(33178,37,8),(33178,38,1),(33178,11399,2),(33180,34,7252),(33180,35,104),(33180,36,3),(33180,37,8),(33180,38,1),(33180,11399,2),(33190,34,13840),(33190,35,987),(33190,36,666),(33190,37,58),(33190,39,14),(33190,40,4),(33195,16673,18),(33195,16678,2),(33195,16681,2),(33195,16682,2),(33197,34,7252),(33197,35,104),(33197,36,3),(33197,37,8),(33197,38,1),(33197,9840,9),(33197,9842,6),(33197,11399,2),(33197,11540,3),(33197,33195,8),(33199,34,7252),(33199,35,104),(33199,36,3),(33199,37,8),(33199,38,1),(33199,9840,9),(33199,9842,6),(33199,11399,2),(33199,11540,3),(33199,33195,8),(33201,34,7252),(33201,35,104),(33201,36,3),(33201,37,8),(33201,38,1),(33201,9840,9),(33201,9842,6),(33201,11399,2),(33201,11540,3),(33201,33195,8),(33270,34,471),(33270,35,716),(33272,34,471),(33272,35,716),(33272,9834,6),(33272,11399,1),(33272,11540,6),(33277,25596,222),(33277,25599,361),(33277,25600,417),(33279,25615,60),(33279,25617,98),(33279,25619,113),(33281,25596,444),(33281,25598,556),(33281,25600,556),(33283,25615,120),(33283,25617,150),(33283,25619,150),(33285,25596,472),(33285,25598,556),(33285,25600,556),(33287,25615,128),(33287,25617,150),(33287,25619,150),(33289,25596,222),(33289,25598,361),(33289,25600,417),(33291,25615,60),(33291,25617,98),(33291,25619,113),(33293,25596,222),(33293,25599,361),(33293,25600,417),(33295,25615,60),(33295,25617,98),(33295,25619,113),(33297,25596,444),(33297,25599,361),(33297,25600,417),(33298,25615,120),(33298,25617,98),(33298,25619,113),(33301,25607,60),(33301,25617,150),(33301,25619,150),(33303,25597,444),(33303,25599,556),(33303,25604,222),(33305,25616,120),(33305,25617,150),(33305,25623,60),(33307,25596,522),(33307,25598,583),(33307,25600,572),(33309,25615,143),(33309,25617,158),(33309,25619,158),(33311,25596,578),(33311,25598,672),(33311,25600,639),(33313,25615,158),(33313,25617,180),(33313,25619,173),(33329,38,1),(33329,39,1),(33329,40,1),(33330,34,173),(33330,35,42),(33330,36,13),(33332,34,500),(33332,35,40),(33332,36,19),(33332,37,7),(33334,34,627),(33334,35,209),(33334,36,47),(33334,37,9),(33338,16646,173),(33338,33337,73),(33339,16648,173),(33339,33336,73),(33375,34,912),(33375,35,198),(33375,36,542),(33375,37,5),(33375,40,2),(33393,38,1),(33393,39,1),(33393,40,1),(33394,38,1),(33394,39,1),(33394,40,1),(33395,34,614356),(33395,35,154233),(33395,36,39907),(33395,37,9687),(33395,38,2387),(33395,39,1202),(33395,40,356),(33397,34,22804),(33397,35,6143),(33397,36,2046),(33397,37,352),(33397,38,131),(33397,39,28),(33397,40,2),(33400,34,388889),(33400,35,83333),(33400,36,33333),(33400,37,5556),(33400,38,1111),(33400,39,444),(33400,40,222),(33403,38,1),(33403,39,1),(33403,40,1),(33404,38,1),(33404,39,1),(33404,40,1),(33405,38,1),(33405,39,1),(33405,40,1),(33406,38,1),(33406,39,1),(33406,40,1),(33440,34,95),(33440,35,1050),(33440,38,7),(33440,39,2),(33440,40,9),(33441,34,95),(33441,35,1050),(33441,38,7),(33441,39,2),(33441,40,9),(33442,34,95),(33442,35,1050),(33442,38,7),(33442,39,2),(33442,40,9),(33446,34,133),(33446,35,1500),(33446,38,11),(33446,39,4),(33446,40,32),(33448,34,106),(33448,35,1167),(33448,38,8),(33448,39,4),(33448,40,20),(33450,34,106),(33450,35,1167),(33450,38,8),(33450,39,4),(33450,40,20),(33450,9848,11),(33450,11399,14),(33450,11540,13),(33452,34,120),(33452,35,1350),(33452,38,10),(33452,39,2),(33452,40,14),(33453,34,120),(33453,35,1350),(33453,38,10),(33453,39,2),(33453,40,14),(33454,34,120),(33454,35,1350),(33454,38,10),(33454,39,2),(33454,40,14),(33455,34,120),(33455,35,1350),(33455,38,10),(33455,39,2),(33455,40,14),(33456,34,120),(33456,35,1350),(33456,38,10),(33456,39,2),(33456,40,14),(33457,34,120),(33457,35,1350),(33457,38,10),(33457,39,2),(33457,40,14),(33458,34,120),(33458,35,1350),(33458,38,10),(33458,39,2),(33458,40,14),(33459,34,133),(33459,35,1500),(33459,38,11),(33459,39,4),(33459,40,32),(33461,34,120),(33461,35,1350),(33461,38,10),(33461,39,2),(33461,40,14),(33462,34,120),(33462,35,1350),(33462,38,10),(33462,39,2),(33462,40,14),(33463,34,120),(33463,35,1350),(33463,38,10),(33463,39,2),(33463,40,14),(33464,34,120),(33464,35,1350),(33464,38,10),(33464,39,2),(33464,40,14),(33465,34,120),(33465,35,1350),(33465,38,10),(33465,39,2),(33465,40,14),(33466,34,95),(33466,35,1050),(33466,38,7),(33466,39,2),(33466,40,9),(33468,34,24022),(33468,35,8044),(33468,36,2822),(33468,37,467),(33468,38,40),(33468,39,18),(33468,40,4),(33470,34,614356),(33470,35,154233),(33470,36,39907),(33470,37,9687),(33470,38,2387),(33470,39,1202),(33470,40,356),(33472,34,12159425),(33472,35,3018046),(33472,36,733135),(33472,37,188974),(33472,38,46632),(33472,39,20635),(33472,40,7528),(33474,34,5556),(33474,35,222),(33474,39,444),(33474,2351,3),(33474,2352,1),(33474,9834,3),(33474,17898,1),(33475,34,27778),(33475,35,12222),(33475,36,10000),(33475,37,2778),(33475,38,389),(33475,39,1112),(33475,40,88),(33475,2870,2),(33475,2876,1),(33475,17136,2),(33476,34,277778),(33476,35,11111),(33476,37,5556),(33476,39,11112),(33476,40,1112),(33476,2867,4),(33476,2870,9),(33476,2872,2),(33476,2875,4),(33476,2876,2),(33476,9834,22),(33477,34,238813),(33477,35,34527),(33477,36,20957),(33477,37,6611),(33477,38,1919),(33477,39,1260),(33477,40,382),(33477,9834,100),(33477,9842,100),(33477,17392,12),(33486,38,2),(33486,39,2),(33486,40,2),(33512,38,2),(33512,39,2),(33512,40,2),(33513,34,2778),(33516,2346,542),(33516,2367,594),(33516,11399,79),(33516,33539,34),(33520,34,5556),(33520,35,222),(33520,39,444),(33520,2351,3),(33520,2352,1),(33520,9834,3),(33520,17898,1),(33522,34,5556),(33522,35,222),(33522,39,444),(33522,2351,3),(33522,2352,1),(33522,9834,3),(33522,17898,1),(33525,2348,620),(33525,2367,542),(33525,11399,114),(33525,33539,40),(33526,2367,888),(33526,11399,157),(33526,12836,906),(33526,33539,54),(33527,2346,1070),(33527,11399,172),(33527,12836,1261),(33527,33539,62),(33528,2348,887),(33528,11399,146),(33528,12836,691),(33528,33539,47),(33529,2346,687),(33529,2348,609),(33529,2367,654),(33529,11399,183),(33529,33539,68),(33553,34,614356),(33553,35,154233),(33553,36,39907),(33553,37,9687),(33553,38,2387),(33553,39,1202),(33553,40,356),(33555,2346,326),(33555,2367,357),(33555,11399,48),(33555,33539,21),(33557,2348,372),(33557,2367,326),(33557,11399,69),(33557,33539,24),(33559,2367,532),(33559,11399,94),(33559,12836,543),(33559,33539,32),(33561,2346,642),(33561,11399,103),(33561,12836,757),(33561,33539,38),(33563,2348,532),(33563,11399,88),(33563,12836,414),(33563,33539,28),(33565,2346,412),(33565,2348,366),(33565,2367,392),(33565,11399,110),(33565,33539,41),(33581,34,238813),(33581,35,34527),(33581,36,20957),(33581,37,6611),(33581,38,1919),(33581,39,1260),(33581,40,382),(33581,9834,100),(33581,9842,100),(33581,17392,12),(33583,34,251058),(33583,35,35082),(33583,36,21068),(33583,37,6611),(33583,38,1986),(33583,39,1294),(33583,40,402),(33583,9834,100),(33583,9842,100),(33583,17392,12),(33585,34,1328),(33585,35,674),(33585,36,431),(33585,37,221),(33585,38,219),(33585,39,56),(33585,40,20),(33587,34,133333),(33587,35,2222),(33587,37,2222),(33587,39,4444),(33587,2351,1),(33587,2867,1),(33587,2870,2),(33587,2872,1),(33587,2876,2),(33589,34,22222),(33589,35,1111),(33589,37,1111),(33589,39,2222),(33589,2351,11),(33589,2867,7),(33589,2876,3),(33591,34,11111),(33591,35,556),(33591,39,1112),(33591,2351,3),(33591,2352,2),(33591,9834,4),(33591,17898,2),(33595,34,1328),(33595,35,674),(33595,36,431),(33595,37,221),(33595,38,219),(33595,39,56),(33595,40,20),(33608,34,1328),(33608,35,674),(33608,36,431),(33608,37,221),(33608,38,219),(33608,39,56),(33608,40,20),(33610,34,1328),(33610,35,674),(33610,36,431),(33610,37,221),(33610,38,219),(33610,39,56),(33610,40,20),(33623,24692,1),(33625,24692,1),(33627,24688,1),(33629,24688,1),(33631,24694,1),(33633,24694,1),(33635,24690,1),(33637,24690,1),(33639,2006,1),(33641,2006,1),(33643,621,1),(33645,621,1),(33647,622,1),(33649,622,1),(33651,627,1),(33653,627,1),(33655,597,1),(33657,597,1),(33659,603,1),(33661,603,1),(33663,587,1),(33665,587,1),(33667,594,1),(33669,594,1),(33671,34,10973),(33671,35,830),(33671,36,299),(33671,37,450),(33671,38,30),(33673,34,2443),(33673,35,1802),(33673,36,184),(33673,37,98),(33673,39,22),(33673,40,22),(33673,3828,11),(33673,11399,6),(33673,11533,33),(33673,11534,22),(33673,11540,89),(33673,11544,333),(33673,11550,3),(33673,11552,56),(33673,11558,17),(33675,34,41391),(33675,35,2834),(33675,36,243),(33675,37,379),(33675,38,43),(33675,39,202),(33675,40,114),(33675,3828,56),(33675,11399,111),(33675,11533,42),(33675,11534,367),(33675,11540,1333),(33675,11544,2778),(33675,11550,22),(33675,11552,278),(33675,11558,222),(33677,17841,1),(33681,34,12150),(33681,35,6420),(33681,37,105),(33681,38,55),(33681,39,36),(33681,40,10),(33681,9834,18),(33681,9848,18),(33681,11399,18),(33681,11688,5),(33681,11690,5),(33681,21815,2),(33681,28361,16),(33681,28362,14),(33681,28363,10),(33681,28364,9),(33681,28365,6),(33681,28366,3),(33681,54562,10),(33683,22548,1),(33685,28606,1),(33687,28352,1),(33689,657,1),(33691,649,1),(33693,652,1),(33695,1944,1),(33697,34,24889),(33697,35,7444),(33697,36,744),(33697,37,444),(33697,38,50),(33697,39,22),(33697,3828,22),(33697,11399,33),(33697,11531,17),(33697,11535,17),(33697,11541,167),(33697,11545,222),(33697,11547,3),(33697,11553,44),(33697,11556,17),(33700,34,27778),(33700,35,12222),(33700,36,10000),(33700,37,2778),(33700,38,389),(33700,39,1112),(33700,40,88),(33700,2870,2),(33700,2876,1),(33700,17136,2),(33702,34,27778),(33702,35,12222),(33702,36,10000),(33702,37,2778),(33702,38,389),(33702,39,1112),(33702,40,88),(33702,2870,2),(33702,2876,1),(33702,17136,2),(33704,34,2747),(33704,35,208),(33704,36,76),(33704,37,116),(33704,38,7),(33706,34,378),(33706,35,62),(33706,36,23),(33706,37,19),(33706,38,2),(33708,34,10973),(33708,35,830),(33708,36,299),(33708,37,450),(33708,38,30),(33708,9834,6),(33708,9848,6),(33708,11399,6),(33708,11530,1),(33708,11688,1),(33710,34,2747),(33710,35,208),(33710,36,76),(33710,37,116),(33710,38,7),(33710,9834,5),(33710,9848,5),(33710,11399,5),(33710,11530,1),(33710,11688,1),(33712,34,378),(33712,35,62),(33712,36,23),(33712,37,19),(33712,38,2),(33712,9834,1),(33712,9848,1),(33712,11399,1),(33712,11530,1),(33712,11688,1),(33762,34,608),(33762,36,286),(33762,37,2),(33762,39,3),(33762,40,1),(33762,11399,3),(33807,38,2),(33807,39,2),(33807,40,2),(33808,38,2),(33808,39,2),(33808,40,2),(33816,34,22804),(33816,35,6143),(33816,36,2046),(33816,37,352),(33816,38,131),(33816,39,28),(33816,40,2),(33818,34,614356),(33818,35,154233),(33818,36,39907),(33818,37,9687),(33818,38,2387),(33818,39,1202),(33818,40,356),(33820,34,11342704),(33820,35,2806229),(33820,36,687781),(33820,37,171916),(33820,38,44980),(33820,39,21381),(33820,40,6493),(33822,34,538),(33822,35,88),(33822,36,369),(33822,37,1),(33822,38,4),(33824,34,538),(33824,35,88),(33824,36,369),(33824,37,1),(33824,38,4),(33824,3689,8),(33824,9842,3),(33824,11399,5),(33824,11539,8),(33826,34,400),(33826,35,100),(33826,40,1),(33828,34,484),(33828,35,79),(33828,36,332),(33828,37,1),(33828,38,4),(33830,34,484),(33830,35,79),(33830,36,332),(33830,37,1),(33830,38,4),(33832,34,484),(33832,35,79),(33832,36,332),(33832,37,1),(33832,38,4),(33834,34,484),(33834,35,79),(33834,36,332),(33834,37,1),(33834,38,4),(33836,34,484),(33836,35,79),(33836,36,332),(33836,37,1),(33836,38,4),(33838,34,484),(33838,35,79),(33838,36,332),(33838,37,1),(33838,38,4),(33840,34,484),(33840,35,79),(33840,36,332),(33840,37,1),(33840,38,4),(33842,34,1107),(33842,35,211),(33842,36,342),(33842,37,4),(33842,39,5),(33842,40,2),(33844,34,1107),(33844,35,211),(33844,36,342),(33844,37,4),(33844,39,5),(33844,40,2),(33846,34,1107),(33846,35,211),(33846,36,342),(33846,37,4),(33846,39,5),(33846,40,2),(33848,34,1107),(33848,35,211),(33848,36,342),(33848,37,4),(33848,39,5),(33848,40,2),(33850,34,12000),(33850,35,13000),(33850,36,55),(33850,37,2),(33850,38,2),(33850,40,1),(33852,34,12000),(33852,35,13000),(33852,36,55),(33852,37,2),(33852,38,2),(33852,40,1),(33867,34,202019),(33867,38,403),(33867,39,403),(33867,40,203),(33867,2867,1),(33867,2869,1),(33867,2870,1),(33867,2876,1),(33867,33577,19),(33867,45585,2),(33869,16229,1),(33871,16231,1),(33873,16227,1),(33875,16233,1),(33877,16240,1),(33879,16236,1),(33881,16238,1),(33883,16242,1),(33890,25590,4),(33890,25595,4),(33890,25601,3),(33892,25609,1),(33892,25614,1),(33892,25620,1),(33894,25590,22),(33894,25595,22),(33894,25601,17),(33896,25609,5),(33896,25614,3),(33896,25620,3),(33898,25590,111),(33898,25595,111),(33898,25601,83),(33900,25609,23),(33900,25614,20),(33900,25620,15),(33902,25590,556),(33902,25595,556),(33902,25601,417),(33904,25609,113),(33904,25614,98),(33904,25620,75),(33915,34,24444),(33915,35,20000),(33915,36,89),(33915,37,33),(33915,38,2),(33915,39,44),(33915,40,22),(33917,38,1),(33917,39,1),(33917,40,1),(33918,38,1),(33918,39,1),(33918,40,1),(33919,38,1),(33919,39,1),(33919,40,1),(33920,38,1),(33920,39,1),(33920,40,1),(33921,38,1),(33921,39,1),(33921,40,1),(33922,38,1),(33922,39,1),(33922,40,1),(33923,38,1),(33923,39,1),(33923,40,1),(33924,38,1),(33924,39,1),(33924,40,1),(33925,38,1),(33925,39,1),(33925,40,1),(33926,38,1),(33926,39,1),(33926,40,1),(33927,38,1),(33927,39,1),(33927,40,1),(33928,38,1),(33928,39,1),(33928,40,1),(33929,38,1),(33929,39,1),(33929,40,1),(33930,38,1),(33930,39,1),(33930,40,1),(33931,38,1),(33931,39,1),(33931,40,1),(33932,38,1),(33932,39,1),(33932,40,1),(33933,38,1),(33933,39,1),(33933,40,1),(33934,38,1),(33934,39,1),(33934,40,1),(33935,38,1),(33935,39,1),(33935,40,1),(33936,38,1),(33936,39,1),(33936,40,1),(33937,38,1),(33937,39,1),(33937,40,1),(33938,38,1),(33938,39,1),(33938,40,1),(33939,38,1),(33939,39,1),(33939,40,1),(33940,38,1),(33940,39,1),(33940,40,1),(33941,38,1),(33941,39,1),(33941,40,1),(33942,38,1),(33942,39,1),(33942,40,1),(33943,38,1),(33943,39,1),(33943,40,1),(33944,38,1),(33944,39,1),(33944,40,1),(33945,38,1),(33945,39,1),(33945,40,1),(33946,38,1),(33946,39,1),(33946,40,1),(33947,38,1),(33947,39,1),(33947,40,1),(33948,38,1),(33948,39,1),(33948,40,1),(33949,38,1),(33949,39,1),(33949,40,1),(33950,38,1),(33950,39,1),(33950,40,1),(33951,38,1),(33951,39,1),(33951,40,1),(33952,38,1),(33952,39,1),(33952,40,1),(33953,38,1),(33953,39,1),(33953,40,1),(33954,38,1),(33954,39,1),(33954,40,1),(33955,38,1),(33955,39,1),(33955,40,1),(33956,38,1),(33956,39,1),(33956,40,1),(33957,38,1),(33957,39,1),(33957,40,1),(33958,38,1),(33958,39,1),(33958,40,1),(33959,38,1),(33959,39,1),(33959,40,1),(33960,38,1),(33960,39,1),(33960,40,1),(33961,38,1),(33961,39,1),(33961,40,1),(33962,38,1),(33962,39,1),(33962,40,1),(33963,38,1),(33963,39,1),(33963,40,1),(33964,38,1),(33964,39,1),(33964,40,1),(33965,38,1),(33965,39,1),(33965,40,1),(33966,38,1),(33966,39,1),(33966,40,1),(33967,38,1),(33967,39,1),(33967,40,1),(33968,38,1),(33968,39,1),(33968,40,1),(33969,38,1),(33969,39,1),(33969,40,1),(33970,38,1),(33970,39,1),(33970,40,1),(33971,38,1),(33971,39,1),(33971,40,1),(33972,38,1),(33972,39,1),(33972,40,1),(33973,38,1),(33973,39,1),(33973,40,1),(33974,38,1),(33974,39,1),(33974,40,1),(33975,38,1),(33975,39,1),(33975,40,1),(33976,38,1),(33976,39,1),(33976,40,1),(33981,34,333),(33981,35,1667),(33981,37,1111),(33981,39,666),(33981,40,266),(33981,33539,11),(33983,34,333),(33983,35,1667),(33983,37,1111),(33983,39,666),(33983,40,266),(33983,33539,11),(33985,34,333),(33985,35,1667),(33985,37,1111),(33985,39,666),(33985,40,266),(33985,33539,11),(33988,37,2),(33988,38,6),(33990,34,1),(34118,641,1),(34120,34,277778),(34120,35,11111),(34120,37,5556),(34120,39,11112),(34120,40,1112),(34120,2867,4),(34120,2870,9),(34120,2872,2),(34120,2875,4),(34120,2876,2),(34120,9834,22),(34122,34,600),(34122,35,1000),(34122,37,1300),(34122,39,2000),(34122,40,250),(34122,33539,15),(34124,34,600),(34124,35,1000),(34124,37,1300),(34124,39,2000),(34124,40,250),(34124,33539,15),(34126,34,600),(34126,35,1000),(34126,37,1300),(34126,39,2000),(34126,40,250),(34126,33539,15),(34151,17918,1),(34213,642,1),(34215,642,1),(34217,642,1),(34219,28659,1),(34221,28659,1),(34223,28659,1),(34225,638,1),(34227,638,1),(34229,638,1),(34231,28710,1),(34233,28710,1),(34235,28710,1),(34237,641,1),(34239,641,1),(34241,28661,1),(34243,28661,1),(34245,28661,1),(34247,639,1),(34249,639,1),(34251,639,1),(34253,28665,1),(34255,28665,1),(34257,28665,1),(34260,34,6),(34260,35,17),(34260,36,22),(34260,37,1),(34260,38,1),(34260,40,1),(34260,16275,56),(34264,34,1218080),(34264,35,555738),(34264,36,53266),(34264,37,10118),(34264,38,2013),(34264,39,1362),(34264,40,308),(34266,25599,3),(34266,25600,4),(34266,25602,1),(34268,25599,18),(34268,25600,20),(34268,25602,7),(34271,34,700),(34271,35,521),(34271,36,1),(34271,37,3),(34272,34,1556),(34272,35,1158),(34272,36,3),(34272,37,7),(34272,9848,2),(34272,11399,9),(34272,11689,13),(34274,34,9089),(34274,35,2786),(34274,36,2827),(34274,37,14),(34274,38,1),(34274,9848,7),(34274,11399,25),(34274,11689,27),(34276,34,68307),(34276,35,17839),(34276,36,7197),(34276,37,1951),(34276,38,234),(34276,39,12),(34276,40,26),(34276,9848,21),(34276,11399,52),(34276,11689,49),(34278,34,1596),(34278,35,690),(34278,36,144),(34278,9848,2),(34278,11399,9),(34278,11688,13),(34280,34,9089),(34280,35,2786),(34280,36,2827),(34280,37,14),(34280,38,1),(34280,9848,7),(34280,11399,27),(34280,11688,27),(34282,34,91067),(34282,35,23527),(34282,36,8613),(34282,37,2294),(34282,38,324),(34282,39,18),(34282,40,52),(34282,9848,21),(34282,11399,22),(34282,11688,52),(34284,34,1667),(34284,35,144),(34284,36,83),(34284,37,22),(34284,9848,2),(34284,11399,7),(34284,11691,12),(34286,34,4529),(34286,35,1643),(34286,36,2413),(34286,38,1),(34286,9848,2),(34286,11399,25),(34286,11691,8),(34288,34,68307),(34288,35,17839),(34288,36,7197),(34288,37,1951),(34288,38,234),(34288,39,12),(34288,40,26),(34288,9848,7),(34288,11399,52),(34288,11691,49),(34290,34,556),(34290,35,278),(34290,9848,1),(34290,11399,1),(34290,11540,1),(34292,34,3258),(34292,35,2926),(34292,38,7),(34292,39,4),(34292,9848,9),(34292,11399,9),(34292,11540,4),(34294,34,122),(34294,35,1342),(34294,38,9),(34294,39,4),(34294,40,22),(34294,9848,36),(34294,11399,36),(34294,11540,36),(34306,25599,89),(34306,25600,100),(34306,25602,33),(34308,25599,444),(34308,25600,500),(34308,25602,167),(34317,29992,2),(34317,29994,2),(34317,30002,2),(34317,30464,8),(34317,30466,2),(34317,30476,2),(34317,30478,2),(34317,34396,3),(34328,21009,10),(34328,21017,12),(34328,21023,10),(34328,21027,8),(34328,21037,49),(34328,24558,52),(34339,21009,7),(34339,21011,37),(34339,21013,6),(34339,21017,24),(34339,21019,7),(34339,21021,13),(34339,21023,11),(34339,21025,9),(34339,21035,6),(34339,21037,13),(34339,21039,28),(34339,24558,16),(34339,24560,8),(34341,21009,7),(34341,21013,6),(34341,21017,11),(34341,21019,7),(34341,21021,6),(34341,21023,24),(34341,21025,9),(34341,21035,13),(34341,21037,13),(34341,21039,28),(34341,21041,37),(34341,24558,16),(34341,24560,8),(34343,21009,7),(34343,21013,6),(34343,21017,7),(34343,21019,7),(34343,21021,6),(34343,21023,28),(34343,21025,9),(34343,21035,13),(34343,21037,13),(34343,21039,28),(34343,21041,37),(34343,24558,16),(34343,24560,8),(34345,21009,7),(34345,21011,37),(34345,21013,6),(34345,21017,28),(34345,21019,7),(34345,21021,13),(34345,21023,7),(34345,21025,9),(34345,21035,6),(34345,21037,13),(34345,21039,28),(34345,24558,16),(34345,24560,8),(34396,30022,2),(34396,30251,15),(34396,30252,1),(34396,30268,1),(34396,30269,1),(34396,30270,1),(34396,30271,1),(34396,30303,300),(34396,30307,40),(34396,30309,15),(34396,30310,13),(34396,30311,5),(34441,645,1),(34443,593,1),(34445,626,1),(34457,643,1),(34459,24692,1),(34461,17738,1),(34463,17918,1),(34465,645,1),(34467,641,1),(34469,638,1),(34471,642,1),(34473,24698,1),(34475,17715,1),(34477,12011,1),(34479,12005,1),(34481,34,1786),(34481,35,304),(34481,36,1),(34483,34,1786),(34483,35,304),(34483,36,1),(34485,34,6944),(34487,34,6944),(34489,37,10),(34489,38,1),(34496,34,2778),(34562,29992,2),(34562,29994,2),(34562,30002,2),(34562,30464,8),(34562,30466,2),(34562,30476,2),(34562,30478,2),(34562,34396,3),(34590,34,500000),(34590,35,140000),(34590,36,32000),(34590,37,15000),(34590,38,1200),(34590,39,2000),(34590,40,700),(34593,34,10000),(34593,35,10000),(34593,36,10000),(34593,37,15000),(34593,38,8000),(34593,39,6000),(34593,40,4000),(34593,34575,1),(34595,34,10000),(34595,35,10000),(34595,36,10000),(34595,37,15000),(34595,38,8000),(34595,39,6000),(34595,40,4000),(34595,2346,20),(34595,11399,3000),(34595,11547,70),(34595,11548,70),(34595,11549,70),(34595,11550,70),(34595,11551,80),(34595,11552,100),(34595,11553,160),(34595,11554,80),(34595,12836,20),(34595,17898,40),(34595,34575,1),(34826,34,10000),(34826,35,10000),(34826,36,10000),(34826,37,15000),(34826,38,8000),(34826,39,6000),(34826,40,4000),(34826,34575,1),(34828,29992,2),(34828,29994,2),(34828,30002,2),(34828,30464,8),(34828,30466,2),(34828,30476,2),(34828,30478,2),(34828,34396,3),(35656,35,110),(35656,37,8),(35656,39,1),(35657,34,17896),(35657,35,8030),(35657,36,1002),(35657,37,44),(35657,38,22),(35657,39,2),(35657,40,1),(35658,34,134),(35658,35,21),(35658,36,42),(35658,37,9),(35658,39,1),(35658,40,4),(35659,34,134),(35659,35,21),(35659,36,42),(35659,37,9),(35659,39,1),(35659,40,4),(35660,34,134),(35660,35,21),(35660,36,42),(35660,37,9),(35660,39,1),(35660,40,4),(35661,34,57378),(35661,35,14743),(35661,36,3889),(35661,37,905),(35661,38,277),(35661,39,50),(35661,40,9),(35662,34,57378),(35662,35,14743),(35662,36,3889),(35662,37,905),(35662,38,277),(35662,39,50),(35662,40,9),(35683,29992,2),(35683,29994,2),(35683,30002,2),(35683,30464,8),(35683,30466,2),(35683,30476,2),(35683,30478,2),(35683,34396,3),(35770,34,538),(35770,35,88),(35770,36,369),(35770,37,1),(35770,38,4),(35771,34,538),(35771,35,88),(35771,36,369),(35771,37,1),(35771,38,4),(35771,3689,8),(35771,9842,3),(35771,11399,5),(35771,11540,6),(35774,34,538),(35774,35,88),(35774,36,369),(35774,37,1),(35774,38,4),(35779,34,22800),(35779,35,6130),(35779,36,2950),(35779,37,400),(35779,38,90),(35779,39,40),(35779,3828,15),(35779,11399,10),(35779,11532,20),(35779,11533,20),(35779,11537,30),(35779,11539,60),(35779,11540,60),(35779,11549,3),(35779,11550,3),(35779,11552,40),(35779,11554,40),(35781,34,614300),(35781,35,15400),(35781,36,40000),(35781,37,9687),(35781,38,2400),(35781,39,1200),(35781,40,360),(35781,3828,190),(35781,11399,150),(35781,11532,60),(35781,11533,60),(35781,11537,180),(35781,11539,1500),(35781,11540,1500),(35781,11543,4000),(35781,11549,30),(35781,11550,30),(35781,11552,300),(35781,11554,300),(35781,11558,750),(35788,34,949),(35788,40,2),(35789,34,949),(35789,40,2),(35790,34,949),(35790,40,2),(35790,3689,1),(35790,9842,9),(35790,11399,11),(35790,11540,8),(35794,35,4),(35794,37,3),(35794,38,3),(35794,39,2),(35794,40,2),(35795,35,4),(35795,37,3),(35795,38,3),(35795,39,2),(35795,40,2),(35825,21947,1),(35825,21949,1),(35825,21951,1),(35825,21953,1),(35825,21955,1),(35825,21957,1),(35825,21959,1),(35825,21961,1),(35825,21967,1),(35826,21947,6),(35826,21949,4),(35826,21951,4),(35826,21953,8),(35826,21955,8),(35826,21957,4),(35826,21959,4),(35826,21961,4),(35826,21963,4),(35826,21965,4),(35826,21967,4),(35826,36958,4),(35827,3810,250),(35827,13267,500),(35827,21947,60),(35827,21949,40),(35827,21951,40),(35827,21953,80),(35827,21955,80),(35827,21957,10),(35827,21959,10),(35827,21961,10),(35827,21963,10),(35827,21965,10),(35827,21967,10),(35827,21969,1),(35827,36956,1),(35827,36957,1),(35827,36958,8),(35828,21947,1),(35828,21949,1),(35828,21951,1),(35828,21953,4),(35828,21957,1),(35828,21961,1),(35829,21947,10),(35829,21949,10),(35829,21951,10),(35829,21953,40),(35829,21957,10),(35829,21961,10),(35829,21965,4),(35829,21967,4),(35830,21947,100),(35830,21949,100),(35830,21951,100),(35830,21953,400),(35830,21957,100),(35830,21961,100),(35830,21963,4),(35830,21965,40),(35830,21967,40),(35830,21969,4),(35832,21947,1),(35832,21949,1),(35832,21951,1),(35832,21957,1),(35832,21961,1),(35832,21963,4),(35832,21965,1),(35832,21967,1),(35833,21947,10),(35833,21949,10),(35833,21951,10),(35833,21953,4),(35833,21955,4),(35833,21957,10),(35833,21959,4),(35833,21961,10),(35833,21963,40),(35833,21965,10),(35833,21967,10),(35833,36958,4),(35834,3810,1000),(35834,13267,250),(35834,21947,200),(35834,21949,200),(35834,21951,200),(35834,21953,80),(35834,21955,80),(35834,21957,200),(35834,21959,80),(35834,21961,200),(35834,21963,800),(35834,21965,200),(35834,21967,200),(35834,21969,8),(35834,36956,8),(35834,36957,8),(35834,36958,80),(35835,21947,1),(35835,21949,1),(35835,21951,1),(35835,21957,1),(35835,21959,3),(35835,21961,1),(35835,36956,1),(35835,36957,1),(35836,21947,8),(35836,21949,4),(35836,21951,20),(35836,21953,2),(35836,21955,2),(35836,21957,4),(35836,21959,24),(35836,21961,4),(35836,21963,4),(35836,21965,2),(35836,21967,4),(35836,36956,6),(35836,36957,6),(35836,36958,2),(35837,21947,100),(35837,21949,100),(35837,21951,100),(35837,21957,100),(35837,21959,400),(35837,21961,100),(35837,21963,4),(35837,21965,40),(35837,21967,40),(35837,21969,4),(35838,21947,1),(35838,21949,1),(35838,21951,1),(35838,21957,1),(35838,21961,1),(35838,36956,4),(35839,21947,10),(35839,21949,10),(35839,21951,10),(35839,21957,10),(35839,21961,10),(35839,21965,4),(35839,21967,4),(35839,36956,40),(35840,16273,500000),(35840,21947,2),(35840,21949,1),(35840,21951,1),(35840,36956,2),(35840,36957,1),(35841,21947,4),(35841,21951,1),(35841,36956,1),(35841,36957,3),(35841,36958,1),(35841,49720,2),(35842,21947,1),(35842,21949,1),(35842,21951,1),(35842,21957,1),(35842,21961,1),(35842,21965,1),(35842,21967,1),(35842,21969,4),(35843,21947,10),(35843,21949,10),(35843,21951,10),(35843,21953,4),(35843,21955,4),(35843,21957,10),(35843,21959,4),(35843,21961,10),(35843,21965,10),(35843,21967,10),(35843,21969,40),(35843,36958,4),(35844,21947,100),(35844,21949,100),(35844,21951,100),(35844,21953,40),(35844,21955,40),(35844,21957,100),(35844,21959,40),(35844,21961,100),(35844,21963,4),(35844,21965,100),(35844,21967,100),(35844,21969,400),(35844,36956,4),(35844,36957,4),(35844,36958,40),(35845,21947,8),(35845,21951,1),(35845,36956,1),(35845,36958,5),(35877,34,15000000),(35877,35,5600000),(35877,36,1300000),(35877,37,100000),(35877,38,20000),(35877,39,8000),(35877,40,6500),(35877,2867,65),(35877,2868,75),(35877,2869,140),(35877,2870,150),(35877,2871,65),(35877,2872,65),(35877,2875,90),(35877,2876,45),(35878,34,2500000),(35878,35,500000),(35878,36,150000),(35878,37,20000),(35878,38,2000),(35878,39,700),(35878,40,500),(35878,2867,10),(35878,2868,10),(35878,2869,20),(35878,2870,20),(35878,2871,5),(35878,2872,7),(35878,2875,5),(35878,2876,5),(35880,34,250000),(35880,35,50000),(35880,36,17500),(35880,37,2000),(35880,38,375),(35880,39,175),(35880,40,75),(35880,2867,1),(35880,2868,1),(35880,2869,2),(35880,2870,2),(35880,2871,1),(35880,2872,2),(35880,2875,1),(35880,2876,1),(35881,34,8000000),(35881,35,2500000),(35881,36,600000),(35881,37,50000),(35881,38,10000),(35881,39,4000),(35881,40,3000),(35881,2867,30),(35881,2868,35),(35881,2869,60),(35881,2870,70),(35881,2871,30),(35881,2872,30),(35881,2875,40),(35881,2876,20),(35886,34,1000000),(35886,35,300000),(35886,36,100000),(35886,37,24000),(35886,38,5000),(35886,39,2500),(35886,40,1000),(35886,2867,10),(35886,2868,5),(35886,2869,5),(35886,2870,10),(35886,2871,10),(35886,2872,10),(35886,2875,15),(35886,2876,10),(35888,34,5000000),(35888,35,1000000),(35888,36,350000),(35888,37,40000),(35888,38,7500),(35888,39,3500),(35888,40,1500),(35888,2867,15),(35888,2868,30),(35888,2869,15),(35888,2870,15),(35888,2871,15),(35888,2872,15),(35888,2875,30),(35888,2876,30),(35889,34,750000),(35889,35,150000),(35889,36,52500),(35889,37,6000),(35889,38,1125),(35889,39,525),(35889,40,225),(35889,2867,2),(35889,2868,5),(35889,2869,2),(35889,2870,2),(35889,2871,2),(35889,2872,2),(35889,2875,5),(35889,2876,5),(35890,34,2000000),(35890,35,400000),(35890,36,140000),(35890,37,16000),(35890,38,3000),(35890,39,1400),(35890,40,600),(35890,2867,6),(35890,2868,12),(35890,2869,6),(35890,2870,6),(35890,2871,6),(35890,2872,6),(35890,2875,12),(35890,2876,12),(35891,34,1000000),(35891,35,300000),(35891,36,100000),(35891,37,24000),(35891,38,5000),(35891,39,2500),(35891,40,1000),(35891,2867,10),(35891,2868,5),(35891,2869,5),(35891,2870,10),(35891,2871,10),(35891,2872,10),(35891,2875,15),(35891,2876,10),(35892,34,12500000),(35892,35,2500000),(35892,36,875000),(35892,37,100000),(35892,38,18750),(35892,39,8750),(35892,40,3750),(35892,2867,90),(35892,2868,45),(35892,2869,45),(35892,2870,90),(35892,2871,45),(35892,2872,45),(35892,2875,90),(35892,2876,45),(35894,34,3000000),(35894,35,600000),(35894,36,210000),(35894,37,24000),(35894,38,4500),(35894,39,2100),(35894,40,900),(35894,2867,20),(35894,2868,10),(35894,2869,10),(35894,2870,20),(35894,2871,10),(35894,2872,10),(35894,2875,20),(35894,2876,10),(35895,34,1000000),(35895,35,200000),(35895,36,70000),(35895,37,8000),(35895,38,1500),(35895,39,700),(35895,40,300),(35895,2867,7),(35895,2868,3),(35895,2869,3),(35895,2870,7),(35895,2871,3),(35895,2872,3),(35895,2875,7),(35895,2876,3),(35896,34,750000),(35896,35,150000),(35896,36,52500),(35896,37,6000),(35896,38,1125),(35896,39,525),(35896,40,225),(35896,2867,5),(35896,2868,2),(35896,2869,2),(35896,2870,5),(35896,2871,2),(35896,2872,2),(35896,2875,5),(35896,2876,2),(35897,34,1000000),(35897,35,200000),(35897,36,70000),(35897,37,8000),(35897,38,1500),(35897,39,700),(35897,40,300),(35897,2867,7),(35897,2868,3),(35897,2869,3),(35897,2870,7),(35897,2871,3),(35897,2872,3),(35897,2875,7),(35897,2876,3),(35898,34,7500000),(35898,35,1500000),(35898,36,525000),(35898,37,60000),(35898,38,11250),(35898,39,5250),(35898,40,2250),(35898,2867,50),(35898,2868,25),(35898,2869,25),(35898,2870,50),(35898,2871,25),(35898,2872,25),(35898,2875,50),(35898,2876,25),(35899,34,250000),(35899,35,50000),(35899,36,17500),(35899,37,2000),(35899,38,375),(35899,39,175),(35899,40,75),(35899,2867,1),(35899,2868,1),(35899,2869,1),(35899,2870,2),(35899,2871,1),(35899,2872,2),(35899,2875,1),(35899,2876,2),(35900,34,1000000),(35900,35,200000),(35900,36,70000),(35900,37,8000),(35900,38,1500),(35900,39,700),(35900,40,300),(35900,2867,3),(35900,2868,3),(35900,2869,3),(35900,2870,7),(35900,2871,3),(35900,2872,7),(35900,2875,3),(35900,2876,7),(35901,34,3000000),(35901,35,600000),(35901,36,210000),(35901,37,24000),(35901,38,4500),(35901,39,2100),(35901,40,900),(35901,2867,10),(35901,2868,10),(35901,2869,10),(35901,2870,20),(35901,2871,10),(35901,2872,20),(35901,2875,10),(35901,2876,20),(35904,34,12500000),(35904,35,2500000),(35904,36,875000),(35904,37,100000),(35904,38,18750),(35904,39,8750),(35904,40,3750),(35904,2867,45),(35904,2868,45),(35904,2869,45),(35904,2870,90),(35904,2871,45),(35904,2872,90),(35904,2875,45),(35904,2876,90),(35905,34,7500000),(35905,35,1500000),(35905,36,525000),(35905,37,60000),(35905,38,11250),(35905,39,5250),(35905,40,2250),(35905,2867,25),(35905,2868,50),(35905,2869,25),(35905,2870,25),(35905,2871,50),(35905,2872,25),(35905,2875,25),(35905,2876,50),(35906,34,750000),(35906,35,150000),(35906,36,52500),(35906,37,6000),(35906,38,1125),(35906,39,525),(35906,40,225),(35906,2867,2),(35906,2868,5),(35906,2869,2),(35906,2870,2),(35906,2871,5),(35906,2872,2),(35906,2875,2),(35906,2876,5),(35907,34,2000000),(35907,35,400000),(35907,36,140000),(35907,37,16000),(35907,38,3000),(35907,39,1400),(35907,40,600),(35907,2867,6),(35907,2868,12),(35907,2869,6),(35907,2870,6),(35907,2871,12),(35907,2872,6),(35907,2875,6),(35907,2876,12),(35908,34,1000000),(35908,35,200000),(35908,36,70000),(35908,37,8000),(35908,38,1500),(35908,39,700),(35908,40,300),(35908,2867,3),(35908,2868,7),(35908,2869,3),(35908,2870,3),(35908,2871,7),(35908,2872,3),(35908,2875,3),(35908,2876,7),(35909,34,2000000),(35909,35,400000),(35909,36,140000),(35909,37,16000),(35909,38,3000),(35909,39,1400),(35909,40,600),(35909,2867,6),(35909,2868,12),(35909,2869,6),(35909,2870,6),(35909,2871,12),(35909,2872,6),(35909,2875,6),(35909,2876,12),(35910,34,5000000),(35910,35,1000000),(35910,36,350000),(35910,37,40000),(35910,38,7500),(35910,39,3500),(35910,40,1500),(35910,2867,15),(35910,2868,30),(35910,2869,15),(35910,2870,15),(35910,2871,30),(35910,2872,15),(35910,2875,15),(35910,2876,30),(35911,34,3000000),(35911,35,600000),(35911,36,210000),(35911,37,24000),(35911,38,4500),(35911,39,2100),(35911,40,900),(35911,2867,10),(35911,2868,20),(35911,2869,10),(35911,2870,10),(35911,2871,20),(35911,2872,10),(35911,2875,10),(35911,2876,20),(35915,34,7500000),(35915,35,1500000),(35915,36,525000),(35915,37,60000),(35915,38,11250),(35915,39,5250),(35915,40,2250),(35915,2867,25),(35915,2868,50),(35915,2869,25),(35915,2870,25),(35915,2871,25),(35915,2872,50),(35915,2875,25),(35915,2876,50),(35916,34,2000000),(35916,35,400000),(35916,36,140000),(35916,37,16000),(35916,38,3000),(35916,39,1400),(35916,40,600),(35916,2867,12),(35916,2868,6),(35916,2869,12),(35916,2870,6),(35916,2871,12),(35916,2872,6),(35916,2875,6),(35916,2876,6),(35917,34,20000000),(35917,35,4000000),(35917,36,1400000),(35917,37,160000),(35917,38,30000),(35917,39,14000),(35917,40,6000),(35917,2867,150),(35917,2868,75),(35917,2869,150),(35917,2870,75),(35917,2871,150),(35917,2872,75),(35917,2875,75),(35917,2876,75),(35918,34,7500000),(35918,35,1500000),(35918,36,525000),(35918,37,60000),(35918,38,11250),(35918,39,5250),(35918,40,2250),(35918,2867,25),(35918,2868,50),(35918,2869,25),(35918,2870,50),(35918,2871,25),(35918,2872,50),(35918,2875,50),(35918,2876,50),(35919,34,3000000),(35919,35,600000),(35919,36,210000),(35919,37,24000),(35919,38,4500),(35919,39,2100),(35919,40,900),(35919,2867,20),(35919,2868,10),(35919,2869,20),(35919,2870,10),(35919,2871,20),(35919,2872,10),(35919,2875,10),(35919,2876,10),(35920,34,5000000),(35920,35,1000000),(35920,36,350000),(35920,37,40000),(35920,38,7500),(35920,39,3500),(35920,40,1500),(35920,2867,30),(35920,2868,15),(35920,2869,30),(35920,2870,15),(35920,2871,30),(35920,2872,15),(35920,2875,15),(35920,2876,15),(35921,34,2500000),(35921,35,500000),(35921,36,175000),(35921,37,20000),(35921,38,3750),(35921,39,1750),(35921,40,750),(35922,34,2500000),(35922,35,500000),(35922,36,175000),(35922,37,20000),(35922,38,3750),(35922,39,1750),(35922,40,750),(35923,34,7500000),(35923,35,1500000),(35923,36,525000),(35923,37,60000),(35923,38,11250),(35923,39,5250),(35923,40,2250),(35924,34,4000000),(35924,35,800000),(35924,36,280000),(35924,37,32000),(35924,38,6000),(35924,39,2800),(35924,40,1200),(35925,34,4000000),(35925,35,800000),(35925,36,280000),(35925,37,32000),(35925,38,6000),(35925,39,2800),(35925,40,1200),(35926,34,7500000),(35926,35,1500000),(35926,36,525000),(35926,37,60000),(35926,38,11250),(35926,39,5250),(35926,40,2250),(35927,34,1500000),(35927,35,300000),(35927,36,105000),(35927,37,12000),(35927,38,2250),(35927,39,1050),(35927,40,450),(35928,34,80000000),(35928,35,16000000),(35928,36,5600000),(35928,37,640000),(35928,38,120000),(35928,39,56000),(35928,40,24000),(35929,34,2500000),(35929,35,500000),(35929,36,175000),(35929,37,20000),(35929,38,3750),(35929,39,1750),(35929,40,750),(35930,34,2500000),(35930,35,500000),(35930,36,175000),(35930,37,20000),(35930,38,3750),(35930,39,1750),(35930,40,750),(35931,34,2500000),(35931,35,500000),(35931,36,175000),(35931,37,20000),(35931,38,3750),(35931,39,1750),(35931,40,750),(35932,34,2500000),(35932,35,500000),(35932,36,175000),(35932,37,20000),(35932,38,3750),(35932,39,1750),(35932,40,750),(35933,34,2500000),(35933,35,500000),(35933,36,175000),(35933,37,20000),(35933,38,3750),(35933,39,1750),(35933,40,750),(35934,34,2500000),(35934,35,500000),(35934,36,175000),(35934,37,20000),(35934,38,3750),(35934,39,1750),(35934,40,750),(35935,34,2500000),(35935,35,500000),(35935,36,175000),(35935,37,20000),(35935,38,3750),(35935,39,1750),(35935,40,750),(35936,34,2500000),(35936,35,500000),(35936,36,175000),(35936,37,20000),(35936,38,3750),(35936,39,1750),(35936,40,750),(35937,34,2500000),(35937,35,500000),(35937,36,175000),(35937,37,20000),(35937,38,3750),(35937,39,1750),(35937,40,750),(35938,34,2500000),(35938,35,500000),(35938,36,175000),(35938,37,20000),(35938,38,3750),(35938,39,1750),(35938,40,750),(35939,34,7500000),(35939,35,1500000),(35939,36,525000),(35939,37,60000),(35939,38,11250),(35939,39,5250),(35939,40,2250),(35940,34,1500000),(35940,35,300000),(35940,36,105000),(35940,37,12000),(35940,38,2250),(35940,39,1050),(35940,40,450),(35941,34,1500000),(35941,35,300000),(35941,36,105000),(35941,37,12000),(35941,38,2250),(35941,39,1050),(35941,40,450),(35943,34,1500000),(35943,35,300000),(35943,36,105000),(35943,37,12000),(35943,38,2250),(35943,39,1050),(35943,40,450),(35944,34,6000000),(35944,35,1500000),(35944,36,500000),(35944,37,80000),(35944,38,25000),(35944,39,8000),(35944,40,3500),(35945,34,1500000),(35945,35,300000),(35945,36,105000),(35945,37,12000),(35945,38,2250),(35945,39,1050),(35945,40,450),(35947,34,1500000),(35947,35,300000),(35947,36,105000),(35947,37,12000),(35947,38,2250),(35947,39,1050),(35947,40,450),(35949,34,1500000),(35949,35,300000),(35949,36,105000),(35949,37,12000),(35949,38,2250),(35949,39,1050),(35949,40,450),(35951,34,1000000),(35951,35,200000),(35951,36,70000),(35951,37,8000),(35951,38,1500),(35951,39,700),(35951,40,300),(35952,34,1000000),(35952,35,200000),(35952,36,70000),(35952,37,8000),(35952,38,1500),(35952,39,700),(35952,40,300),(35953,34,1000000),(35953,35,200000),(35953,36,70000),(35953,37,8000),(35953,38,1500),(35953,39,700),(35953,40,300),(35954,34,1000000),(35954,35,200000),(35954,36,70000),(35954,37,8000),(35954,38,1500),(35954,39,700),(35954,40,300),(35955,34,1000000),(35955,35,200000),(35955,36,70000),(35955,37,8000),(35955,38,1500),(35955,39,700),(35955,40,300),(35957,34,1000000),(35957,35,200000),(35957,36,70000),(35957,37,8000),(35957,38,1500),(35957,39,700),(35957,40,300),(35958,34,1000000),(35958,35,200000),(35958,36,70000),(35958,37,8000),(35958,38,1500),(35958,39,700),(35958,40,300),(35959,34,500000),(35959,35,100000),(35959,36,35000),(35959,37,4000),(35959,38,750),(35959,39,350),(35959,40,150),(35962,34,500000),(35962,35,100000),(35962,36,35000),(35962,37,4000),(35962,38,750),(35962,39,350),(35962,40,150),(35963,34,500000),(35963,35,100000),(35963,36,35000),(35963,37,4000),(35963,38,750),(35963,39,350),(35963,40,150),(35965,34,500000),(35965,35,100000),(35965,36,35000),(35965,37,4000),(35965,38,750),(35965,39,350),(35965,40,150),(35966,34,500000),(35966,35,100000),(35966,36,35000),(35966,37,4000),(35966,38,750),(35966,39,350),(35966,40,150),(35967,34,500000),(35967,35,100000),(35967,36,35000),(35967,37,4000),(35967,38,750),(35967,39,350),(35967,40,150),(36946,48927,88),(36948,48927,185),(36956,34,1500000),(36956,35,300000),(36956,36,105000),(36956,37,12000),(36956,38,2250),(36956,39,1050),(36956,40,450),(36956,2867,5),(36956,2868,15),(36956,2869,10),(36956,2871,10),(36956,2872,10),(36956,2875,5),(36956,2876,15),(36957,34,1500000),(36957,35,300000),(36957,36,105000),(36957,37,12000),(36957,38,2250),(36957,39,1050),(36957,40,450),(36957,2867,5),(36957,2868,15),(36957,2870,10),(36957,2871,10),(36957,2872,15),(36957,2875,5),(36957,2876,10),(36958,34,1000000),(36958,35,200000),(36958,36,70000),(36958,37,8000),(36958,38,1500),(36958,39,700),(36958,40,300),(36958,2867,10),(36958,2868,10),(36958,2871,5),(36958,2872,5),(36958,2876,5),(37135,34,24889),(37135,35,7444),(37135,36,744),(37135,37,444),(37135,38,50),(37135,39,22),(37135,3828,20),(37135,11399,35),(37135,11531,18),(37135,11535,15),(37135,11541,170),(37135,11545,200),(37135,11547,3),(37135,11553,42),(37135,11556,22),(37141,34,75000),(37141,35,15000),(37141,36,5250),(37141,37,600),(37141,38,113),(37141,39,53),(37141,40,23),(37141,2867,1),(37141,2868,1),(37141,2871,1),(37142,34,2000000),(37142,35,400000),(37142,36,140000),(37142,37,16000),(37142,38,3000),(37142,39,1400),(37142,40,600),(37142,2867,12),(37142,2868,12),(37142,2869,6),(37142,2870,6),(37142,2871,12),(37142,2872,6),(37142,2875,6),(37142,2876,6),(37143,34,20000000),(37143,35,4000000),(37143,36,1400000),(37143,37,160000),(37143,38,30000),(37143,39,14000),(37143,40,6000),(37143,2867,150),(37143,2868,150),(37143,2869,75),(37143,2870,75),(37143,2871,150),(37143,2872,75),(37143,2875,75),(37143,2876,75),(37146,25590,960),(37146,25591,1600),(37146,25592,1600),(37146,25593,1600),(37146,25594,1600),(37146,25597,1600),(37146,25599,1600),(37146,25601,1440),(37146,25604,1600),(37147,25609,20),(37147,25610,200),(37147,25611,1200),(37147,25612,1200),(37147,25613,200),(37147,25616,1000),(37147,25617,16),(37147,25618,1200),(37147,25620,28),(37147,25623,200),(37148,25590,960),(37148,25591,1600),(37148,25592,1600),(37148,25593,1600),(37148,25594,1600),(37148,25597,1600),(37148,25599,1600),(37148,25601,1440),(37148,25604,1600),(37149,25609,20),(37149,25610,200),(37149,25611,1200),(37149,25612,1200),(37149,25613,200),(37149,25616,1000),(37149,25617,16),(37149,25618,1200),(37149,25620,28),(37149,25623,200),(37150,25590,960),(37150,25591,1600),(37150,25592,1600),(37150,25593,1600),(37150,25594,1600),(37150,25597,1600),(37150,25599,1600),(37150,25601,1440),(37150,25604,1600),(37151,25609,20),(37151,25610,200),(37151,25611,1200),(37151,25612,1200),(37151,25613,200),(37151,25616,1000),(37151,25617,16),(37151,25618,1200),(37151,25620,28),(37151,25623,200),(37152,25609,20),(37152,25610,200),(37152,25611,1200),(37152,25612,1200),(37152,25613,200),(37152,25616,1000),(37152,25617,16),(37152,25618,1200),(37152,25620,28),(37152,25623,200),(37153,25609,20),(37153,25610,200),(37153,25611,1200),(37153,25612,1200),(37153,25613,200),(37153,25616,1000),(37153,25617,16),(37153,25618,1200),(37153,25620,28),(37153,25623,200),(37154,25590,960),(37154,25591,1600),(37154,25592,1600),(37154,25593,1600),(37154,25594,1600),(37154,25597,1600),(37154,25599,1600),(37154,25601,1440),(37154,25604,1600),(37155,25609,20),(37155,25610,200),(37155,25611,1200),(37155,25612,1200),(37155,25613,200),(37155,25616,1000),(37155,25617,16),(37155,25618,1200),(37155,25620,28),(37155,25623,200),(37156,25590,960),(37156,25591,1600),(37156,25592,1600),(37156,25593,1600),(37156,25594,1600),(37156,25597,1600),(37156,25599,1600),(37156,25601,1440),(37156,25604,1600),(37157,25609,20),(37157,25610,200),(37157,25611,1200),(37157,25612,1200),(37157,25613,200),(37157,25616,1000),(37157,25617,16),(37157,25618,1200),(37157,25620,28),(37157,25623,200),(37158,25590,960),(37158,25591,1600),(37158,25592,1600),(37158,25593,1600),(37158,25594,1600),(37158,25597,1600),(37158,25598,480),(37158,25599,1600),(37158,25601,1440),(37158,25604,1600),(37159,25609,20),(37159,25610,200),(37159,25611,1200),(37159,25612,1200),(37159,25613,200),(37159,25616,1000),(37159,25617,16),(37159,25618,1200),(37159,25620,28),(37159,25623,200),(37160,25590,960),(37160,25591,1600),(37160,25592,1600),(37160,25593,1600),(37160,25594,1600),(37160,25597,1600),(37160,25599,1600),(37160,25601,1440),(37160,25604,1600),(37161,25609,20),(37161,25610,200),(37161,25611,1200),(37161,25612,1200),(37161,25613,200),(37161,25616,1000),(37161,25617,16),(37161,25618,1200),(37161,25620,28),(37161,25623,200),(37162,25590,960),(37162,25591,1600),(37162,25592,1600),(37162,25593,1600),(37162,25594,1600),(37162,25597,1600),(37162,25599,1600),(37162,25601,1440),(37162,25604,1600),(37163,25609,20),(37163,25610,200),(37163,25611,1200),(37163,25612,1200),(37163,25613,200),(37163,25616,1000),(37163,25617,16),(37163,25618,1200),(37163,25620,28),(37163,25623,200),(37164,25590,7200),(37164,25591,12000),(37164,25592,12000),(37164,25593,12000),(37164,25594,12000),(37164,25597,12000),(37164,25598,3600),(37164,25599,12000),(37164,25601,10800),(37164,25604,12000),(37165,25609,200),(37165,25610,2000),(37165,25611,12000),(37165,25612,12000),(37165,25613,2000),(37165,25616,10000),(37165,25617,160),(37165,25618,12000),(37165,25620,280),(37165,25623,2000),(37166,25590,7200),(37166,25591,12000),(37166,25592,12000),(37166,25593,12000),(37166,25594,12000),(37166,25597,12000),(37166,25598,3600),(37166,25599,12000),(37166,25601,10800),(37166,25604,12000),(37167,25609,200),(37167,25610,2000),(37167,25611,12000),(37167,25612,12000),(37167,25613,2000),(37167,25616,10000),(37167,25617,160),(37167,25618,12000),(37167,25620,280),(37167,25623,2000),(37168,25590,7200),(37168,25591,12000),(37168,25592,12000),(37168,25593,12000),(37168,25594,12000),(37168,25597,12000),(37168,25598,3600),(37168,25599,12000),(37168,25601,10800),(37168,25604,12000),(37169,25609,200),(37169,25610,2000),(37169,25611,12000),(37169,25612,12000),(37169,25613,2000),(37169,25616,10000),(37169,25617,160),(37169,25618,12000),(37169,25620,280),(37169,25623,2000),(37170,25590,7200),(37170,25591,12000),(37170,25592,12000),(37170,25593,12000),(37170,25594,12000),(37170,25597,12000),(37170,25598,3600),(37170,25599,12000),(37170,25601,10800),(37170,25604,12000),(37171,25609,200),(37171,25610,2000),(37171,25611,12000),(37171,25612,12000),(37171,25613,2000),(37171,25616,10000),(37171,25617,160),(37171,25618,12000),(37171,25620,280),(37171,25623,2000),(37172,25609,200),(37172,25610,2000),(37172,25611,12000),(37172,25612,12000),(37172,25613,2000),(37172,25616,10000),(37172,25617,160),(37172,25618,12000),(37172,25620,280),(37172,25623,2000),(37173,25590,7200),(37173,25591,12000),(37173,25592,12000),(37173,25593,12000),(37173,25594,12000),(37173,25597,12000),(37173,25598,3600),(37173,25599,12000),(37173,25601,10800),(37173,25604,12000),(37174,25590,7200),(37174,25591,12000),(37174,25592,12000),(37174,25593,12000),(37174,25594,12000),(37174,25597,12000),(37174,25598,3600),(37174,25599,12000),(37174,25601,10800),(37174,25604,12000),(37175,25609,200),(37175,25610,2000),(37175,25611,12000),(37175,25612,12000),(37175,25613,2000),(37175,25616,10000),(37175,25617,160),(37175,25618,12000),(37175,25620,280),(37175,25623,2000),(37176,25590,6000),(37176,25591,20000),(37176,25592,20000),(37176,25593,20000),(37176,25594,20000),(37176,25597,20000),(37176,25598,2000),(37176,25599,20000),(37176,25601,6000),(37176,25604,20000),(37177,11475,1),(37177,25609,210),(37177,25610,3750),(37177,25611,18000),(37177,25612,18000),(37177,25613,3750),(37177,25616,18000),(37177,25617,120),(37177,25618,18000),(37177,25620,210),(37177,25623,3750),(37178,25590,72000),(37178,25591,120000),(37178,25592,120000),(37178,25593,120000),(37178,25594,120000),(37178,25597,120000),(37178,25598,36000),(37178,25599,120000),(37178,25601,108000),(37178,25604,120000),(37179,25609,2500),(37179,25610,25000),(37179,25611,150000),(37179,25612,150000),(37179,25613,25000),(37179,25616,125000),(37179,25617,2000),(37179,25618,150000),(37179,25620,3500),(37179,25623,25000),(37180,25590,72000),(37180,25591,120000),(37180,25592,120000),(37180,25593,120000),(37180,25594,120000),(37180,25597,120000),(37180,25598,36000),(37180,25599,120000),(37180,25601,108000),(37180,25604,120000),(37181,25609,2500),(37181,25610,25000),(37181,25611,150000),(37181,25612,150000),(37181,25613,25000),(37181,25616,125000),(37181,25617,2000),(37181,25618,150000),(37181,25620,3500),(37181,25623,25000),(37182,25607,87500),(37182,25611,87500),(37182,25612,87500),(37182,25615,87500),(37182,25616,87500),(37182,25618,87500),(37182,25619,2000),(37182,25620,2000),(37182,25621,162500),(37182,25622,2000),(37183,25588,240000),(37183,25592,240000),(37183,25593,240000),(37183,25596,240000),(37183,25597,240000),(37183,25599,240000),(37183,25600,24000),(37183,25601,120000),(37183,25602,240000),(37183,25603,120000),(37184,25588,1600),(37184,25592,1600),(37184,25593,1600),(37184,25596,1600),(37184,25597,1600),(37184,25599,1600),(37184,25600,80),(37184,25601,400),(37184,25602,1600),(37184,25603,400),(37185,11478,1),(37185,25607,700),(37185,25611,700),(37185,25612,700),(37185,25615,700),(37185,25616,700),(37185,25618,700),(37185,25619,8),(37185,25620,8),(37185,25621,1300),(37185,25622,8),(37186,25588,1600),(37186,25592,1600),(37186,25593,1600),(37186,25596,1600),(37186,25597,1600),(37186,25599,1600),(37186,25600,80),(37186,25601,400),(37186,25602,1600),(37186,25603,400),(37187,11478,1),(37187,25607,700),(37187,25611,700),(37187,25612,700),(37187,25615,700),(37187,25616,700),(37187,25618,700),(37187,25619,8),(37187,25620,8),(37187,25621,1300),(37187,25622,8),(37188,25588,1600),(37188,25592,1600),(37188,25593,1600),(37188,25596,1600),(37188,25597,1600),(37188,25599,1600),(37188,25600,80),(37188,25601,400),(37188,25602,1600),(37188,25603,400),(37190,25588,1600),(37190,25592,1600),(37190,25593,1600),(37190,25596,1600),(37190,25597,1600),(37190,25599,1600),(37190,25600,80),(37190,25601,400),(37190,25602,1600),(37190,25603,400),(37191,11481,1),(37191,25607,700),(37191,25611,700),(37191,25612,700),(37191,25615,700),(37191,25616,700),(37191,25618,700),(37191,25619,8),(37191,25620,8),(37191,25621,1300),(37191,25622,8),(37192,25588,1600),(37192,25592,1600),(37192,25593,1600),(37192,25596,1600),(37192,25597,1600),(37192,25599,1600),(37192,25600,80),(37192,25601,400),(37192,25602,1600),(37192,25603,400),(37193,11481,1),(37193,25601,14),(37193,25609,14),(37193,25610,250),(37193,25611,1200),(37193,25612,1200),(37193,25613,250),(37193,25616,1200),(37193,25617,8),(37193,25618,1200),(37193,25623,250),(37194,25588,1600),(37194,25592,1600),(37194,25593,1600),(37194,25596,1600),(37194,25597,1600),(37194,25599,1600),(37194,25600,80),(37194,25601,400),(37194,25602,1600),(37194,25603,400),(37195,11481,1),(37195,25601,14),(37195,25609,14),(37195,25610,250),(37195,25611,1200),(37195,25612,1200),(37195,25613,250),(37195,25616,1200),(37195,25617,8),(37195,25618,1200),(37195,25623,250),(37196,25588,20000),(37196,25592,20000),(37196,25593,20000),(37196,25596,20000),(37196,25597,20000),(37196,25599,20000),(37196,25600,1000),(37196,25601,5000),(37196,25602,20000),(37196,25603,5000),(37197,11481,1),(37197,25607,10500),(37197,25611,10500),(37197,25612,10500),(37197,25615,10500),(37197,25616,10500),(37197,25618,10500),(37197,25619,150),(37197,25620,120),(37197,25621,19500),(37197,25622,120),(37198,25588,20000),(37198,25592,20000),(37198,25593,20000),(37198,25596,20000),(37198,25597,20000),(37198,25599,20000),(37198,25600,1000),(37198,25601,5000),(37198,25602,20000),(37198,25603,5000),(37199,11478,1),(37199,25607,10500),(37199,25611,10500),(37199,25612,10500),(37199,25615,10500),(37199,25616,10500),(37199,25618,10500),(37199,25619,150),(37199,25620,120),(37199,25621,19500),(37199,25622,120),(37202,25588,20000),(37202,25592,20000),(37202,25593,20000),(37202,25596,20000),(37202,25597,20000),(37202,25599,20000),(37202,25600,1000),(37202,25601,5000),(37202,25602,20000),(37202,25603,5000),(37203,11475,1),(37203,25607,10500),(37203,25611,10500),(37203,25612,10500),(37203,25615,10500),(37203,25616,10500),(37203,25618,10500),(37203,25619,150),(37203,25620,120),(37203,25621,19500),(37203,25622,120),(37204,25588,20000),(37204,25592,20000),(37204,25593,20000),(37204,25596,20000),(37204,25597,20000),(37204,25599,20000),(37204,25600,1000),(37204,25601,5000),(37204,25602,20000),(37204,25603,5000),(37205,11475,1),(37205,25607,10500),(37205,25611,10500),(37205,25612,10500),(37205,25615,10500),(37205,25616,10500),(37205,25618,10500),(37205,25619,150),(37205,25620,120),(37205,25621,19500),(37205,25622,120),(37206,25588,20000),(37206,25592,20000),(37206,25593,20000),(37206,25596,20000),(37206,25597,20000),(37206,25599,20000),(37206,25600,1000),(37206,25601,5000),(37206,25602,20000),(37206,25603,5000),(37207,11475,1),(37207,25607,10500),(37207,25611,10500),(37207,25612,10500),(37207,25615,10500),(37207,25616,10500),(37207,25618,10500),(37207,25619,150),(37207,25620,120),(37207,25621,19500),(37207,25622,120),(37208,25588,20000),(37208,25592,20000),(37208,25593,20000),(37208,25596,20000),(37208,25597,20000),(37208,25599,20000),(37208,25600,1000),(37208,25601,5000),(37208,25602,20000),(37208,25603,5000),(37209,11475,1),(37209,25607,10500),(37209,25611,10500),(37209,25612,10500),(37209,25615,10500),(37209,25616,10500),(37209,25618,10500),(37209,25619,150),(37209,25620,120),(37209,25621,19500),(37209,25622,120),(37210,25588,240000),(37210,25592,240000),(37210,25593,240000),(37210,25596,240000),(37210,25597,240000),(37210,25599,240000),(37210,25600,12000),(37210,25601,60000),(37210,25602,240000),(37210,25603,60000),(37211,11481,1),(37211,25607,210000),(37211,25611,210000),(37211,25612,210000),(37211,25615,210000),(37211,25616,210000),(37211,25618,210000),(37211,25619,2400),(37211,25620,2400),(37211,25621,390000),(37211,25622,2400),(37212,25588,240000),(37212,25592,240000),(37212,25593,240000),(37212,25596,240000),(37212,25597,240000),(37212,25599,240000),(37212,25600,12000),(37212,25601,60000),(37212,25602,240000),(37212,25603,60000),(37213,11478,1),(37213,25607,210000),(37213,25611,210000),(37213,25612,210000),(37213,25615,210000),(37213,25616,210000),(37213,25618,210000),(37213,25619,2400),(37213,25620,2400),(37213,25621,390000),(37213,25622,2400),(37214,25588,240000),(37214,25592,240000),(37214,25593,240000),(37214,25596,240000),(37214,25597,240000),(37214,25599,240000),(37214,25600,12000),(37214,25601,60000),(37214,25602,240000),(37214,25603,60000),(37215,11475,1),(37215,25607,210000),(37215,25611,210000),(37215,25612,210000),(37215,25615,210000),(37215,25616,210000),(37215,25618,210000),(37215,25619,2400),(37215,25620,2400),(37215,25621,390000),(37215,25622,2400),(37216,25588,600),(37216,25589,600),(37216,25591,600),(37216,25594,600),(37216,25595,130),(37216,25596,600),(37216,25597,600),(37216,25602,600),(37216,25604,600),(37216,25606,400),(37217,25607,750),(37217,25608,4),(37217,25610,100),(37217,25613,100),(37217,25614,4),(37217,25615,750),(37217,25616,750),(37217,25621,100),(37217,25623,100),(37217,25625,4),(37218,25588,600),(37218,25589,600),(37218,25591,600),(37218,25594,600),(37218,25595,130),(37218,25596,600),(37218,25597,600),(37218,25602,600),(37218,25604,600),(37218,25606,400),(37219,25607,750),(37219,25608,4),(37219,25610,100),(37219,25613,100),(37219,25614,4),(37219,25615,750),(37219,25616,750),(37219,25621,100),(37219,25623,100),(37219,25625,4),(37220,25588,600),(37220,25589,600),(37220,25591,600),(37220,25594,600),(37220,25595,130),(37220,25596,600),(37220,25597,600),(37220,25602,600),(37220,25604,600),(37220,25606,400),(37221,25607,750),(37221,25608,4),(37221,25610,100),(37221,25613,100),(37221,25614,4),(37221,25615,750),(37221,25616,750),(37221,25621,100),(37221,25623,100),(37221,25625,4),(37222,25588,600),(37222,25589,600),(37222,25591,600),(37222,25594,600),(37222,25595,130),(37222,25596,600),(37222,25597,600),(37222,25602,600),(37222,25604,600),(37222,25606,400),(37223,25607,750),(37223,25608,4),(37223,25610,100),(37223,25613,100),(37223,25614,4),(37223,25615,750),(37223,25616,750),(37223,25621,100),(37223,25623,100),(37223,25625,4),(37224,25588,600),(37224,25589,600),(37224,25591,600),(37224,25594,600),(37224,25595,130),(37224,25596,600),(37224,25597,600),(37224,25602,600),(37224,25604,600),(37224,25606,400),(37225,11481,1),(37225,25607,750),(37225,25608,4),(37225,25610,100),(37225,25613,100),(37225,25614,4),(37225,25615,750),(37225,25616,750),(37225,25621,100),(37225,25623,100),(37225,25625,4),(37226,25588,600),(37226,25589,600),(37226,25591,600),(37226,25594,600),(37226,25595,130),(37226,25596,600),(37226,25597,600),(37226,25602,600),(37226,25604,600),(37226,25606,400),(37227,11481,1),(37227,25607,750),(37227,25608,4),(37227,25610,100),(37227,25613,100),(37227,25614,4),(37227,25615,750),(37227,25616,750),(37227,25621,100),(37227,25623,100),(37227,25625,4),(37228,25588,600),(37228,25589,600),(37228,25591,600),(37228,25594,600),(37228,25595,130),(37228,25596,600),(37228,25597,600),(37228,25602,600),(37228,25604,600),(37228,25606,400),(37229,11483,1),(37229,25607,750),(37229,25608,4),(37229,25610,100),(37229,25613,100),(37229,25614,4),(37229,25615,750),(37229,25616,750),(37229,25621,100),(37229,25623,100),(37229,25625,4),(37230,25588,600),(37230,25589,600),(37230,25591,600),(37230,25594,600),(37230,25595,130),(37230,25596,600),(37230,25597,600),(37230,25602,600),(37230,25604,600),(37230,25606,400),(37231,11483,1),(37231,25607,750),(37231,25608,4),(37231,25610,100),(37231,25613,100),(37231,25614,4),(37231,25615,750),(37231,25616,750),(37231,25621,100),(37231,25623,100),(37231,25625,4),(37232,25588,600),(37232,25589,600),(37232,25591,600),(37232,25594,600),(37232,25595,130),(37232,25596,600),(37232,25597,600),(37232,25602,600),(37232,25604,600),(37232,25606,400),(37233,25607,750),(37233,25608,4),(37233,25610,100),(37233,25613,100),(37233,25614,4),(37233,25615,750),(37233,25616,750),(37233,25621,100),(37233,25623,100),(37233,25625,4),(37234,25588,600),(37234,25589,600),(37234,25591,600),(37234,25594,600),(37234,25595,130),(37234,25596,600),(37234,25597,600),(37234,25602,600),(37234,25604,600),(37234,25606,400),(37235,25607,750),(37235,25608,4),(37235,25610,100),(37235,25613,100),(37235,25614,4),(37235,25615,750),(37235,25616,750),(37235,25621,100),(37235,25623,100),(37235,25625,4),(37248,25588,7500),(37248,25589,7500),(37248,25591,7500),(37248,25594,7500),(37248,25595,1625),(37248,25596,7500),(37248,25597,7500),(37248,25602,7500),(37248,25604,7500),(37248,25606,5000),(37249,25607,11250),(37249,25608,60),(37249,25610,1500),(37249,25613,1500),(37249,25614,60),(37249,25615,11250),(37249,25616,11250),(37249,25621,1500),(37249,25623,1500),(37249,25625,60),(37250,25588,7500),(37250,25589,7500),(37250,25591,7500),(37250,25594,7500),(37250,25595,1625),(37250,25596,7500),(37250,25597,7500),(37250,25602,7500),(37250,25604,7500),(37250,25606,5000),(37251,25607,11250),(37251,25608,60),(37251,25610,1500),(37251,25613,1500),(37251,25614,60),(37251,25615,11250),(37251,25616,11250),(37251,25621,1500),(37251,25623,1500),(37251,25625,60),(37252,25588,7500),(37252,25589,7500),(37252,25591,7500),(37252,25594,7500),(37252,25595,1625),(37252,25596,7500),(37252,25597,7500),(37252,25602,7500),(37252,25604,7500),(37252,25606,5000),(37253,11481,1),(37253,25607,11250),(37253,25608,60),(37253,25610,1500),(37253,25613,1500),(37253,25614,60),(37253,25615,11250),(37253,25616,11250),(37253,25621,1500),(37253,25623,1500),(37253,25625,60),(37254,25588,7500),(37254,25589,7500),(37254,25591,7500),(37254,25594,7500),(37254,25595,1625),(37254,25596,7500),(37254,25597,7500),(37254,25602,7500),(37254,25604,7500),(37254,25606,5000),(37255,25607,11250),(37255,25608,60),(37255,25610,1500),(37255,25613,1500),(37255,25614,60),(37255,25615,11250),(37255,25616,11250),(37255,25621,1500),(37255,25623,1500),(37255,25625,60),(37256,25588,7500),(37256,25589,7500),(37256,25591,7500),(37256,25594,7500),(37256,25595,1625),(37256,25596,7500),(37256,25597,7500),(37256,25602,7500),(37256,25604,7500),(37256,25606,5000),(37257,25607,11250),(37257,25608,60),(37257,25610,1500),(37257,25613,1500),(37257,25614,60),(37257,25615,11250),(37257,25616,11250),(37257,25621,1500),(37257,25623,1500),(37257,25625,60),(37258,25588,7500),(37258,25589,7500),(37258,25591,7500),(37258,25594,7500),(37258,25595,1625),(37258,25596,7500),(37258,25597,7500),(37258,25602,7500),(37258,25604,7500),(37258,25606,5000),(37259,25607,11250),(37259,25608,60),(37259,25610,1500),(37259,25613,1500),(37259,25614,60),(37259,25615,11250),(37259,25616,11250),(37259,25621,1500),(37259,25623,1500),(37259,25625,60),(37260,25588,7500),(37260,25589,7500),(37260,25591,7500),(37260,25594,7500),(37260,25595,1625),(37260,25596,7500),(37260,25597,7500),(37260,25602,7500),(37260,25604,7500),(37260,25606,5000),(37261,25607,11250),(37261,25608,60),(37261,25610,1500),(37261,25613,1500),(37261,25614,60),(37261,25615,11250),(37261,25616,11250),(37261,25621,1500),(37261,25623,1500),(37261,25625,60),(37268,25588,90000),(37268,25589,90000),(37268,25591,90000),(37268,25594,90000),(37268,25595,19500),(37268,25596,90000),(37268,25597,90000),(37268,25602,90000),(37268,25604,90000),(37268,25606,6000),(37269,25607,225000),(37269,25608,1200),(37269,25610,30000),(37269,25613,30000),(37269,25614,1200),(37269,25615,225000),(37269,25616,225000),(37269,25621,30000),(37269,25623,30000),(37269,25625,1200),(37270,25588,90000),(37270,25589,90000),(37270,25591,90000),(37270,25594,90000),(37270,25595,19500),(37270,25596,90000),(37270,25597,90000),(37270,25602,90000),(37270,25604,90000),(37270,25606,6000),(37271,11481,1),(37271,25607,225000),(37271,25608,1200),(37271,25610,30000),(37271,25613,30000),(37271,25614,1200),(37271,25615,225000),(37271,25616,225000),(37271,25621,30000),(37271,25623,30000),(37271,25625,1200),(37272,25588,90000),(37272,25589,90000),(37272,25591,90000),(37272,25594,90000),(37272,25595,19500),(37272,25596,90000),(37272,25597,90000),(37272,25602,90000),(37272,25604,90000),(37272,25606,6000),(37273,25607,225000),(37273,25608,1200),(37273,25610,30000),(37273,25613,30000),(37273,25614,1200),(37273,25615,225000),(37273,25616,225000),(37273,25621,30000),(37273,25623,30000),(37273,25625,1200),(37274,25588,90000),(37274,25589,90000),(37274,25591,90000),(37274,25594,90000),(37274,25595,19500),(37274,25596,90000),(37274,25597,90000),(37274,25602,90000),(37274,25604,90000),(37274,25606,6000),(37275,25607,225000),(37275,25608,1200),(37275,25610,30000),(37275,25613,30000),(37275,25614,1200),(37275,25615,225000),(37275,25616,225000),(37275,25621,30000),(37275,25623,30000),(37275,25625,1200),(37280,25588,1600),(37280,25590,900),(37280,25591,1400),(37280,25592,1600),(37280,25593,1600),(37280,25594,1400),(37280,25595,40),(37280,25596,1600),(37280,25599,1600),(37280,25605,40),(37281,25607,760),(37281,25609,16),(37281,25610,300),(37281,25611,760),(37281,25612,760),(37281,25613,300),(37281,25614,16),(37281,25615,760),(37281,25618,760),(37281,25624,2),(37282,25588,20000),(37282,25590,11250),(37282,25591,17500),(37282,25592,20000),(37282,25593,20000),(37282,25594,17500),(37282,25595,500),(37282,25596,20000),(37282,25599,20000),(37282,25605,500),(37283,25607,11400),(37283,25609,240),(37283,25610,4500),(37283,25611,11400),(37283,25612,11400),(37283,25613,4500),(37283,25614,240),(37283,25615,11400),(37283,25618,11400),(37283,25624,30),(37284,25588,240000),(37284,25590,135000),(37284,25591,210000),(37284,25592,240000),(37284,25593,240000),(37284,25594,210000),(37284,25595,6000),(37284,25596,240000),(37284,25599,240000),(37284,25605,6000),(37285,25607,228000),(37285,25609,4800),(37285,25610,90000),(37285,25611,228000),(37285,25612,228000),(37285,25613,90000),(37285,25614,4800),(37285,25615,228000),(37285,25618,228000),(37285,25624,600),(37288,34,2877402),(37288,35,865822),(37288,36,292778),(37288,37,45803),(37288,38,15228),(37288,39,5201),(37288,40,2138),(37289,34,3293709),(37289,35,771268),(37289,36,283788),(37289,37,31584),(37289,38,9732),(37289,39,4158),(37289,40,1239),(37290,34,2349303),(37290,35,423820),(37290,36,417019),(37290,37,50570),(37290,38,18335),(37290,39,6726),(37290,40,1268),(37291,34,5439704),(37291,35,640729),(37291,36,270463),(37291,37,29752),(37291,38,9248),(37291,39,1281),(37291,40,2445),(37292,34,2877402),(37292,35,865822),(37292,36,292778),(37292,37,45803),(37292,38,15228),(37292,39,5201),(37292,40,2138),(37292,9848,691),(37292,11399,833),(37292,11540,674),(37293,34,2877402),(37293,35,865822),(37293,36,292778),(37293,37,45803),(37293,38,15228),(37293,39,5201),(37293,40,2138),(37293,9848,691),(37293,11399,833),(37293,11540,674),(37294,34,3207807),(37294,35,833323),(37294,36,330823),(37294,37,49357),(37294,38,13933),(37294,39,4866),(37294,40,2214),(37294,9848,768),(37294,11399,678),(37294,11540,483),(37295,34,3207807),(37295,35,833323),(37295,36,330823),(37295,37,49357),(37295,38,13933),(37295,39,4866),(37295,40,2214),(37295,9848,735),(37295,11399,586),(37295,11540,537),(37296,34,2349303),(37296,35,423820),(37296,36,417019),(37296,37,50570),(37296,38,18335),(37296,39,6726),(37296,40,1268),(37296,9848,685),(37296,11399,1862),(37296,11689,1817),(37297,34,2349303),(37297,35,423820),(37297,36,417019),(37297,37,50570),(37297,38,18335),(37297,39,6726),(37297,40,1268),(37298,34,2452300),(37298,35,808817),(37298,36,296600),(37298,37,48300),(37298,38,13807),(37298,39,4946),(37298,40,2100),(37298,9848,960),(37298,11399,2009),(37298,11689,2340),(37299,34,3548557),(37299,35,833383),(37299,36,324933),(37299,37,53317),(37299,38,16057),(37299,39,5114),(37299,40,2280),(37299,9848,975),(37299,11399,2624),(37299,11689,2041),(37300,34,5439704),(37300,35,640729),(37300,36,270463),(37300,37,29752),(37300,38,9248),(37300,39,1281),(37300,40,2445),(37300,9848,1270),(37300,11399,1317),(37300,11688,3323),(37301,34,5439704),(37301,35,640729),(37301,36,270463),(37301,37,29752),(37301,38,9248),(37301,39,1281),(37301,40,2445),(37302,34,6561767),(37302,35,541157),(37302,36,184617),(37302,37,26283),(37302,38,7483),(37302,39,2146),(37302,40,1846),(37302,9848,1254),(37302,11399,1003),(37302,11688,2607),(37303,34,3207807),(37303,35,833323),(37303,36,330823),(37303,37,49357),(37303,38,13933),(37303,39,4866),(37303,40,2214),(37303,9848,688),(37303,11399,2266),(37303,11690,2013),(37304,34,3293709),(37304,35,771268),(37304,36,283788),(37304,37,31584),(37304,38,9732),(37304,39,4158),(37304,40,1239),(37304,9848,364),(37304,11399,2374),(37304,11691,3009),(37305,34,3293709),(37305,35,771268),(37305,36,283788),(37305,37,31584),(37305,38,9732),(37305,39,4158),(37305,40,1239),(37306,34,2603723),(37306,35,624357),(37306,36,249990),(37306,37,33740),(37306,38,9433),(37306,39,3646),(37306,40,1280),(37306,9848,369),(37306,11399,3139),(37306,11691,2486),(37307,34,2911557),(37307,35,703323),(37307,36,282967),(37307,37,38283),(37307,38,11473),(37307,39,4034),(37307,40,1580),(37307,9848,800),(37307,11399,2678),(37307,11691,2575),(37450,34,8095),(37450,35,4120),(37450,36,2025),(37450,37,1755),(37450,38,125),(37451,34,8095),(37451,35,4120),(37451,36,2025),(37451,37,1755),(37451,38,125),(37451,3689,8),(37451,11399,15),(37451,11541,4),(37451,11689,5),(37452,34,8095),(37452,35,4120),(37452,36,2025),(37452,37,1755),(37452,38,125),(37453,34,13333),(37453,35,12222),(37453,36,1333),(37453,37,278),(37453,38,83),(37453,39,22),(37453,40,12),(37454,34,14444),(37454,35,5111),(37454,36,2778),(37454,37,278),(37454,38,83),(37454,39,22),(37454,40,8),(37455,34,13333),(37455,35,12778),(37455,36,1667),(37455,37,222),(37455,38,56),(37455,39,22),(37455,40,6),(37456,34,15556),(37456,35,13333),(37456,36,2222),(37456,37,56),(37456,38,2),(37456,39,4),(37457,34,16667),(37457,35,12222),(37457,36,2778),(37457,37,11),(37457,38,6),(37457,39,2),(37457,40,2),(37457,3828,25),(37457,11399,15),(37457,11532,25),(37457,11537,60),(37457,11539,125),(37457,11543,375),(37457,11549,4),(37457,11554,125),(37457,11557,15),(37458,34,22222),(37458,35,8000),(37458,36,2444),(37458,37,500),(37458,38,2),(37458,39,4),(37458,3828,25),(37458,11399,15),(37458,11533,25),(37458,11534,60),(37458,11540,125),(37458,11544,375),(37458,11550,4),(37458,11552,125),(37458,11558,15),(37459,34,18889),(37459,35,4667),(37459,36,3556),(37459,37,278),(37459,38,33),(37459,39,12),(37459,3828,25),(37459,11399,15),(37459,11531,25),(37459,11535,60),(37459,11541,125),(37459,11545,375),(37459,11547,4),(37459,11553,125),(37459,11556,15),(37460,34,17778),(37460,35,3333),(37460,36,4444),(37460,37,167),(37460,38,22),(37460,39,6),(37460,40,2),(37460,3828,25),(37460,11399,15),(37460,11530,25),(37460,11536,60),(37460,11538,125),(37460,11542,375),(37460,11548,4),(37460,11551,125),(37460,11555,15),(37474,34,1774277),(37474,35,1250072),(37474,36,487400),(37474,37,255467),(37474,38,325036),(37474,39,41560),(37474,40,49620),(37475,11478,1),(37475,25607,700),(37475,25611,700),(37475,25612,700),(37475,25615,700),(37475,25616,700),(37475,25618,700),(37475,25619,8),(37475,25620,8),(37475,25621,1300),(37475,25622,8),(37479,34,28344),(37479,35,20040),(37479,36,94),(37479,37,41),(37479,38,3),(37479,39,52),(37479,40,25),(37480,34,61500),(37480,35,16800),(37480,36,6000),(37480,37,960),(37480,38,360),(37480,39,92),(37480,40,6),(37480,3828,25),(37480,11399,16),(37480,11530,60),(37480,11536,75),(37480,11538,360),(37480,11542,1640),(37480,11548,17),(37480,11551,150),(37480,11555,43),(37481,34,61500),(37481,35,16500),(37481,36,7800),(37481,37,1080),(37481,38,240),(37481,39,92),(37481,3828,26),(37481,11399,16),(37481,11532,60),(37481,11537,75),(37481,11539,360),(37481,11543,1630),(37481,11549,17),(37481,11554,155),(37481,11557,42),(37482,34,57000),(37482,35,24000),(37482,36,8400),(37482,37,1590),(37482,38,7),(37482,39,14),(37482,40,14),(37482,3828,27),(37482,11399,16),(37482,11533,60),(37482,11534,79),(37482,11540,370),(37482,11544,1630),(37482,11550,18),(37482,11552,150),(37482,11558,38),(37483,34,63000),(37483,35,17100),(37483,36,8100),(37483,37,900),(37483,38,210),(37483,39,60),(37483,40,6),(37483,3828,25),(37483,11399,16),(37483,11531,62),(37483,11535,75),(37483,11541,360),(37483,11545,1640),(37483,11547,17),(37483,11553,160),(37483,11556,43),(37532,34,500000),(37532,35,100000),(37532,36,35000),(37532,37,4000),(37532,38,750),(37532,39,350),(37532,40,150),(37533,21947,100),(37533,21949,100),(37533,21951,100),(37533,21957,100),(37533,21961,100),(37533,21963,4),(37533,21965,40),(37533,21967,40),(37533,21969,4),(37533,36956,400),(37534,21947,4),(37534,21951,1),(37534,36956,4),(37534,36957,3),(37534,36958,1),(37535,21947,1),(37535,21949,1),(37535,21951,1),(37535,21953,1),(37535,21955,1),(37535,21957,1),(37535,21959,1),(37535,21961,1),(37535,21967,1),(37535,36958,40),(37536,21947,1),(37536,21949,1),(37536,21951,1),(37536,21953,1),(37536,21955,1),(37536,21957,1),(37536,21959,1),(37536,21961,1),(37536,21967,1),(37536,36958,40),(37543,34,716),(37543,35,154),(37543,36,370),(37543,37,3),(37543,40,4),(37544,34,322),(37544,35,69),(37544,36,166),(37544,37,1),(37544,40,1),(37545,34,322),(37545,35,69),(37545,36,166),(37545,37,1),(37545,40,1),(37546,34,716),(37546,35,154),(37546,36,370),(37546,37,3),(37546,40,4),(37546,9840,8),(37546,9842,14),(37546,11399,8),(37546,11535,6),(37546,11541,5),(37599,34,379097),(37599,35,69078),(37599,36,32280),(37599,37,9108),(37599,38,1778),(37599,39,516),(37599,40,745),(37604,21009,7),(37604,21013,8),(37604,21017,25),(37604,21019,17),(37604,21021,17),(37604,21023,8),(37604,21025,8),(37604,21029,5),(37604,21035,8),(37604,21037,13),(37604,21039,25),(37604,24558,16),(37604,24560,8),(37605,21009,7),(37605,21013,8),(37605,21017,8),(37605,21019,17),(37605,21021,9),(37605,21023,25),(37605,21025,8),(37605,21029,5),(37605,21035,17),(37605,21037,13),(37605,21039,25),(37605,24558,16),(37605,24560,8),(37606,21009,7),(37606,21013,8),(37606,21017,12),(37606,21019,17),(37606,21021,16),(37606,21023,21),(37606,21025,8),(37606,21029,5),(37606,21035,10),(37606,21037,13),(37606,21039,25),(37606,24558,16),(37606,24560,8),(37607,21009,7),(37607,21013,8),(37607,21017,21),(37607,21019,17),(37607,21021,11),(37607,21023,12),(37607,21025,8),(37607,21029,5),(37607,21035,15),(37607,21037,13),(37607,21039,25),(37607,24558,16),(37607,24560,8),(37608,34,66156),(37608,35,36064),(37608,36,17147),(37608,37,9360),(37608,38,2824),(37608,39,204),(37608,40,40),(37610,34,66156),(37610,35,36064),(37610,36,17147),(37610,37,9360),(37610,38,2824),(37610,39,204),(37610,40,40),(37611,34,66156),(37611,35,36064),(37611,36,17147),(37611,37,9360),(37611,38,2824),(37611,39,204),(37611,40,40),(37612,34,66156),(37612,35,36064),(37612,36,17147),(37612,37,9360),(37612,38,2824),(37612,39,204),(37612,40,40),(37613,34,66156),(37613,35,36064),(37613,36,17147),(37613,37,9360),(37613,38,2824),(37613,39,204),(37613,40,40),(37622,34,520),(37622,35,39),(37622,36,198),(37622,37,96),(37622,39,2),(37622,40,2),(37623,34,520),(37623,35,39),(37623,36,198),(37623,37,96),(37623,39,2),(37623,40,2),(37624,34,520),(37624,35,39),(37624,36,198),(37624,37,96),(37624,39,2),(37624,40,2),(37625,34,1484),(37625,35,211),(37625,36,397),(37625,37,198),(37625,39,40),(37625,40,6),(37626,34,1484),(37626,35,211),(37626,36,397),(37626,37,198),(37626,39,40),(37626,40,6),(37627,34,1484),(37627,35,211),(37627,36,397),(37627,37,198),(37627,39,40),(37627,40,6),(37628,34,1486),(37628,35,1486),(37628,36,1486),(37628,37,1486),(37628,39,100),(37628,40,48),(37629,34,1486),(37629,35,1486),(37629,36,1486),(37629,37,1486),(37629,39,100),(37629,40,48),(37630,34,1486),(37630,35,1486),(37630,36,1486),(37630,37,1486),(37630,39,100),(37630,40,48),(37631,34,1486),(37631,35,1486),(37631,36,1486),(37631,37,1486),(37631,39,100),(37631,40,48),(37821,34,10000),(37821,35,2000),(37821,36,700),(37821,37,80),(37821,38,15),(37821,39,7),(37821,40,3),(37822,34,10000),(37822,35,2000),(37822,36,700),(37822,37,80),(37822,38,15),(37822,39,7),(37822,40,3),(37823,34,10000),(37823,35,2000),(37823,36,700),(37823,37,80),(37823,38,15),(37823,39,7),(37823,40,3),(37824,34,10000),(37824,35,2000),(37824,36,700),(37824,37,80),(37824,38,15),(37824,39,7),(37824,40,3),(37826,34,10000),(37826,35,2000),(37826,36,700),(37826,37,80),(37826,38,15),(37826,39,7),(37826,40,3),(37827,34,10000),(37827,35,2000),(37827,36,700),(37827,37,80),(37827,38,15),(37827,39,7),(37827,40,3),(37828,34,10000),(37828,35,2000),(37828,36,700),(37828,37,80),(37828,38,15),(37828,39,7),(37828,40,3),(37829,34,10000),(37829,35,2000),(37829,36,700),(37829,37,80),(37829,38,15),(37829,39,7),(37829,40,3),(37843,34,75000),(37843,35,15000),(37843,36,5250),(37843,37,600),(37843,38,113),(37843,39,53),(37843,40,23),(37844,34,75000),(37844,35,15000),(37844,36,5250),(37844,37,600),(37844,38,113),(37844,39,53),(37844,40,23),(37845,34,75000),(37845,35,15000),(37845,36,5250),(37845,37,600),(37845,38,113),(37845,39,53),(37845,40,23),(37846,34,75000),(37846,35,15000),(37846,36,5250),(37846,37,600),(37846,38,113),(37846,39,53),(37846,40,23),(37847,34,75000),(37847,35,15000),(37847,36,5250),(37847,37,600),(37847,38,113),(37847,39,53),(37847,40,23),(37848,34,75000),(37848,35,15000),(37848,36,5250),(37848,37,600),(37848,38,113),(37848,39,53),(37848,40,23),(37849,34,150000),(37849,35,30000),(37849,36,10500),(37849,37,1200),(37849,38,225),(37849,39,105),(37849,40,45),(37850,34,150000),(37850,35,30000),(37850,36,10500),(37850,37,1200),(37850,38,225),(37850,39,105),(37850,40,45),(37851,34,150000),(37851,35,30000),(37851,36,10500),(37851,37,1200),(37851,38,225),(37851,39,105),(37851,40,45),(37963,34,1500000),(37963,35,300000),(37963,36,105000),(37963,37,12000),(37963,38,2250),(37963,39,1050),(37963,40,450),(40307,34,10000),(40307,35,10000),(40307,36,10000),(40307,37,35000),(40307,38,10000),(40307,39,6000),(40307,40,4000),(40307,34575,2),(40308,34,10000),(40308,35,10000),(40308,36,10000),(40308,37,35000),(40308,38,10000),(40308,39,6000),(40308,40,4000),(40308,34575,2),(40309,34,10000),(40309,35,10000),(40309,36,10000),(40309,37,35000),(40309,38,10000),(40309,39,6000),(40309,40,4000),(40309,34575,2),(40310,34,10000),(40310,35,10000),(40310,36,10000),(40310,37,35000),(40310,38,10000),(40310,39,6000),(40310,40,4000),(40310,34575,2),(40334,35,4),(40334,37,3),(40334,38,3),(40334,39,2),(40334,40,2),(40335,35,4),(40335,37,3),(40335,38,3),(40335,39,2),(40335,40,2),(40340,42,500000),(40340,3647,500000),(40340,3715,500000),(40340,3810,10000),(40340,9844,500000),(40340,13267,2500),(40340,21947,100000),(40340,21949,100000),(40340,21951,100000),(40340,21953,40000),(40340,21955,40000),(40340,21957,100000),(40340,21959,40000),(40340,21961,100000),(40340,21963,400000),(40340,21965,100000),(40340,21967,100000),(40340,21969,4000),(40340,33017,1),(40340,33019,1),(40340,36956,4000),(40340,36957,4000),(40340,36958,4000),(40345,34,257491),(40345,35,118560),(40345,36,29283),(40345,37,10814),(40345,38,1502),(40345,39,422),(40345,40,905),(40346,34,317710),(40346,35,76819),(40346,36,33510),(40346,37,14286),(40346,38,2151),(40346,39,297),(40346,40,751),(40347,34,398051),(40347,35,100305),(40347,36,27855),(40347,37,8951),(40347,38,1499),(40347,39,371),(40347,40,961),(40348,34,683662),(40348,35,230554),(40348,36,374182),(40348,37,32296),(40348,38,603),(40348,39,333),(40348,40,71),(40349,34,683662),(40349,35,230554),(40349,36,374182),(40349,37,32296),(40349,38,603),(40349,39,333),(40349,40,71),(40349,41307,7),(40349,41308,92),(40349,41309,3),(40350,34,683662),(40350,35,230554),(40350,36,374182),(40350,37,32296),(40350,38,603),(40350,39,333),(40350,40,71),(40350,41266,6),(40350,41267,78),(40350,41268,3),(40351,34,683662),(40351,35,230554),(40351,36,374182),(40351,37,32296),(40351,38,603),(40351,39,333),(40351,40,71),(40351,11399,3957),(40351,11543,4268),(40354,34,506557),(40354,35,302176),(40354,36,54483),(40354,37,37075),(40354,38,6240),(40354,39,2717),(40354,40,3146),(40355,34,506557),(40355,35,302176),(40355,36,54483),(40355,37,37075),(40355,38,6240),(40355,39,2717),(40355,40,3146),(40355,41307,51),(40355,41308,12),(40355,41309,43),(40356,34,506557),(40356,35,302176),(40356,36,54483),(40356,37,37075),(40356,38,6240),(40356,39,2717),(40356,40,3146),(40356,41266,37),(40356,41267,9),(40356,41268,46),(40357,34,506557),(40357,35,302176),(40357,36,54483),(40357,37,37075),(40357,38,6240),(40357,39,2717),(40357,40,3146),(40357,3685,8145),(40357,11399,2056),(40357,11558,1206),(40358,34,115039),(40358,35,21284),(40358,36,10314),(40358,37,2756),(40358,38,516),(40358,39,147),(40358,40,232),(40359,34,74856),(40359,35,33806),(40359,36,8091),(40359,37,3410),(40359,38,421),(40359,39,114),(40359,40,268),(40360,34,87845),(40360,35,23427),(40360,36,9285),(40360,37,3901),(40360,38,618),(40360,39,95),(40360,40,250),(40361,34,110417),(40361,35,27888),(40361,36,8031),(40361,37,2668),(40361,38,448),(40361,39,104),(40361,40,275),(40362,34,514474),(40362,35,101252),(40362,36,48433),(40362,37,11593),(40362,38,2019),(40362,39,816),(40362,40,1164),(40363,34,486573),(40363,35,106971),(40363,36,47890),(40363,37,11558),(40363,38,1840),(40363,39,902),(40363,40,1246),(40364,34,448280),(40364,35,96444),(40364,36,46806),(40364,37,11619),(40364,38,2082),(40364,39,882),(40364,40,1156),(40365,34,475002),(40365,35,98666),(40365,36,44055),(40365,37,14055),(40365,38,2157),(40365,39,919),(40365,40,1101),(40552,34,115039),(40552,35,21284),(40552,36,10314),(40552,37,2756),(40552,38,516),(40552,39,147),(40552,40,232),(40552,9834,8),(40552,11399,10),(40552,11532,20),(40552,11537,8),(40552,11549,12),(40552,16680,40),(40553,34,110417),(40553,35,27888),(40553,36,8031),(40553,37,2668),(40553,38,448),(40553,39,104),(40553,40,275),(40553,9834,8),(40553,11399,10),(40553,11530,20),(40553,11536,8),(40553,11548,12),(40553,16680,40),(40554,34,74856),(40554,35,33806),(40554,36,8091),(40554,37,3410),(40554,38,421),(40554,39,114),(40554,40,268),(40554,9834,8),(40554,11399,10),(40554,11533,20),(40554,11534,8),(40554,11550,12),(40554,16680,40),(40555,34,87845),(40555,35,23427),(40555,36,9285),(40555,37,3901),(40555,38,618),(40555,39,95),(40555,40,250),(40555,9834,8),(40555,11399,10),(40555,11531,20),(40555,11535,8),(40555,11547,12),(40555,16680,40),(40556,34,149923),(40556,35,33533),(40556,36,14200),(40556,37,3575),(40556,38,743),(40556,39,214),(40556,40,370),(40556,9834,12),(40556,11399,12),(40556,11532,12),(40556,11537,12),(40556,11549,16),(40556,11689,12),(40557,34,101689),(40557,35,43945),(40557,36,13605),(40557,37,4451),(40557,38,848),(40557,39,156),(40557,40,349),(40557,9834,12),(40557,11399,12),(40557,11533,12),(40557,11534,12),(40557,11550,16),(40557,11690,12),(40558,34,139904),(40558,35,37022),(40558,36,12304),(40558,37,5757),(40558,38,862),(40558,39,169),(40558,40,330),(40558,9834,12),(40558,11399,12),(40558,11531,12),(40558,11535,12),(40558,11547,16),(40558,11688,12),(40559,34,163766),(40559,35,38916),(40559,36,14008),(40559,37,3578),(40559,38,798),(40559,39,172),(40559,40,377),(40559,9834,12),(40559,11399,12),(40559,11530,12),(40559,11536,12),(40559,11548,16),(40559,11691,12),(40560,34,514474),(40560,35,101252),(40560,36,48433),(40560,37,11593),(40560,38,2019),(40560,39,816),(40560,40,1164),(40560,9834,28),(40560,11399,24),(40560,11532,42),(40560,11537,18),(40560,11543,72),(40560,11549,48),(40561,34,449366),(40561,35,88783),(40561,36,44994),(40561,37,11053),(40561,38,1717),(40561,39,778),(40561,40,1021),(40561,11399,24),(40561,11532,42),(40561,11537,18),(40561,11543,72),(40561,11549,48),(40561,11689,84),(40562,34,448280),(40562,35,96444),(40562,36,46806),(40562,37,11619),(40562,38,2082),(40562,39,882),(40562,40,1156),(40562,9834,28),(40562,11399,24),(40562,11531,42),(40562,11535,18),(40562,11545,72),(40562,11547,48),(40563,34,424150),(40563,35,86800),(40563,36,44511),(40563,37,10857),(40563,38,1834),(40563,39,753),(40563,40,1013),(40563,11399,24),(40563,11531,42),(40563,11535,18),(40563,11545,72),(40563,11547,48),(40563,11688,84),(40564,34,475002),(40564,35,98666),(40564,36,44055),(40564,37,14055),(40564,38,2157),(40564,39,919),(40564,40,1101),(40564,9834,28),(40564,11399,24),(40564,11530,42),(40564,11536,18),(40564,11542,72),(40564,11548,48),(40565,34,442000),(40565,35,88375),(40565,36,42216),(40565,37,11081),(40565,38,1787),(40565,39,744),(40565,40,974),(40565,11399,24),(40565,11530,42),(40565,11536,18),(40565,11542,72),(40565,11548,48),(40565,11691,84),(40566,34,486573),(40566,35,106971),(40566,36,47890),(40566,37,11558),(40566,38,1840),(40566,39,902),(40566,40,1246),(40566,9834,28),(40566,11399,24),(40566,11533,42),(40566,11534,18),(40566,11544,72),(40566,11550,48),(40567,34,452767),(40567,35,93217),(40567,36,41253),(40567,37,10773),(40567,38,1709),(40567,39,776),(40567,40,1045),(40567,11399,24),(40567,11533,42),(40567,11534,18),(40567,11544,72),(40567,11550,48),(40567,11690,84),(40568,34,379097),(40568,35,69078),(40568,36,32280),(40568,37,9108),(40568,38,1778),(40568,39,516),(40568,40,745),(40568,11399,24),(40568,11532,22),(40568,11537,28),(40568,11539,40),(40568,11549,38),(40568,11554,36),(40569,34,257491),(40569,35,118560),(40569,36,29283),(40569,37,10814),(40569,38,1502),(40569,39,422),(40569,40,905),(40569,11399,24),(40569,11533,22),(40569,11534,28),(40569,11540,40),(40569,11550,38),(40569,11552,36),(40570,34,317710),(40570,35,76819),(40570,36,33510),(40570,37,14286),(40570,38,2151),(40570,39,297),(40570,40,751),(40570,11399,24),(40570,11531,22),(40570,11535,28),(40570,11541,40),(40570,11547,38),(40570,11553,36),(40571,34,398051),(40571,35,100305),(40571,36,27855),(40571,37,8951),(40571,38,1499),(40571,39,371),(40571,40,961),(40571,11399,24),(40571,11530,22),(40571,11536,28),(40571,11538,40),(40571,11548,38),(40571,11551,36),(40631,34,1708629),(40631,35,1272573),(40631,36,465954),(40631,37,243716),(40631,38,353314),(40631,39,43638),(40631,40,48181),(40632,34,1807988),(40632,35,1275073),(40632,36,441584),(40632,37,268751),(40632,38,343563),(40632,39,45633),(40632,40,49719),(40633,34,2563307),(40633,35,1154507),(40633,36,468358),(40633,37,365311),(40633,38,432920),(40633,39,75563),(40633,40,77506),(40634,34,4300850),(40634,35,2170125),(40634,36,905915),(40634,37,644287),(40634,38,771694),(40634,39,140713),(40634,40,135264),(40635,34,5624392),(40635,35,1201573),(40635,36,464307),(40635,37,75566),(40635,38,23959),(40635,39,7232),(40635,40,3313),(40636,34,5689436),(40636,35,1117107),(40636,36,495101),(40636,37,75341),(40636,38,21708),(40636,39,7833),(40636,40,3365),(40659,34,133740),(40659,35,44580),(40659,36,32692),(40659,37,17832),(40659,39,17000),(40659,40,3360),(40660,34,133740),(40660,35,44580),(40660,36,32692),(40660,37,17832),(40660,39,17000),(40660,40,3360),(40661,34,133740),(40661,35,44580),(40661,36,32692),(40661,37,17832),(40661,39,17000),(40661,40,3360),(40662,34,133740),(40662,35,44580),(40662,36,32692),(40662,37,17832),(40662,39,17000),(40662,40,3360),(40662,9838,800),(40662,11399,500),(40662,11539,660),(40662,11554,1000),(40663,34,133740),(40663,35,44580),(40663,36,32692),(40663,37,17832),(40663,39,17000),(40663,40,3360),(40663,9838,800),(40663,11399,500),(40663,11539,660),(40663,11554,1000),(40664,34,133740),(40664,35,44580),(40664,36,32692),(40664,37,17832),(40664,39,17000),(40664,40,3360),(40664,9838,800),(40664,11399,500),(40664,11539,660),(40664,11554,1000),(40665,34,1561988),(40665,35,290003),(40665,36,39184),(40665,37,56066),(40665,40,5117),(40666,34,1561988),(40666,35,290003),(40666,36,39184),(40666,37,56066),(40666,40,5117),(40667,34,1561988),(40667,35,290003),(40667,36,39184),(40667,37,56066),(40667,40,5117),(40668,34,1561988),(40668,35,290003),(40668,36,39184),(40668,37,56066),(40668,40,5117),(40668,9838,1100),(40668,11399,450),(40668,11539,700),(40668,11554,980),(40669,34,1561988),(40669,35,290003),(40669,36,39184),(40669,37,56066),(40669,40,5117),(40669,9838,1100),(40669,11399,450),(40669,11539,700),(40669,11554,980),(40670,34,1561988),(40670,35,290003),(40670,36,39184),(40670,37,56066),(40670,40,5117),(40670,9838,1100),(40670,11399,450),(40670,11539,700),(40670,11554,980),(40690,34,538),(40690,35,52),(40690,36,298),(40690,37,9),(40690,38,4),(40690,39,4),(40690,40,6),(40691,34,538),(40691,35,52),(40691,36,298),(40691,37,9),(40691,38,4),(40691,39,4),(40691,40,6),(40692,34,538),(40692,35,52),(40692,36,298),(40692,37,9),(40692,38,4),(40692,39,4),(40692,40,6),(40693,34,538),(40693,35,52),(40693,36,298),(40693,37,9),(40693,38,4),(40693,39,4),(40693,40,6),(40694,34,538),(40694,35,52),(40694,36,298),(40694,37,9),(40694,38,4),(40694,39,4),(40694,40,6),(40696,34,5700914),(40696,35,1163481),(40696,36,477309),(40696,37,77645),(40696,38,22480),(40696,39,7357),(40696,40,3743),(40697,34,5452217),(40697,35,1084811),(40697,36,510840),(40697,37,79274),(40697,38,22119),(40697,39,7915),(40697,40,3305),(40698,34,5180562),(40698,35,1203229),(40698,36,455069),(40698,37,82870),(40698,38,23811),(40698,39,7106),(40698,40,3685),(40699,34,5563174),(40699,35,1165137),(40699,36,451989),(40699,37,74667),(40699,38,21790),(40699,39,8122),(40699,40,3680),(40700,34,1344126),(40700,35,1173084),(40700,36,654653),(40700,37,184989),(40700,38,399939),(40700,39,36846),(40700,40,42928),(40714,34,2213899),(40714,35,547130),(40714,36,301023),(40714,37,9312),(40714,38,12055),(40714,39,4412),(40714,40,2707),(40715,34,2213899),(40715,35,547130),(40715,36,301023),(40715,37,9312),(40715,38,12055),(40715,39,4412),(40715,40,2707),(40716,34,2213899),(40716,35,547130),(40716,36,301023),(40716,37,9312),(40716,38,12055),(40716,39,4412),(40716,40,2707),(40717,34,2213899),(40717,35,547130),(40717,36,301023),(40717,37,9312),(40717,38,12055),(40717,39,4412),(40717,40,2707),(40717,3689,1165),(40717,3828,603),(40717,11399,218),(40717,11540,284),(40717,11542,237),(40717,11553,213),(40717,11695,296),(40718,34,2213899),(40718,35,547130),(40718,36,301023),(40718,37,9312),(40718,38,12055),(40718,39,4412),(40718,40,2707),(40718,3689,1165),(40718,3828,603),(40718,11399,218),(40718,11540,284),(40718,11542,237),(40718,11553,213),(40718,11695,296),(40730,34,294855),(40730,35,103894),(40730,36,84905),(40730,37,64525),(40730,38,3533),(40730,39,8273),(40730,40,1500),(40731,34,294855),(40731,35,103894),(40731,36,84905),(40731,37,64525),(40731,38,3533),(40731,39,8273),(40731,40,1500),(40732,34,294855),(40732,35,103894),(40732,36,84905),(40732,37,64525),(40732,38,3533),(40732,39,8273),(40732,40,1500),(40733,34,294855),(40733,35,103894),(40733,36,84905),(40733,37,64525),(40733,38,3533),(40733,39,8273),(40733,40,1500),(40734,34,294855),(40734,35,103894),(40734,36,84905),(40734,37,64525),(40734,38,3533),(40734,39,8273),(40734,40,1500),(40734,9840,731),(40734,9842,466),(40734,11399,518),(40734,11534,421),(40734,11540,290),(40736,34,294855),(40736,35,103894),(40736,36,84905),(40736,37,64525),(40736,38,3533),(40736,39,8273),(40736,40,1500),(40736,9840,731),(40736,9842,466),(40736,11399,518),(40736,11534,421),(40736,11540,290),(40737,34,294855),(40737,35,103894),(40737,36,84905),(40737,37,64525),(40737,38,3533),(40737,39,8273),(40737,40,1500),(40737,9840,731),(40737,9842,466),(40737,11399,518),(40737,11534,421),(40737,11540,290),(40750,34,173514),(40750,35,54669),(40750,36,64657),(40750,37,79259),(40750,38,6071),(40750,39,6203),(40750,40,1998),(40752,34,173514),(40752,35,54669),(40752,36,64657),(40752,37,79259),(40752,38,6071),(40752,39,6203),(40752,40,1998),(40754,34,173514),(40754,35,54669),(40754,36,64657),(40754,37,79259),(40754,38,6071),(40754,39,6203),(40754,40,1998),(40756,34,173514),(40756,35,54669),(40756,36,64657),(40756,37,79259),(40756,38,6071),(40756,39,6203),(40756,40,1998),(40758,34,173514),(40758,35,54669),(40758,36,64657),(40758,37,79259),(40758,38,6071),(40758,39,6203),(40758,40,1998),(40758,9840,387),(40758,9842,806),(40758,11399,549),(40758,11534,170),(40758,11540,569),(40762,34,173514),(40762,35,54669),(40762,36,64657),(40762,37,79259),(40762,38,6071),(40762,39,6203),(40762,40,1998),(40762,9840,387),(40762,9842,806),(40762,11399,549),(40762,11534,170),(40762,11540,569),(40764,34,173514),(40764,35,54669),(40764,36,64657),(40764,37,79259),(40764,38,6071),(40764,39,6203),(40764,40,1998),(40764,9840,387),(40764,9842,806),(40764,11399,549),(40764,11534,170),(40764,11540,569),(41030,34,38970),(41030,35,23079),(41030,36,13236),(41030,37,1687),(41030,38,1462),(41030,39,60),(41030,40,548),(41030,3687,8),(41030,3689,88),(41030,9842,30),(41030,11399,273),(41030,11531,20),(41030,11535,45),(41030,11541,500),(41030,11545,500),(41030,11547,15),(41030,11553,120),(41030,11556,45),(41030,11689,83),(41030,21815,50),(41030,28361,600),(41030,28362,350),(41030,28363,125),(41030,28364,125),(41030,28365,150),(41030,28366,75),(41031,34,444),(41031,35,111),(41031,40,2),(41032,34,444),(41032,35,111),(41032,40,2),(41033,34,538),(41033,35,88),(41033,36,369),(41033,37,1),(41033,38,4),(41034,34,1230),(41034,35,234),(41034,36,380),(41034,37,4),(41034,39,12),(41034,40,4),(41038,34,776),(41038,35,713),(41038,36,476),(41040,34,10000),(41040,35,8000),(41040,36,2000),(41040,39,500),(41040,40,250),(41054,34,10000),(41054,35,8000),(41054,36,2000),(41054,39,500),(41054,40,250),(41055,34,10000),(41055,35,8000),(41055,36,2000),(41055,39,500),(41055,40,250),(41056,34,10000),(41056,35,8000),(41056,36,2000),(41056,39,500),(41056,40,250),(41057,34,10000),(41057,35,8000),(41057,36,2000),(41057,39,500),(41057,40,250),(41057,9840,36),(41057,9842,24),(41057,11399,24),(41057,11538,9),(41058,34,10000),(41058,35,8000),(41058,36,2000),(41058,39,500),(41058,40,250),(41059,34,10000),(41059,35,8000),(41059,36,2000),(41059,39,500),(41059,40,250),(41061,34,452),(41061,35,267),(41061,36,301),(41061,37,177),(41061,39,2),(41062,34,452),(41062,35,267),(41062,36,301),(41062,37,177),(41062,39,2),(41063,34,2349303),(41063,35,423820),(41063,36,417019),(41063,37,50570),(41063,38,18335),(41063,39,6726),(41063,40,1268),(41064,34,2349303),(41064,35,423820),(41064,36,417019),(41064,37,50570),(41064,38,18335),(41064,39,6726),(41064,40,1268),(41065,34,2349303),(41065,35,423820),(41065,36,417019),(41065,37,50570),(41065,38,18335),(41065,39,6726),(41065,40,1268),(41066,34,2349303),(41066,35,423820),(41066,36,417019),(41066,37,50570),(41066,38,18335),(41066,39,6726),(41066,40,1268),(41066,9848,685),(41066,11399,1862),(41066,11689,1817),(41067,34,2349303),(41067,35,423820),(41067,36,417019),(41067,37,50570),(41067,38,18335),(41067,39,6726),(41067,40,1268),(41067,9848,685),(41067,11399,1862),(41067,11689,1817),(41076,34,5439704),(41076,35,640729),(41076,36,270463),(41076,37,29752),(41076,38,9248),(41076,39,1281),(41076,40,2445),(41077,34,5439704),(41077,35,640729),(41077,36,270463),(41077,37,29752),(41077,38,9248),(41077,39,1281),(41077,40,2445),(41078,34,5439704),(41078,35,640729),(41078,36,270463),(41078,37,29752),(41078,38,9248),(41078,39,1281),(41078,40,2445),(41079,34,5439704),(41079,35,640729),(41079,36,270463),(41079,37,29752),(41079,38,9248),(41079,39,1281),(41079,40,2445),(41079,9848,1270),(41079,11399,1317),(41079,11688,3323),(41080,34,3293709),(41080,35,771268),(41080,36,283788),(41080,37,31584),(41080,38,9732),(41080,39,4158),(41080,40,1239),(41081,34,3293709),(41081,35,771268),(41081,36,283788),(41081,37,31584),(41081,38,9732),(41081,39,4158),(41081,40,1239),(41082,34,3293709),(41082,35,771268),(41082,36,283788),(41082,37,31584),(41082,38,9732),(41082,39,4158),(41082,40,1239),(41083,34,3293709),(41083,35,771268),(41083,36,283788),(41083,37,31584),(41083,38,9732),(41083,39,4158),(41083,40,1239),(41083,9848,364),(41083,11399,2374),(41083,11691,3009),(41099,34,2452300),(41099,35,808817),(41099,36,296600),(41099,37,48300),(41099,38,13807),(41099,39,4946),(41099,40,2100),(41100,34,2452300),(41100,35,808817),(41100,36,296600),(41100,37,48300),(41100,38,13807),(41100,39,4946),(41100,40,2100),(41101,34,2452300),(41101,35,808817),(41101,36,296600),(41101,37,48300),(41101,38,13807),(41101,39,4946),(41101,40,2100),(41102,34,2452300),(41102,35,808817),(41102,36,296600),(41102,37,48300),(41102,38,13807),(41102,39,4946),(41102,40,2100),(41103,34,2452300),(41103,35,808817),(41103,36,296600),(41103,37,48300),(41103,38,13807),(41103,39,4946),(41103,40,2100),(41103,9848,960),(41103,11399,2009),(41103,11689,2340),(41104,34,2452300),(41104,35,808817),(41104,36,296600),(41104,37,48300),(41104,38,13807),(41104,39,4946),(41104,40,2100),(41104,9848,960),(41104,11399,2009),(41104,11689,2340),(41114,34,3548557),(41114,35,833383),(41114,36,324933),(41114,37,53317),(41114,38,16057),(41114,39,5114),(41114,40,2280),(41115,34,3548557),(41115,35,833383),(41115,36,324933),(41115,37,53317),(41115,38,16057),(41115,39,5114),(41115,40,2280),(41116,34,3548557),(41116,35,833383),(41116,36,324933),(41116,37,53317),(41116,38,16057),(41116,39,5114),(41116,40,2280),(41117,34,3548557),(41117,35,833383),(41117,36,324933),(41117,37,53317),(41117,38,16057),(41117,39,5114),(41117,40,2280),(41118,34,3548557),(41118,35,833383),(41118,36,324933),(41118,37,53317),(41118,38,16057),(41118,39,5114),(41118,40,2280),(41118,9848,975),(41118,11399,2624),(41118,11689,2041),(41119,34,3548557),(41119,35,833383),(41119,36,324933),(41119,37,53317),(41119,38,16057),(41119,39,5114),(41119,40,2280),(41119,9848,975),(41119,11399,2624),(41119,11689,2041),(41126,34,6561767),(41126,35,541157),(41126,36,184617),(41126,37,26283),(41126,38,7483),(41126,39,2146),(41126,40,1846),(41127,34,6561767),(41127,35,541157),(41127,36,184617),(41127,37,26283),(41127,38,7483),(41127,39,2146),(41127,40,1846),(41128,34,6561767),(41128,35,541157),(41128,36,184617),(41128,37,26283),(41128,38,7483),(41128,39,2146),(41128,40,1846),(41129,34,6561767),(41129,35,541157),(41129,36,184617),(41129,37,26283),(41129,38,7483),(41129,39,2146),(41129,40,1846),(41130,34,6561767),(41130,35,541157),(41130,36,184617),(41130,37,26283),(41130,38,7483),(41130,39,2146),(41130,40,1846),(41130,9848,1254),(41130,11399,1003),(41130,11688,2607),(41138,34,3207807),(41138,35,833323),(41138,36,330823),(41138,37,49357),(41138,38,13933),(41138,39,4866),(41138,40,2214),(41139,34,3207807),(41139,35,833323),(41139,36,330823),(41139,37,49357),(41139,38,13933),(41139,39,4866),(41139,40,2214),(41140,34,3207807),(41140,35,833323),(41140,36,330823),(41140,37,49357),(41140,38,13933),(41140,39,4866),(41140,40,2214),(41141,34,3207807),(41141,35,833323),(41141,36,330823),(41141,37,49357),(41141,38,13933),(41141,39,4866),(41141,40,2214),(41142,34,3207807),(41142,35,833323),(41142,36,330823),(41142,37,49357),(41142,38,13933),(41142,39,4866),(41142,40,2214),(41142,9848,688),(41142,11399,2266),(41142,11690,2013),(41150,34,2603723),(41150,35,624357),(41150,36,249990),(41150,37,33740),(41150,38,9433),(41150,39,3646),(41150,40,1280),(41151,34,2603723),(41151,35,624357),(41151,36,249990),(41151,37,33740),(41151,38,9433),(41151,39,3646),(41151,40,1280),(41152,34,2603723),(41152,35,624357),(41152,36,249990),(41152,37,33740),(41152,38,9433),(41152,39,3646),(41152,40,1280),(41153,34,2603723),(41153,35,624357),(41153,36,249990),(41153,37,33740),(41153,38,9433),(41153,39,3646),(41153,40,1280),(41154,34,2603723),(41154,35,624357),(41154,36,249990),(41154,37,33740),(41154,38,9433),(41154,39,3646),(41154,40,1280),(41154,9848,369),(41154,11399,3139),(41154,11691,2486),(41155,35,4),(41155,37,3),(41155,38,3),(41155,39,2),(41155,40,2),(41156,34,2911557),(41156,35,703323),(41156,36,282967),(41156,37,38283),(41156,38,11473),(41156,39,4034),(41156,40,1580),(41157,34,2911557),(41157,35,703323),(41157,36,282967),(41157,37,38283),(41157,38,11473),(41157,39,4034),(41157,40,1580),(41158,34,2911557),(41158,35,703323),(41158,36,282967),(41158,37,38283),(41158,38,11473),(41158,39,4034),(41158,40,1580),(41159,34,2911557),(41159,35,703323),(41159,36,282967),(41159,37,38283),(41159,38,11473),(41159,39,4034),(41159,40,1580),(41160,34,2911557),(41160,35,703323),(41160,36,282967),(41160,37,38283),(41160,38,11473),(41160,39,4034),(41160,40,1580),(41160,9848,800),(41160,11399,2678),(41160,11691,2575),(41174,34,3207807),(41174,35,833323),(41174,36,330823),(41174,37,49357),(41174,38,13933),(41174,39,4866),(41174,40,2214),(41174,9848,735),(41174,11399,586),(41174,11540,537),(41175,34,3207807),(41175,35,833323),(41175,36,330823),(41175,37,49357),(41175,38,13933),(41175,39,4866),(41175,40,2214),(41176,34,3207807),(41176,35,833323),(41176,36,330823),(41176,37,49357),(41176,38,13933),(41176,39,4866),(41176,40,2214),(41180,34,3207807),(41180,35,833323),(41180,36,330823),(41180,37,49357),(41180,38,13933),(41180,39,4866),(41180,40,2214),(41181,34,3207807),(41181,35,833323),(41181,36,330823),(41181,37,49357),(41181,38,13933),(41181,39,4866),(41181,40,2214),(41182,34,3207807),(41182,35,833323),(41182,36,330823),(41182,37,49357),(41182,38,13933),(41182,39,4866),(41182,40,2214),(41182,9848,768),(41182,11399,678),(41182,11540,483),(41191,34,5030),(41191,35,78),(41191,37,2),(41192,34,5030),(41192,35,78),(41192,37,2),(41193,34,5030),(41193,35,78),(41193,37,2),(41194,34,5030),(41194,35,78),(41194,37,2),(41195,34,5030),(41195,35,78),(41195,37,2),(41196,35,126),(41196,37,2),(41197,35,126),(41197,37,2),(41198,34,136),(41198,35,270),(41198,36,102),(41198,37,31),(41199,34,136),(41199,35,270),(41199,36,102),(41199,37,31),(41200,34,478),(41200,35,1),(41200,36,24),(41200,38,1),(41201,34,478),(41201,35,1),(41201,36,24),(41201,38,1),(41202,34,478),(41202,35,1),(41202,36,24),(41202,38,1),(41203,34,478),(41203,35,1),(41203,36,24),(41203,38,1),(41204,34,478),(41204,35,1),(41204,36,24),(41204,38,1),(41205,34,478),(41205,35,1),(41205,36,24),(41205,38,1),(41206,34,478),(41206,35,1),(41206,36,24),(41206,38,1),(41207,34,478),(41207,35,1),(41207,36,24),(41207,38,1),(41208,34,478),(41208,35,1),(41208,36,24),(41208,38,1),(41210,34,478),(41210,35,1),(41210,36,24),(41210,38,1),(41211,34,478),(41211,35,1),(41211,36,24),(41211,38,1),(41212,34,308),(41212,35,192),(41212,36,69),(41212,37,1),(41212,38,1),(41213,34,308),(41213,35,192),(41213,36,69),(41213,37,1),(41213,38,1),(41214,34,308),(41214,35,192),(41214,36,69),(41214,37,1),(41214,38,1),(41215,34,602),(41215,35,476),(41215,36,222),(41215,37,1),(41216,34,602),(41216,35,476),(41216,36,222),(41216,37,1),(41217,34,602),(41217,35,476),(41217,36,222),(41217,37,1),(41218,34,2058),(41218,35,780),(41218,36,588),(41218,39,1),(41219,34,2058),(41219,35,780),(41219,36,588),(41219,39,1),(41220,34,2058),(41220,35,780),(41220,36,588),(41220,39,1),(41223,34,2877402),(41223,35,865822),(41223,36,292778),(41223,37,45803),(41223,38,15228),(41223,39,5201),(41223,40,2138),(41224,34,2877402),(41224,35,865822),(41224,36,292778),(41224,37,45803),(41224,38,15228),(41224,39,5201),(41224,40,2138),(41236,34,1313168),(41236,35,430794),(41236,36,135255),(41236,37,31628),(41236,38,5480),(41236,39,1748),(41236,40,1146),(41237,34,1313168),(41237,35,430794),(41237,36,135255),(41237,37,31628),(41237,38,5480),(41237,39,1748),(41237,40,1146),(41238,34,1313168),(41238,35,430794),(41238,36,135255),(41238,37,31628),(41238,38,5480),(41238,39,1748),(41238,40,1146),(41239,34,1313168),(41239,35,430794),(41239,36,135255),(41239,37,31628),(41239,38,5480),(41239,39,1748),(41239,40,1146),(41239,11399,120),(41239,11530,539),(41239,11531,548),(41239,11549,416),(41239,11550,299),(41240,34,1313168),(41240,35,430794),(41240,36,135255),(41240,37,31628),(41240,38,5480),(41240,39,1748),(41240,40,1146),(41240,11399,120),(41240,11530,539),(41240,11531,548),(41240,11549,416),(41240,11550,299),(41241,34,1313168),(41241,35,430794),(41241,36,135255),(41241,37,31628),(41241,38,5480),(41241,39,1748),(41241,40,1146),(41241,11399,120),(41241,11530,539),(41241,11531,548),(41241,11549,416),(41241,11550,299),(41249,34,2350704),(41249,35,640058),(41249,36,219718),(41249,37,50538),(41249,38,12686),(41249,39,2739),(41249,40,2469),(41250,34,2350704),(41250,35,640058),(41250,36,219718),(41250,37,50538),(41250,38,12686),(41250,39,2739),(41250,40,2469),(41251,34,2350704),(41251,35,640058),(41251,36,219718),(41251,37,50538),(41251,38,12686),(41251,39,2739),(41251,40,2469),(41252,34,2350704),(41252,35,640058),(41252,36,219718),(41252,37,50538),(41252,38,12686),(41252,39,2739),(41252,40,2469),(41253,34,2350704),(41253,35,640058),(41253,36,219718),(41253,37,50538),(41253,38,12686),(41253,39,2739),(41253,40,2469),(41253,11399,180),(41253,11530,445),(41253,11531,549),(41253,11549,493),(41253,11550,494),(41254,34,2350704),(41254,35,640058),(41254,36,219718),(41254,37,50538),(41254,38,12686),(41254,39,2739),(41254,40,2469),(41254,11399,180),(41254,11530,445),(41254,11531,549),(41254,11549,493),(41254,11550,494),(41255,34,2350704),(41255,35,640058),(41255,36,219718),(41255,37,50538),(41255,38,12686),(41255,39,2739),(41255,40,2469),(41255,11399,180),(41255,11530,445),(41255,11531,549),(41255,11549,493),(41255,11550,494),(41270,34,39244),(41270,35,3556),(41270,36,278),(41270,40,66),(41271,34,39244),(41271,35,3556),(41271,36,278),(41271,40,66),(41272,34,39244),(41272,35,3556),(41272,36,278),(41272,40,66),(41273,34,39244),(41273,35,3556),(41273,36,278),(41273,40,66),(41274,34,39244),(41274,35,3556),(41274,36,278),(41274,40,66),(41275,34,39244),(41275,35,3556),(41275,36,278),(41275,40,66),(41276,34,39244),(41276,35,3556),(41276,36,278),(41276,40,66),(41277,34,39244),(41277,35,3556),(41277,36,278),(41277,40,66),(41286,34,18756),(41286,35,8333),(41286,39,112),(41286,40,44),(41287,34,18756),(41287,35,8333),(41287,39,112),(41287,40,44),(41290,34,18756),(41290,39,112),(41290,40,44),(41291,34,18756),(41291,39,112),(41291,40,44),(41294,34,18756),(41294,39,112),(41294,40,44),(41295,34,18756),(41295,39,112),(41295,40,44),(41298,34,18756),(41298,39,112),(41298,40,44),(41299,34,18756),(41299,39,112),(41299,40,44),(41314,11399,1),(41314,16673,120),(41314,16679,48),(41316,11399,1),(41316,16673,120),(41316,16679,48),(41318,11399,1),(41318,16673,240),(41318,16679,60),(41320,11399,1),(41320,16673,240),(41320,16679,60),(41322,11399,1),(41322,16670,24),(41322,16679,24),(41324,11399,1),(41324,16670,24),(41324,16679,24),(41326,11399,1),(41326,16671,60),(41326,16679,30),(41328,11399,1),(41328,16671,60),(41328,16679,30),(41330,11399,7),(41330,16672,540),(41330,16679,225),(41332,11399,7),(41332,16672,540),(41332,16679,225),(41334,11399,7),(41334,16672,1305),(41334,16679,225),(41336,11399,7),(41336,16672,1305),(41336,16679,225),(41350,34,1344126),(41350,35,1173084),(41350,36,654653),(41350,37,184989),(41350,38,399939),(41350,39,36846),(41350,40,42928),(41411,34,1717883),(41411,35,418117),(41411,36,154957),(41411,37,26033),(41411,38,7823),(41411,39,2334),(41411,40,1166),(41414,34,2284920),(41414,35,584224),(41414,36,329284),(41414,37,39398),(41414,38,10421),(41414,39,4892),(41414,40,2203),(41415,34,2284920),(41415,35,584224),(41415,36,329284),(41415,37,39398),(41415,38,10421),(41415,39,4892),(41415,40,2203),(41415,9834,200),(41415,11399,150),(41415,11538,235),(41415,11539,221),(41415,11540,188),(41415,11541,244),(41417,34,2284920),(41417,35,584224),(41417,36,329284),(41417,37,39398),(41417,38,10421),(41417,39,4892),(41417,40,2203),(41417,9834,200),(41417,11399,150),(41417,11538,235),(41417,11539,221),(41417,11540,188),(41417,11541,244),(41422,25588,1600),(41422,25590,900),(41422,25591,1400),(41422,25592,1600),(41422,25593,1600),(41422,25594,1400),(41422,25595,40),(41422,25596,1600),(41422,25599,1600),(41422,25605,40),(41423,25607,760),(41423,25609,16),(41423,25610,300),(41423,25611,760),(41423,25612,760),(41423,25613,300),(41423,25614,16),(41423,25615,760),(41423,25618,760),(41423,25624,2),(41424,25588,1600),(41424,25590,900),(41424,25591,1400),(41424,25592,1600),(41424,25593,1600),(41424,25594,1400),(41424,25595,40),(41424,25596,1600),(41424,25599,1600),(41424,25605,40),(41425,25607,760),(41425,25609,16),(41425,25610,300),(41425,25611,760),(41425,25612,760),(41425,25613,300),(41425,25614,16),(41425,25615,760),(41425,25618,760),(41425,25624,2),(41426,25588,1600),(41426,25590,900),(41426,25591,1400),(41426,25592,1600),(41426,25593,1600),(41426,25594,1400),(41426,25595,40),(41426,25596,1600),(41426,25599,1600),(41426,25605,40),(41427,25607,760),(41427,25609,16),(41427,25610,300),(41427,25611,760),(41427,25612,760),(41427,25613,300),(41427,25614,16),(41427,25615,760),(41427,25618,760),(41427,25624,2),(41428,25588,20000),(41428,25590,11250),(41428,25591,17500),(41428,25592,20000),(41428,25593,20000),(41428,25594,17500),(41428,25595,500),(41428,25596,20000),(41428,25599,20000),(41428,25605,500),(41429,25607,11400),(41429,25609,240),(41429,25610,4500),(41429,25611,11400),(41429,25612,11400),(41429,25613,4500),(41429,25614,240),(41429,25615,11400),(41429,25618,11400),(41429,25624,30),(41439,34,1809763),(41439,35,1323826),(41439,36,440610),(41439,37,274116),(41439,38,335112),(41439,39,42931),(41439,40,46295),(41440,34,1660723),(41440,35,1332577),(41440,36,496173),(41440,37,246781),(41440,38,324061),(41440,39,38568),(41440,40,45005),(41441,34,1768954),(41441,35,1272573),(41441,36,442072),(41441,37,279225),(41441,38,352339),(41441,39,40521),(41441,40,49074),(41442,34,1870088),(41442,35,1188818),(41442,36,459131),(41442,37,281014),(41442,38,334137),(41442,39,42474),(41442,40,48231),(41443,34,1779600),(41443,35,1370079),(41443,36,501535),(41443,37,274372),(41443,38,325361),(41443,39,40313),(41443,40,45502),(41444,34,1650078),(41444,35,1360078),(41444,36,494711),(41444,37,280503),(41444,38,340313),(41444,39,40521),(41444,40,52250),(41456,34,683662),(41456,35,230554),(41456,36,374182),(41456,37,32296),(41456,38,603),(41456,39,333),(41456,40,71),(41456,2867,13),(41456,2868,10),(41456,2869,20),(41456,11399,3957),(41456,11543,4268),(41457,34,683662),(41457,35,230554),(41457,36,374182),(41457,37,32296),(41457,38,603),(41457,39,333),(41457,40,71),(41457,11399,3957),(41457,11543,4268),(41457,41266,3),(41457,41267,83),(41457,41268,8),(41457,41307,6),(41457,41308,104),(41457,41309,3),(41458,34,683662),(41458,35,230554),(41458,36,374182),(41458,37,32296),(41458,38,603),(41458,39,333),(41458,40,71),(41458,11399,3957),(41458,11543,4268),(41458,41266,3),(41458,41267,78),(41458,41268,7),(41458,41307,6),(41458,41308,91),(41458,41309,3),(41459,34,506557),(41459,35,302176),(41459,36,54483),(41459,37,37075),(41459,38,6240),(41459,39,2717),(41459,40,3146),(41459,2867,13),(41459,2875,20),(41459,2876,10),(41459,3685,8145),(41459,11399,2056),(41459,11558,1206),(41460,34,506557),(41460,35,302176),(41460,36,54483),(41460,37,37075),(41460,38,6240),(41460,39,2717),(41460,40,3146),(41460,3685,8145),(41460,11399,2056),(41460,11558,1206),(41460,41266,52),(41460,41267,8),(41460,41268,49),(41460,41307,37),(41460,41308,10),(41460,41309,47),(41461,34,506557),(41461,35,302176),(41461,36,54483),(41461,37,37075),(41461,38,6240),(41461,39,2717),(41461,40,3146),(41461,3685,8145),(41461,11399,2056),(41461,11558,1206),(41461,41266,45),(41461,41267,11),(41461,41268,39),(41461,41307,40),(41461,41308,12),(41461,41309,43),(41462,34,506557),(41462,35,302176),(41462,36,54483),(41462,37,37075),(41462,38,6240),(41462,39,2717),(41462,40,3146),(41462,3685,8145),(41462,11399,2056),(41462,11558,1206),(41462,41266,43),(41462,41267,9),(41462,41268,51),(41462,41307,50),(41462,41308,11),(41462,41309,51),(41463,34,1774278),(41463,35,416691),(41463,36,162467),(41463,37,26658),(41463,38,8028),(41463,39,2556),(41463,40,1140),(41464,34,1774278),(41464,35,416691),(41464,36,162467),(41464,37,26658),(41464,38,8028),(41464,39,2556),(41464,40,1140),(41465,34,1774278),(41465,35,416691),(41465,36,162467),(41465,37,26658),(41465,38,8028),(41465,39,2556),(41465,40,1140),(41466,34,1774278),(41466,35,416691),(41466,36,162467),(41466,37,26658),(41466,38,8028),(41466,39,2556),(41466,40,1140),(41466,9848,557),(41466,11399,352),(41466,11539,345),(41467,34,1774278),(41467,35,416691),(41467,36,162467),(41467,37,26658),(41467,38,8028),(41467,39,2556),(41467,40,1140),(41467,9848,557),(41467,11399,352),(41467,11539,345),(41468,34,1774278),(41468,35,416691),(41468,36,162467),(41468,37,26658),(41468,38,8028),(41468,39,2556),(41468,40,1140),(41468,9848,557),(41468,11399,352),(41468,11539,345),(41469,34,1584252),(41469,35,255562),(41469,36,131202),(41469,37,32193),(41469,38,8680),(41469,39,2172),(41469,40,1758),(41470,34,1584252),(41470,35,255562),(41470,36,131202),(41470,37,32193),(41470,38,8680),(41470,39,2172),(41470,40,1758),(41471,34,1584252),(41471,35,255562),(41471,36,131202),(41471,37,32193),(41471,38,8680),(41471,39,2172),(41471,40,1758),(41472,34,1584252),(41472,35,255562),(41472,36,131202),(41472,37,32193),(41472,38,8680),(41472,39,2172),(41472,40,1758),(41473,34,1584252),(41473,35,255562),(41473,36,131202),(41473,37,32193),(41473,38,8680),(41473,39,2172),(41473,40,1758),(41474,34,1584252),(41474,35,255562),(41474,36,131202),(41474,37,32193),(41474,38,8680),(41474,39,2172),(41474,40,1758),(41475,34,1774278),(41475,35,416691),(41475,36,162467),(41475,37,26658),(41475,38,8028),(41475,39,2556),(41475,40,1140),(41475,9848,324),(41475,11399,482),(41475,11538,423),(41476,34,9112),(41476,35,4574),(41476,36,1076),(41476,37,675),(41476,38,120),(41476,39,46),(41476,40,41),(41477,34,16015),(41477,35,8861),(41477,36,1539),(41477,37,826),(41477,38,196),(41477,39,74),(41477,40,95),(41478,34,21568),(41478,35,17788),(41478,36,2502),(41478,37,1665),(41478,38,344),(41478,39,174),(41478,40,186),(41479,34,678689),(41479,35,446736),(41479,36,62832),(41479,37,52245),(41479,38,11759),(41479,39,4422),(41479,40,4459),(41480,34,8748),(41480,35,5231),(41480,36,821),(41480,37,598),(41480,38,128),(41480,39,42),(41480,40,47),(41481,34,13782),(41481,35,5998),(41481,36,1138),(41481,37,891),(41481,38,196),(41481,39,68),(41481,40,85),(41482,34,27660),(41482,35,11677),(41482,36,2151),(41482,37,1718),(41482,38,408),(41482,39,108),(41482,40,159),(41483,34,690909),(41483,35,419946),(41483,36,61188),(41483,37,45525),(41483,38,7082),(41483,39,3686),(41483,40,3001),(41484,34,23677),(41484,35,4359),(41484,36,4264),(41484,37,874),(41484,38,525),(41484,39,724),(41484,40,462),(41485,34,23677),(41485,35,4359),(41485,36,4264),(41485,37,874),(41485,38,525),(41485,39,724),(41485,40,462),(41486,34,23677),(41486,35,4359),(41486,36,4264),(41486,37,874),(41486,38,525),(41486,39,724),(41486,40,462),(41486,9838,32),(41486,11399,32),(41486,11539,32),(41486,11554,118),(41487,34,23677),(41487,35,4359),(41487,36,4264),(41487,37,874),(41487,38,525),(41487,39,724),(41487,40,462),(41487,9838,32),(41487,11399,32),(41487,11539,32),(41487,11554,118),(41488,34,23677),(41488,35,4359),(41488,36,4264),(41488,37,874),(41488,38,525),(41488,39,724),(41488,40,462),(41488,9838,32),(41488,11399,32),(41488,11539,32),(41488,11554,118),(41489,34,1502),(41489,35,440),(41489,36,252),(41489,38,13),(41489,39,6),(41489,40,6),(41490,34,1502),(41490,35,440),(41490,36,252),(41490,38,13),(41490,39,6),(41490,40,6),(41491,34,792846),(41491,35,422937),(41491,36,87632),(41491,37,48124),(41491,38,12506),(41491,39,3461),(41491,40,5379),(41492,34,792846),(41492,35,422937),(41492,36,87632),(41492,37,48124),(41492,38,12506),(41492,39,3461),(41492,40,5379),(41493,34,792846),(41493,35,422937),(41493,36,87632),(41493,37,48124),(41493,38,12506),(41493,39,3461),(41493,40,5379),(41493,9838,1099),(41493,11399,239),(41493,11539,220),(41493,11554,632),(41494,34,792846),(41494,35,422937),(41494,36,87632),(41494,37,48124),(41494,38,12506),(41494,39,3461),(41494,40,5379),(41494,9838,1099),(41494,11399,239),(41494,11539,220),(41494,11554,632),(41495,34,792846),(41495,35,422937),(41495,36,87632),(41495,37,48124),(41495,38,12506),(41495,39,3461),(41495,40,5379),(41495,9838,1099),(41495,11399,239),(41495,11539,220),(41495,11554,632),(41498,34,3427873),(41498,35,828117),(41498,36,314957),(41498,37,52033),(41498,38,15823),(41498,39,4534),(41498,40,2266),(41499,34,3427873),(41499,35,828117),(41499,36,314957),(41499,37,52033),(41499,38,15823),(41499,39,4534),(41499,40,2266),(41500,34,3427873),(41500,35,828117),(41500,36,314957),(41500,37,52033),(41500,38,15823),(41500,39,4534),(41500,40,2266),(41500,9848,1284),(41500,11399,4589),(41500,11539,2545),(41501,34,3427873),(41501,35,828117),(41501,36,314957),(41501,37,52033),(41501,38,15823),(41501,39,4534),(41501,40,2266),(41501,9848,1284),(41501,11399,4589),(41501,11539,2545),(41502,34,3427873),(41502,35,828117),(41502,36,314957),(41502,37,52033),(41502,38,15823),(41502,39,4534),(41502,40,2266),(41502,9848,1284),(41502,11399,4589),(41502,11539,2545),(41503,34,1057824),(41503,35,477063),(41503,36,90903),(41503,37,63985),(41503,38,15573),(41503,39,4731),(41503,40,5001),(41504,34,834277),(41504,35,611423),(41504,36,116778),(41504,37,72656),(41504,38,12230),(41504,39,4977),(41504,40,6341),(41505,34,3826117),(41505,35,828100),(41505,36,342157),(41505,37,56183),(41505,38,16433),(41505,39,5466),(41505,40,2500),(41506,34,3826117),(41506,35,828100),(41506,36,342157),(41506,37,56183),(41506,38,16433),(41506,39,5466),(41506,40,2500),(41507,34,3826117),(41507,35,828100),(41507,36,342157),(41507,37,56183),(41507,38,16433),(41507,39,5466),(41507,40,2500),(41507,9838,489),(41507,11399,453),(41507,11556,592),(41508,34,3826117),(41508,35,828100),(41508,36,342157),(41508,37,56183),(41508,38,16433),(41508,39,5466),(41508,40,2500),(41508,9838,489),(41508,11399,453),(41508,11556,592),(41509,34,3826117),(41509,35,828100),(41509,36,342157),(41509,37,56183),(41509,38,16433),(41509,39,5466),(41509,40,2500),(41509,9838,489),(41509,11399,453),(41509,11556,592),(41510,34,3826117),(41510,35,828100),(41510,36,342157),(41510,37,56183),(41510,38,16433),(41510,39,5466),(41510,40,2500),(41510,9838,489),(41510,11399,453),(41510,11556,592),(41511,34,674218),(41511,35,351768),(41511,36,77331),(41511,37,44403),(41511,38,7793),(41511,39,3385),(41511,40,3157),(41512,34,674218),(41512,35,351768),(41512,36,77331),(41512,37,44403),(41512,38,7793),(41512,39,3385),(41512,40,3157),(41513,34,674218),(41513,35,351768),(41513,36,77331),(41513,37,44403),(41513,38,7793),(41513,39,3385),(41513,40,3157),(41514,34,674218),(41514,35,351768),(41514,36,77331),(41514,37,44403),(41514,38,7793),(41514,39,3385),(41514,40,3157),(41514,9848,525),(41514,11399,228),(41514,11538,261),(41515,34,481967),(41515,35,363962),(41515,36,57868),(41515,37,38998),(41515,38,9084),(41515,39,2595),(41515,40,3117),(41516,34,529955),(41516,35,366818),(41516,36,56273),(41516,37,32450),(41516,38,6466),(41516,39,2651),(41516,40,3411),(41517,34,3),(41517,35,4),(41517,36,5),(41517,37,5),(41517,38,3),(41517,39,3),(41517,40,2),(41518,34,4),(41518,35,2),(41518,36,3),(41518,37,3),(41518,38,5),(41518,39,5),(41518,40,2),(41519,35,1),(41519,36,3),(41519,37,1),(41519,38,2),(41519,39,2),(41519,40,4),(41520,34,4),(41520,35,2),(41520,36,1),(41520,37,5),(41520,39,5),(41520,40,2),(41521,36,1),(41521,37,1),(41521,38,4),(41521,39,5),(41522,35,4),(41522,36,3),(41522,37,3),(41522,38,2),(41522,39,2),(41522,40,4),(41523,34,5),(41523,38,3),(41523,39,3),(41523,40,3),(41524,34,3),(41524,36,4),(41524,38,5),(41524,39,3),(41524,40,3),(41525,34,481967),(41525,35,363962),(41525,36,57868),(41525,37,38998),(41525,38,9084),(41525,39,2595),(41525,40,3117),(41525,11399,554),(41525,11543,416),(41525,11558,475),(41526,34,481967),(41526,35,363962),(41526,36,57868),(41526,37,38998),(41526,38,9084),(41526,39,2595),(41526,40,3117),(41526,11399,554),(41526,11543,416),(41526,11558,475),(41527,34,481967),(41527,35,363962),(41527,36,57868),(41527,37,38998),(41527,38,9084),(41527,39,2595),(41527,40,3117),(41527,11399,554),(41527,11543,416),(41527,11558,475),(41528,34,529955),(41528,35,366818),(41528,36,56273),(41528,37,32450),(41528,38,6466),(41528,39,2651),(41528,40,3411),(41528,9838,308),(41528,11399,480),(41528,11557,407),(41529,34,529955),(41529,35,366818),(41529,36,56273),(41529,37,32450),(41529,38,6466),(41529,39,2651),(41529,40,3411),(41529,9838,308),(41529,11399,480),(41529,11557,407),(41530,34,529955),(41530,35,366818),(41530,36,56273),(41530,37,32450),(41530,38,6466),(41530,39,2651),(41530,40,3411),(41530,9838,308),(41530,11399,480),(41530,11557,407),(41531,34,529955),(41531,35,366818),(41531,36,56273),(41531,37,32450),(41531,38,6466),(41531,39,2651),(41531,40,3411),(41531,9838,308),(41531,11399,480),(41531,11557,407),(41533,34,912),(41533,35,198),(41533,36,542),(41533,37,5),(41533,40,2),(41534,34,912),(41534,35,198),(41534,36,542),(41534,37,5),(41534,40,2),(41548,34,1559524),(41548,35,702702),(41548,36,71091),(41548,37,11189),(41548,38,2602),(41548,39,3214),(41548,40,822),(41549,34,1502299),(41549,35,693216),(41549,36,66912),(41549,37,10412),(41549,38,2622),(41549,39,3132),(41549,40,788),(41550,34,1658139),(41550,35,685030),(41550,36,66264),(41550,37,12300),(41550,38,2580),(41550,39,3168),(41550,40,772),(41551,34,1522600),(41551,35,694674),(41551,36,66592),(41551,37,12650),(41551,38,2520),(41551,39,3412),(41551,40,776),(41565,34,2201418),(41565,35,434123),(41565,36,110079),(41565,37,45664),(41565,38,7656),(41565,39,2268),(41565,40,1528),(41566,34,2201418),(41566,35,434123),(41566,36,110079),(41566,37,45664),(41566,38,7656),(41566,39,2268),(41566,40,1528),(42124,21009,98),(42124,21011,518),(42124,21013,84),(42124,21017,336),(42124,21019,98),(42124,21021,182),(42124,21023,154),(42124,21025,126),(42124,21035,84),(42124,21037,182),(42124,21039,392),(42124,24558,224),(42124,24560,112),(42125,21009,480),(42125,21013,1200),(42125,21017,1200),(42125,21019,360),(42125,21021,720),(42125,21023,600),(42125,21025,960),(42125,21029,4200),(42125,21035,480),(42125,21037,600),(42125,24558,600),(42125,24560,600),(42126,21009,1260),(42126,21011,4725),(42126,21013,945),(42126,21017,3465),(42126,21019,1260),(42126,21021,1890),(42126,21023,1575),(42126,21025,1260),(42126,21035,630),(42126,21037,1890),(42126,24545,3150),(42126,24547,1575),(42126,24556,4725),(42126,24558,2205),(42126,24560,945),(42145,38,1),(42145,39,1),(42145,40,1),(42146,38,1),(42146,39,1),(42146,40,1),(42200,38,1),(42200,39,1),(42200,40,1),(42201,38,1),(42201,39,1),(42201,40,1),(42202,38,1),(42202,39,1),(42202,40,1),(42203,38,1),(42203,39,1),(42203,40,1),(42204,38,1),(42204,39,1),(42204,40,1),(42205,38,1),(42205,39,1),(42205,40,1),(42206,38,1),(42206,39,1),(42206,40,1),(42207,38,1),(42207,39,1),(42207,40,1),(42208,38,1),(42208,39,1),(42208,40,1),(42209,38,1),(42209,39,1),(42209,40,1),(42210,38,1),(42210,39,1),(42210,40,1),(42211,38,1),(42211,39,1),(42211,40,1),(42212,38,1),(42212,39,1),(42212,40,1),(42213,38,1),(42213,39,1),(42213,40,1),(42214,38,1),(42214,39,1),(42214,40,1),(42215,38,1),(42215,39,1),(42215,40,1),(42232,40,8),(42232,25335,13),(42233,48927,88),(42234,48927,88),(42240,34,672),(42240,35,62),(42240,36,396),(42240,37,11),(42240,38,6),(42240,39,6),(42240,40,8),(42240,11399,4),(42241,21009,266),(42241,21011,667),(42241,21013,400),(42241,21017,667),(42241,21019,667),(42241,21021,667),(42241,21023,133),(42241,21025,667),(42241,21035,400),(42241,21037,533),(42241,24545,667),(42241,24547,667),(42241,24556,667),(42241,24558,667),(42241,24560,667),(42242,21009,8),(42242,21013,10),(42242,21017,30),(42242,21019,20),(42242,21021,21),(42242,21023,10),(42242,21025,10),(42242,21029,6),(42242,21035,10),(42242,21037,16),(42242,21039,30),(42242,24558,19),(42242,24560,10),(42243,21009,9),(42243,21011,44),(42243,21013,7),(42243,21017,33),(42243,21019,9),(42243,21021,16),(42243,21023,9),(42243,21025,11),(42243,21035,7),(42243,21037,16),(42243,21039,33),(42243,24558,19),(42243,24560,10),(42244,34,3400000),(42244,35,1200000),(42244,36,200000),(42244,37,60000),(42244,38,20000),(42244,39,6500),(42244,40,3500),(42245,34,659871),(42245,35,165622),(42245,36,43364),(42245,37,10397),(42245,38,2562),(42245,39,1280),(42245,40,322),(42245,3828,75),(42245,11399,90),(42245,11532,75),(42245,11537,263),(42245,11539,1800),(42245,11543,2250),(42245,11549,23),(42245,11554,750),(42245,11557,150),(42246,34,22798),(42246,35,6133),(42246,36,2949),(42246,37,401),(42246,38,88),(42246,39,34),(42246,3828,23),(42246,11399,15),(42246,11532,30),(42246,11537,68),(42246,11539,165),(42246,11543,300),(42246,11549,3),(42246,11554,60),(42246,11557,15),(42522,34,400000),(42522,35,300000),(42522,36,50000),(42522,37,100000),(42522,38,50000),(42522,39,10000),(42522,40,10000),(42522,16272,100000),(42526,34,949),(42526,37,111),(42526,38,56),(42526,40,22),(42526,2346,3),(42527,34,949),(42527,37,111),(42527,38,56),(42527,40,22),(42527,2346,3),(42528,34,949),(42528,37,111),(42528,38,56),(42528,40,22),(42528,2346,3),(42529,34,949),(42529,37,111),(42529,38,56),(42529,40,22),(42529,2346,3),(42530,34,949),(42530,37,111),(42530,38,56),(42530,40,22),(42530,2346,3),(42531,48927,88),(42541,48927,185),(42685,34,1),(42690,34,502),(42690,35,297),(42690,36,334),(42690,37,197),(42690,39,4),(42690,2867,1),(42690,2876,1),(42694,34,100),(42694,37,100),(42694,16272,300),(42694,17888,100),(42694,17889,100),(42695,34,100),(42695,37,100),(42695,16272,300),(42695,17888,100),(42695,17889,100),(42696,34,100),(42696,37,100),(42696,16272,300),(42696,17888,100),(42696,17889,100),(42829,34,500),(42829,37,500),(42829,16272,500),(42830,34,500),(42830,37,500),(42830,16272,500),(42831,34,500),(42831,37,500),(42831,16272,500),(42832,34,100),(42832,37,100),(42832,16272,300),(42832,16274,100),(42832,17887,100),(42833,34,100),(42833,37,100),(42833,16272,300),(42833,16274,100),(42833,17887,100),(42834,34,100),(42834,37,100),(42834,16272,300),(42834,16274,100),(42834,17887,100),(42835,34,100),(42835,37,100),(42835,16272,300),(42835,16274,100),(42835,17888,100),(42836,34,100),(42836,37,100),(42836,16272,300),(42836,16274,100),(42836,17888,100),(42837,34,100),(42837,37,100),(42837,16272,300),(42837,16274,100),(42837,17888,100),(42838,34,100),(42838,37,100),(42838,16272,300),(42838,17887,100),(42838,17889,100),(42839,34,100),(42839,37,100),(42839,16272,300),(42839,17887,100),(42839,17889,100),(42840,34,100),(42840,37,100),(42840,16272,300),(42840,17887,100),(42840,17889,100),(42890,34,2742299),(42890,35,662493),(42890,36,251964),(42890,37,41627),(42890,38,12658),(42890,39,3626),(42890,40,1812),(42890,9842,170),(42890,11399,186),(42890,11540,170),(43551,34,949),(43551,37,111),(43551,38,56),(43551,40,22),(43551,2346,3),(43551,9840,12),(43551,11399,5),(43551,11539,4),(43551,11541,8),(43551,16681,33),(43551,16682,17),(43552,34,949),(43552,37,111),(43552,38,56),(43552,40,22),(43552,2346,3),(43552,9840,12),(43552,11399,5),(43552,11539,8),(43552,11541,4),(43552,16681,33),(43552,16682,17),(43554,34,949),(43554,37,111),(43554,38,56),(43554,40,22),(43554,2346,3),(43554,9840,12),(43554,11399,5),(43554,11539,4),(43554,11540,8),(43554,16681,33),(43554,16682,17),(43555,34,949),(43555,37,111),(43555,38,56),(43555,40,22),(43555,2346,3),(43555,9840,12),(43555,11399,5),(43555,11538,6),(43555,11540,6),(43555,16681,33),(43555,16682,17),(43556,34,949),(43556,37,111),(43556,38,56),(43556,40,22),(43556,2346,3),(43556,9840,12),(43556,11399,5),(43556,11538,10),(43556,11541,2),(43556,16681,33),(43556,16682,17),(43658,34,5700000),(43658,35,1150000),(43658,36,500000),(43658,37,76000),(43658,38,22000),(43658,39,8000),(43658,40,4000),(43660,34,5700000),(43660,35,1150000),(43660,36,500000),(43660,37,76000),(43660,38,22000),(43660,39,8000),(43660,40,4000),(43662,34,5700000),(43662,35,1150000),(43662,36,500000),(43662,37,76000),(43662,38,22000),(43662,39,8000),(43662,40,4000),(43664,34,5700000),(43664,35,1150000),(43664,36,500000),(43664,37,76000),(43664,38,22000),(43664,39,8000),(43664,40,4000),(43681,34,37470),(43681,35,17250),(43681,36,8101),(43681,37,1547),(43681,38,597),(43681,39,360),(43681,40,532),(43681,3687,30),(43681,3689,110),(43681,9842,30),(43681,11399,265),(43681,11531,20),(43681,11535,45),(43681,11541,523),(43681,11545,500),(43681,11547,15),(43681,11553,120),(43681,11556,45),(43681,11689,80),(43681,21815,50),(43681,28361,600),(43681,28362,350),(43681,28363,125),(43681,28364,125),(43681,28365,150),(43681,28366,75),(43694,34,77),(43694,37,4),(43694,38,13),(43694,40,2),(43694,9848,5),(43694,11399,3),(43694,11541,1),(43694,11689,1),(43694,21815,3),(43694,28361,15),(43694,28362,14),(43694,28363,11),(43694,28364,9),(43694,28366,1),(43699,34,385),(43699,37,20),(43699,38,65),(43699,40,10),(43700,34,385),(43700,37,20),(43700,38,65),(43700,40,10),(43700,9848,25),(43700,11399,15),(43700,11541,5),(43700,11689,5),(43701,34,385),(43701,37,20),(43701,38,65),(43701,40,10),(43701,9848,25),(43701,11399,15),(43701,11541,5),(43701,11689,5),(43701,21815,10),(43701,28361,64),(43701,28362,54),(43701,28363,42),(43701,28364,36),(43701,28365,22),(43701,28366,10),(43704,25590,72000),(43704,25591,120000),(43704,25592,120000),(43704,25593,120000),(43704,25594,120000),(43704,25597,120000),(43704,25598,36000),(43704,25599,120000),(43704,25601,108000),(43704,25604,120000),(43705,25609,2500),(43705,25610,25000),(43705,25611,150000),(43705,25612,150000),(43705,25613,25000),(43705,25616,125000),(43705,25617,2000),(43705,25618,150000),(43705,25620,3500),(43705,25623,25000),(43707,25590,7200),(43707,25591,12000),(43707,25592,12000),(43707,25593,12000),(43707,25594,12000),(43707,25597,12000),(43707,25598,3600),(43707,25599,12000),(43707,25601,10800),(43707,25604,12000),(43708,25609,200),(43708,25610,2000),(43708,25611,12000),(43708,25612,12000),(43708,25613,2000),(43708,25616,10000),(43708,25617,160),(43708,25618,12000),(43708,25620,280),(43708,25623,2000),(43709,25590,7200),(43709,25591,12000),(43709,25592,12000),(43709,25593,12000),(43709,25594,12000),(43709,25597,12000),(43709,25598,3600),(43709,25599,12000),(43709,25601,10800),(43709,25604,12000),(43711,25609,200),(43711,25610,2000),(43711,25611,12000),(43711,25612,12000),(43711,25613,2000),(43711,25616,10000),(43711,25617,160),(43711,25618,12000),(43711,25620,280),(43711,25623,2000),(43712,25590,7200),(43712,25591,12000),(43712,25592,12000),(43712,25593,12000),(43712,25594,12000),(43712,25597,12000),(43712,25598,3600),(43712,25599,12000),(43712,25601,10800),(43712,25604,12000),(43713,25609,200),(43713,25610,2000),(43713,25611,12000),(43713,25612,12000),(43713,25613,2000),(43713,25616,10000),(43713,25617,160),(43713,25618,12000),(43713,25620,280),(43713,25623,2000),(43714,25590,7200),(43714,25591,12000),(43714,25592,12000),(43714,25593,12000),(43714,25594,12000),(43714,25597,12000),(43714,25598,3600),(43714,25599,12000),(43714,25601,10800),(43714,25604,12000),(43715,25609,200),(43715,25610,2000),(43715,25611,12000),(43715,25612,12000),(43715,25613,2000),(43715,25616,10000),(43715,25617,160),(43715,25618,12000),(43715,25620,280),(43715,25623,2000),(43716,25590,7200),(43716,25591,12000),(43716,25592,12000),(43716,25593,12000),(43716,25594,12000),(43716,25597,12000),(43716,25598,3600),(43716,25599,12000),(43716,25601,10800),(43716,25604,12000),(43717,25609,200),(43717,25610,2000),(43717,25611,12000),(43717,25612,12000),(43717,25613,2000),(43717,25616,10000),(43717,25617,160),(43717,25618,12000),(43717,25620,280),(43717,25623,2000),(43718,25590,7200),(43718,25591,12000),(43718,25592,12000),(43718,25593,12000),(43718,25594,12000),(43718,25597,12000),(43718,25598,3600),(43718,25599,12000),(43718,25601,10800),(43718,25604,12000),(43719,25609,200),(43719,25610,2000),(43719,25611,12000),(43719,25612,12000),(43719,25613,2000),(43719,25616,10000),(43719,25617,160),(43719,25618,12000),(43719,25620,280),(43719,25623,2000),(43720,25590,7200),(43720,25591,12000),(43720,25592,12000),(43720,25593,12000),(43720,25594,12000),(43720,25597,12000),(43720,25598,3600),(43720,25599,12000),(43720,25601,10800),(43720,25604,12000),(43721,25609,200),(43721,25610,2000),(43721,25611,12000),(43721,25612,12000),(43721,25613,2000),(43721,25616,10000),(43721,25617,160),(43721,25618,12000),(43721,25620,280),(43721,25623,2000),(43722,25588,24000),(43722,25592,24000),(43722,25593,24000),(43722,25596,24000),(43722,25597,24000),(43722,25599,24000),(43722,25600,2400),(43722,25601,12000),(43722,25602,24000),(43722,25603,12000),(43723,25607,7000),(43723,25611,7000),(43723,25612,7000),(43723,25615,7000),(43723,25616,7000),(43723,25618,7000),(43723,25619,160),(43723,25620,160),(43723,25621,13000),(43723,25622,160),(43724,25588,24000),(43724,25592,24000),(43724,25593,24000),(43724,25596,24000),(43724,25597,24000),(43724,25599,24000),(43724,25600,2400),(43724,25601,12000),(43724,25602,24000),(43724,25603,12000),(43725,25607,7000),(43725,25611,7000),(43725,25612,7000),(43725,25615,7000),(43725,25616,7000),(43725,25618,7000),(43725,25619,160),(43725,25620,160),(43725,25621,13000),(43725,25622,160),(43726,25588,24000),(43726,25592,24000),(43726,25593,24000),(43726,25596,24000),(43726,25597,24000),(43726,25599,24000),(43726,25600,2400),(43726,25601,12000),(43726,25602,24000),(43726,25603,12000),(43727,25607,7000),(43727,25611,7000),(43727,25612,7000),(43727,25615,7000),(43727,25616,7000),(43727,25618,7000),(43727,25619,160),(43727,25620,160),(43727,25621,13000),(43727,25622,160),(43729,25588,24000),(43729,25592,24000),(43729,25593,24000),(43729,25596,24000),(43729,25597,24000),(43729,25599,24000),(43729,25600,2400),(43729,25601,12000),(43729,25602,24000),(43729,25603,12000),(43730,25607,7000),(43730,25611,7000),(43730,25612,7000),(43730,25615,7000),(43730,25616,7000),(43730,25618,7000),(43730,25619,160),(43730,25620,160),(43730,25621,13000),(43730,25622,160),(43732,25590,960),(43732,25591,1600),(43732,25592,1600),(43732,25593,1600),(43732,25594,1600),(43732,25597,1600),(43732,25599,1600),(43732,25601,1440),(43732,25604,1600),(43733,25590,960),(43733,25591,1600),(43733,25592,1600),(43733,25593,1600),(43733,25594,1600),(43733,25597,1600),(43733,25599,1600),(43733,25601,1440),(43733,25604,1600),(43734,25609,20),(43734,25610,200),(43734,25611,1200),(43734,25612,1200),(43734,25613,200),(43734,25616,1000),(43734,25617,16),(43734,25618,1200),(43734,25620,28),(43734,25623,200),(43775,38,1),(43775,39,1),(43775,40,1),(43854,25609,20),(43854,25610,200),(43854,25611,1200),(43854,25612,1200),(43854,25613,200),(43854,25616,1000),(43854,25617,16),(43854,25618,1200),(43854,25620,28),(43854,25623,200),(43855,25590,960),(43855,25591,1600),(43855,25592,1600),(43855,25593,1600),(43855,25594,1600),(43855,25597,1600),(43855,25599,1600),(43855,25601,1440),(43855,25604,1600),(43856,25590,960),(43856,25591,1600),(43856,25592,1600),(43856,25593,1600),(43856,25594,1600),(43856,25597,1600),(43856,25599,1600),(43856,25601,1440),(43856,25604,1600),(43857,25609,20),(43857,25610,200),(43857,25611,1200),(43857,25612,1200),(43857,25613,200),(43857,25616,1000),(43857,25617,16),(43857,25618,1200),(43857,25620,28),(43857,25623,200),(43858,25590,960),(43858,25591,1600),(43858,25592,1600),(43858,25593,1600),(43858,25594,1600),(43858,25597,1600),(43858,25599,1600),(43858,25601,1440),(43858,25604,1600),(43859,25609,20),(43859,25610,200),(43859,25611,1200),(43859,25612,1200),(43859,25613,200),(43859,25616,1000),(43859,25617,16),(43859,25618,1200),(43859,25620,28),(43859,25623,200),(43860,25590,960),(43860,25591,1600),(43860,25592,1600),(43860,25593,1600),(43860,25594,1600),(43860,25597,1600),(43860,25599,1600),(43860,25601,1440),(43860,25604,1600),(43861,25609,20),(43861,25610,200),(43861,25611,1200),(43861,25612,1200),(43861,25613,200),(43861,25616,1000),(43861,25617,16),(43861,25618,1200),(43861,25620,28),(43861,25623,200),(43862,25590,960),(43862,25591,1600),(43862,25592,1600),(43862,25593,1600),(43862,25594,1600),(43862,25597,1600),(43862,25599,1600),(43862,25601,1440),(43862,25604,1600),(43863,25609,20),(43863,25610,200),(43863,25611,1200),(43863,25612,1200),(43863,25613,200),(43863,25616,1000),(43863,25617,16),(43863,25618,1200),(43863,25620,28),(43863,25623,200),(43864,25609,20),(43864,25610,200),(43864,25611,1200),(43864,25612,1200),(43864,25613,200),(43864,25616,1000),(43864,25617,16),(43864,25618,1200),(43864,25620,28),(43864,25623,200),(43865,25590,960),(43865,25591,1600),(43865,25592,1600),(43865,25593,1600),(43865,25594,1600),(43865,25597,1600),(43865,25599,1600),(43865,25601,1440),(43865,25604,1600),(43866,25609,20),(43866,25610,200),(43866,25611,1200),(43866,25612,1200),(43866,25613,200),(43866,25616,1000),(43866,25617,16),(43866,25618,1200),(43866,25620,28),(43866,25623,200),(43867,25590,960),(43867,25591,1600),(43867,25592,1600),(43867,25593,1600),(43867,25594,1600),(43867,25597,1600),(43867,25599,1600),(43867,25601,1440),(43867,25604,1600),(43868,25609,20),(43868,25610,200),(43868,25611,1200),(43868,25612,1200),(43868,25613,200),(43868,25616,1000),(43868,25617,16),(43868,25618,1200),(43868,25620,28),(43868,25623,200),(43869,25590,960),(43869,25591,1600),(43869,25592,1600),(43869,25593,1600),(43869,25594,1600),(43869,25597,1600),(43869,25599,1600),(43869,25601,1440),(43869,25604,1600),(43870,25590,960),(43870,25591,1600),(43870,25592,1600),(43870,25593,1600),(43870,25594,1600),(43870,25597,1600),(43870,25599,1600),(43870,25601,1440),(43870,25604,1600),(43871,25609,20),(43871,25610,200),(43871,25611,1200),(43871,25612,1200),(43871,25613,200),(43871,25616,1000),(43871,25617,16),(43871,25618,1200),(43871,25620,28),(43871,25623,200),(43872,25590,960),(43872,25591,1600),(43872,25592,1600),(43872,25593,1600),(43872,25594,1600),(43872,25597,1600),(43872,25599,1600),(43872,25601,1440),(43872,25604,1600),(43873,25609,20),(43873,25610,200),(43873,25611,1200),(43873,25612,1200),(43873,25613,200),(43873,25616,1000),(43873,25617,16),(43873,25618,1200),(43873,25620,28),(43873,25623,200),(43874,25609,20),(43874,25610,200),(43874,25611,1200),(43874,25612,1200),(43874,25613,200),(43874,25616,1000),(43874,25617,16),(43874,25618,1200),(43874,25620,28),(43874,25623,200),(43875,25590,960),(43875,25591,1600),(43875,25592,1600),(43875,25593,1600),(43875,25594,1600),(43875,25597,1600),(43875,25599,1600),(43875,25601,1440),(43875,25604,1600),(43876,25590,960),(43876,25591,1600),(43876,25592,1600),(43876,25593,1600),(43876,25594,1600),(43876,25597,1600),(43876,25599,1600),(43876,25601,1440),(43876,25604,1600),(43877,25609,20),(43877,25610,200),(43877,25611,1200),(43877,25612,1200),(43877,25613,200),(43877,25616,1000),(43877,25617,16),(43877,25618,1200),(43877,25620,28),(43877,25623,200),(43878,25607,700),(43878,25611,700),(43878,25612,700),(43878,25615,700),(43878,25616,700),(43878,25618,700),(43878,25619,16),(43878,25620,16),(43878,25621,1300),(43878,25622,16),(43879,25588,3200),(43879,25592,3200),(43879,25593,3200),(43879,25596,3200),(43879,25597,3200),(43879,25599,3200),(43879,25600,320),(43879,25601,1600),(43879,25602,3200),(43879,25603,1600),(43880,25588,3200),(43880,25592,3200),(43880,25593,3200),(43880,25596,3200),(43880,25597,3200),(43880,25599,3200),(43880,25600,320),(43880,25601,1600),(43880,25602,3200),(43880,25603,1600),(43881,25607,700),(43881,25611,700),(43881,25612,700),(43881,25615,700),(43881,25616,700),(43881,25618,700),(43881,25619,16),(43881,25620,16),(43881,25621,1300),(43881,25622,16),(43882,25607,700),(43882,25611,700),(43882,25612,700),(43882,25615,700),(43882,25616,700),(43882,25618,700),(43882,25619,16),(43882,25620,16),(43882,25621,1300),(43882,25622,16),(43883,25588,3200),(43883,25592,3200),(43883,25593,3200),(43883,25596,3200),(43883,25597,3200),(43883,25599,3200),(43883,25600,320),(43883,25601,1600),(43883,25602,3200),(43883,25603,1600),(43884,25607,700),(43884,25611,700),(43884,25612,700),(43884,25615,700),(43884,25616,700),(43884,25618,700),(43884,25619,16),(43884,25620,16),(43884,25621,1300),(43884,25622,16),(43885,25588,3200),(43885,25592,3200),(43885,25593,3200),(43885,25596,3200),(43885,25597,3200),(43885,25599,3200),(43885,25600,320),(43885,25601,1600),(43885,25602,3200),(43885,25603,1600),(43886,25607,700),(43886,25611,700),(43886,25612,700),(43886,25615,700),(43886,25616,700),(43886,25618,700),(43886,25619,16),(43886,25620,16),(43886,25621,1300),(43886,25622,16),(43887,25588,3200),(43887,25592,3200),(43887,25593,3200),(43887,25596,3200),(43887,25597,3200),(43887,25599,3200),(43887,25600,320),(43887,25601,1600),(43887,25602,3200),(43887,25603,1600),(43888,25607,700),(43888,25611,700),(43888,25612,700),(43888,25615,700),(43888,25616,700),(43888,25618,700),(43888,25619,16),(43888,25620,16),(43888,25621,1300),(43888,25622,16),(43889,25588,3200),(43889,25592,3200),(43889,25593,3200),(43889,25596,3200),(43889,25597,3200),(43889,25599,3200),(43889,25600,320),(43889,25601,1600),(43889,25602,3200),(43889,25603,1600),(43890,25607,700),(43890,25611,700),(43890,25612,700),(43890,25615,700),(43890,25616,700),(43890,25618,700),(43890,25619,16),(43890,25620,16),(43890,25621,1300),(43890,25622,16),(43891,25588,3200),(43891,25592,3200),(43891,25593,3200),(43891,25596,3200),(43891,25597,3200),(43891,25599,3200),(43891,25600,320),(43891,25601,1600),(43891,25602,3200),(43891,25603,1600),(43892,25607,700),(43892,25611,700),(43892,25612,700),(43892,25615,700),(43892,25616,700),(43892,25618,700),(43892,25619,16),(43892,25620,16),(43892,25621,1300),(43892,25622,16),(43893,25588,3200),(43893,25592,3200),(43893,25593,3200),(43893,25596,3200),(43893,25597,3200),(43893,25599,3200),(43893,25600,320),(43893,25601,1600),(43893,25602,3200),(43893,25603,1600),(43894,25597,10),(43894,25599,12),(43894,25601,5),(43894,25604,5),(43896,25597,50),(43896,25599,60),(43896,25601,25),(43896,25604,25),(43898,25597,250),(43898,25599,300),(43898,25601,125),(43898,25604,125),(43900,25597,1250),(43900,25599,1500),(43900,25601,625),(43900,25604,625),(43919,25590,960),(43919,25591,1600),(43919,25592,1600),(43919,25593,1600),(43919,25594,1600),(43919,25597,1600),(43919,25599,1600),(43919,25601,1440),(43919,25604,1600),(43920,25590,960),(43920,25591,1600),(43920,25592,1600),(43920,25593,1600),(43920,25594,1600),(43920,25597,1600),(43920,25599,1600),(43920,25601,1440),(43920,25604,1600),(43921,25609,20),(43921,25610,200),(43921,25611,1200),(43921,25612,1200),(43921,25613,200),(43921,25616,1000),(43921,25617,16),(43921,25618,1200),(43921,25620,28),(43921,25623,200),(44102,34,103726),(44102,35,31548),(44102,36,6467),(44102,37,4161),(44102,38,1547),(44102,39,541),(44102,40,432),(44111,34,676),(44111,35,50),(44111,36,318),(44111,37,2),(44111,38,5),(44111,39,8),(44111,40,2),(44112,34,773),(44112,35,541),(44112,36,518),(44112,37,3),(44112,38,5),(44112,39,6),(44113,34,8050),(44113,35,1509),(44113,38,5),(44113,39,2),(44114,34,8050),(44114,35,1509),(44114,38,5),(44114,39,2),(44217,48927,88),(44953,34,16667),(44953,35,12222),(44953,36,2778),(44953,37,11),(44953,38,6),(44953,39,2),(44953,40,2),(44953,3828,30),(44953,11399,38),(44953,11532,30),(44953,11537,60),(44953,11539,180),(44953,11543,300),(44953,11549,6),(44953,11554,60),(44953,11557,15),(44993,34,14000),(44993,35,9000),(44993,36,3000),(44993,37,300),(44993,38,60),(44993,39,25),(44993,40,5),(44993,3828,23),(44993,11399,30),(44993,11530,30),(44993,11534,68),(44993,11541,165),(44993,11543,300),(44993,11547,3),(44993,11554,60),(44993,11558,15),(44995,34,420000),(44995,35,95000),(44995,36,40000),(44995,37,9500),(44995,38,2200),(44995,39,1100),(44995,40,230),(44995,3828,75),(44995,11399,300),(44995,11530,57),(44995,11534,495),(44995,11541,1800),(44995,11543,3750),(44995,11547,30),(44995,11554,375),(44995,11558,300),(44996,34,11000000),(44996,35,2500000),(44996,36,680000),(44996,37,180000),(44996,38,40000),(44996,39,19000),(44996,40,7300),(44996,3828,450),(44996,11399,1500),(44996,11530,225),(44996,11534,900),(44996,11541,6300),(44996,11543,18750),(44996,11547,150),(44996,11554,2250),(44996,11558,1634),(44996,21025,3),(45009,34,1500000),(45009,35,250000),(45009,36,75000),(45009,37,10000),(45009,38,1000),(45009,39,350),(45009,40,250),(45009,2867,10),(45009,2868,10),(45009,2869,10),(45009,2870,10),(45009,2871,5),(45009,2872,10),(45009,2875,5),(45009,2876,5),(45010,34,12),(45010,35,8),(45010,37,8),(45010,38,5),(45010,39,50),(45010,40,25),(45490,35,8000),(45490,36,400),(45490,16634,65),(45491,35,4000),(45491,36,400),(45491,16635,65),(45492,35,6000),(45492,36,400),(45492,16633,65),(45493,35,2000),(45493,36,400),(45493,16636,65),(45494,16640,40),(45495,16639,40),(45496,16638,40),(45497,16637,40),(45498,16634,10),(45498,16643,40),(45499,16635,10),(45499,16644,40),(45500,16636,10),(45500,16642,40),(45501,16633,10),(45501,16641,40),(45502,16634,15),(45502,16640,10),(45502,16649,50),(45503,16636,15),(45503,16638,10),(45503,16648,50),(45504,16633,15),(45504,16639,10),(45504,16647,50),(45506,16635,15),(45506,16637,10),(45506,16646,50),(45510,16634,20),(45510,16640,20),(45510,16642,10),(45510,16650,22),(45511,16635,20),(45511,16637,20),(45511,16641,10),(45511,16651,22),(45512,16633,20),(45512,16639,20),(45512,16644,10),(45512,16652,22),(45513,16636,20),(45513,16638,20),(45513,16643,10),(45513,16653,22),(45530,34,23333),(45530,35,6333),(45530,36,3000),(45530,37,333),(45530,38,78),(45530,39,22),(45530,40,2),(45530,3828,30),(45530,11399,38),(45530,11531,30),(45530,11535,60),(45530,11541,180),(45530,11545,300),(45530,11547,6),(45530,11553,60),(45530,11556,15),(45531,34,422222),(45531,35,96667),(45531,36,43333),(45531,37,10000),(45531,38,2111),(45531,39,1088),(45531,40,200),(45531,3828,75),(45531,11399,150),(45531,11531,57),(45531,11535,495),(45531,11541,1800),(45531,11545,3750),(45531,11547,30),(45531,11553,375),(45531,11556,300),(45534,34,400000),(45534,35,150000),(45534,36,20000),(45534,37,15000),(45534,38,3500),(45534,39,1100),(45534,40,500),(45534,3828,100),(45534,11399,300),(45534,11530,100),(45534,11534,600),(45534,11541,1500),(45534,11543,12000),(45534,11548,60),(45534,11554,750),(45534,11558,800),(45537,34,2000000),(45537,35,400000),(45537,36,100000),(45537,37,25000),(45537,38,4000),(45537,39,1000),(45537,40,600),(45537,2867,5),(45537,2868,10),(45537,2869,15),(45537,2870,15),(45537,2871,5),(45537,2872,5),(45537,2875,10),(45537,2876,5),(45538,34,2000000),(45538,35,400000),(45538,36,100000),(45538,37,25000),(45538,38,4000),(45538,39,1000),(45538,40,600),(45538,2867,5),(45538,2868,10),(45538,2869,15),(45538,2870,15),(45538,2871,5),(45538,2872,5),(45538,2875,10),(45538,2876,5),(45539,34,2000000),(45539,35,400000),(45539,36,100000),(45539,37,25000),(45539,38,4000),(45539,39,1000),(45539,40,600),(45539,2867,5),(45539,2868,10),(45539,2869,15),(45539,2870,15),(45539,2871,5),(45539,2872,5),(45539,2875,10),(45539,2876,5),(45544,25590,960),(45544,25591,1600),(45544,25592,1600),(45544,25593,1600),(45544,25594,1600),(45544,25597,1600),(45544,25599,1600),(45544,25601,1440),(45544,25604,1600),(45546,25590,7200),(45546,25591,12000),(45546,25592,12000),(45546,25593,12000),(45546,25594,12000),(45546,25597,12000),(45546,25598,3600),(45546,25599,12000),(45546,25601,10800),(45546,25604,12000),(45548,25590,72000),(45548,25591,120000),(45548,25592,120000),(45548,25593,120000),(45548,25594,120000),(45548,25597,120000),(45548,25598,36000),(45548,25599,120000),(45548,25601,108000),(45548,25604,120000),(45550,34,1000000),(45550,35,300000),(45550,36,100000),(45550,37,24000),(45550,38,5000),(45550,39,2500),(45550,40,1000),(45550,2867,10),(45550,2868,5),(45550,2869,5),(45550,2870,10),(45550,2871,10),(45550,2872,10),(45550,2875,15),(45550,2876,10),(45550,12243,10),(45586,30002,1),(45586,30008,7),(45586,30464,1),(45586,30470,1),(45586,30474,1),(45586,30476,1),(45587,30002,1),(45587,30008,7),(45587,30464,1),(45587,30470,1),(45587,30474,1),(45587,30476,1),(45588,30002,1),(45588,30008,7),(45588,30464,1),(45588,30470,1),(45588,30474,1),(45588,30476,1),(45589,30002,1),(45589,30008,7),(45589,30464,1),(45589,30470,1),(45589,30474,1),(45589,30476,1),(45590,30002,1),(45590,30008,7),(45590,30464,1),(45590,30470,1),(45590,30474,1),(45590,30476,1),(45591,30002,1),(45591,30008,7),(45591,30464,1),(45591,30470,1),(45591,30474,1),(45591,30476,1),(45592,30002,1),(45592,30008,7),(45592,30464,1),(45592,30470,1),(45592,30474,1),(45592,30476,1),(45593,30002,1),(45593,30008,7),(45593,30464,1),(45593,30470,1),(45593,30474,1),(45593,30476,1),(45594,30002,1),(45594,30008,7),(45594,30464,1),(45594,30470,1),(45594,30474,1),(45594,30476,1),(45595,30002,1),(45595,30008,7),(45595,30464,1),(45595,30470,1),(45595,30474,1),(45595,30476,1),(45596,30002,1),(45596,30008,7),(45596,30464,1),(45596,30470,1),(45596,30474,1),(45596,30476,1),(45597,30002,1),(45597,30008,7),(45597,30464,1),(45597,30470,1),(45597,30474,1),(45597,30476,1),(45598,29994,7),(45598,30002,1),(45598,30464,1),(45598,30470,1),(45598,30474,1),(45598,30476,1),(45599,29994,7),(45599,30002,1),(45599,30464,1),(45599,30470,1),(45599,30474,1),(45599,30476,1),(45600,29994,7),(45600,30002,1),(45600,30464,1),(45600,30470,1),(45600,30474,1),(45600,30476,1),(45601,29994,7),(45601,30002,1),(45601,30464,1),(45601,30470,1),(45601,30474,1),(45601,30476,1),(45602,29994,7),(45602,30002,1),(45602,30464,1),(45602,30470,1),(45602,30474,1),(45602,30476,1),(45603,29994,7),(45603,30002,1),(45603,30464,1),(45603,30470,1),(45603,30474,1),(45603,30476,1),(45604,29994,7),(45604,30002,1),(45604,30464,1),(45604,30470,1),(45604,30474,1),(45604,30476,1),(45605,29994,7),(45605,30002,1),(45605,30464,1),(45605,30470,1),(45605,30474,1),(45605,30476,1),(45606,29994,7),(45606,30002,1),(45606,30464,1),(45606,30470,1),(45606,30474,1),(45606,30476,1),(45607,29994,7),(45607,30002,1),(45607,30464,1),(45607,30470,1),(45607,30474,1),(45607,30476,1),(45608,29994,7),(45608,30002,1),(45608,30464,1),(45608,30470,1),(45608,30474,1),(45608,30476,1),(45609,29994,7),(45609,30002,1),(45609,30464,1),(45609,30470,1),(45609,30474,1),(45609,30476,1),(45610,30002,1),(45610,30464,1),(45610,30470,1),(45610,30474,1),(45610,30476,1),(45610,30478,7),(45611,30002,1),(45611,30464,1),(45611,30470,1),(45611,30474,1),(45611,30476,1),(45611,30478,7),(45612,30002,1),(45612,30464,1),(45612,30470,1),(45612,30474,1),(45612,30476,1),(45612,30478,7),(45613,30002,1),(45613,30464,1),(45613,30470,1),(45613,30474,1),(45613,30476,1),(45613,30478,7),(45614,30002,1),(45614,30464,1),(45614,30470,1),(45614,30474,1),(45614,30476,1),(45614,30478,7),(45615,30002,1),(45615,30464,1),(45615,30470,1),(45615,30474,1),(45615,30476,1),(45615,30478,7),(45616,30002,1),(45616,30464,1),(45616,30470,1),(45616,30474,1),(45616,30476,1),(45616,30478,7),(45617,30002,1),(45617,30464,1),(45617,30470,1),(45617,30474,1),(45617,30476,1),(45617,30478,7),(45618,30002,1),(45618,30464,1),(45618,30470,1),(45618,30474,1),(45618,30476,1),(45618,30478,7),(45619,30002,1),(45619,30464,1),(45619,30470,1),(45619,30474,1),(45619,30476,1),(45619,30478,7),(45620,30002,1),(45620,30464,1),(45620,30470,1),(45620,30474,1),(45620,30476,1),(45620,30478,7),(45621,30002,1),(45621,30464,1),(45621,30470,1),(45621,30474,1),(45621,30476,1),(45621,30478,7),(45622,29992,7),(45622,30002,1),(45622,30464,1),(45622,30470,1),(45622,30474,1),(45622,30476,1),(45623,29992,7),(45623,30002,1),(45623,30464,1),(45623,30470,1),(45623,30474,1),(45623,30476,1),(45624,29992,7),(45624,30002,1),(45624,30464,1),(45624,30470,1),(45624,30474,1),(45624,30476,1),(45625,29992,7),(45625,30002,1),(45625,30464,1),(45625,30470,1),(45625,30474,1),(45625,30476,1),(45626,29992,7),(45626,30002,1),(45626,30464,1),(45626,30470,1),(45626,30474,1),(45626,30476,1),(45627,29992,7),(45627,30002,1),(45627,30464,1),(45627,30470,1),(45627,30474,1),(45627,30476,1),(45628,29992,7),(45628,30002,1),(45628,30464,1),(45628,30470,1),(45628,30474,1),(45628,30476,1),(45629,29992,7),(45629,30002,1),(45629,30464,1),(45629,30470,1),(45629,30474,1),(45629,30476,1),(45630,29992,7),(45630,30002,1),(45630,30464,1),(45630,30470,1),(45630,30474,1),(45630,30476,1),(45631,29992,7),(45631,30002,1),(45631,30464,1),(45631,30470,1),(45631,30474,1),(45631,30476,1),(45632,29992,7),(45632,30002,1),(45632,30464,1),(45632,30470,1),(45632,30474,1),(45632,30476,1),(45633,29992,7),(45633,30002,1),(45633,30464,1),(45633,30470,1),(45633,30474,1),(45633,30476,1),(45634,48927,88),(45640,25590,960),(45640,25591,1600),(45640,25592,1600),(45640,25593,1600),(45640,25594,1600),(45640,25597,1600),(45640,25599,1600),(45640,25601,1440),(45640,25604,1600),(45641,25590,7200),(45641,25591,12000),(45641,25592,12000),(45641,25593,12000),(45641,25594,12000),(45641,25597,12000),(45641,25598,3600),(45641,25599,12000),(45641,25601,10800),(45641,25604,12000),(45645,21009,8),(45645,21013,10),(45645,21017,10),(45645,21019,20),(45645,21021,11),(45645,21023,30),(45645,21025,10),(45645,21029,6),(45645,21035,20),(45645,21037,16),(45645,21039,30),(45645,24558,19),(45645,24560,10),(45647,21009,8),(45647,21013,7),(45647,21017,8),(45647,21019,8),(45647,21021,7),(45647,21023,31),(45647,21025,10),(45647,21029,20),(45647,21035,14),(45647,21037,14),(45647,21039,31),(45647,21041,41),(45647,24558,18),(45647,24560,9),(45649,21009,133),(45649,21013,667),(45649,21017,266),(45649,21019,533),(45649,21021,133),(45649,21023,667),(45649,21025,667),(45649,21029,400),(45649,21035,667),(45649,21037,400),(45649,21041,667),(45649,24545,667),(45649,24547,667),(45649,24556,667),(45649,24558,667),(45649,24560,667),(45652,30303,60),(45652,30304,10),(45652,30305,20),(45652,30308,20),(45652,45660,2),(45652,45661,10),(45652,45662,2),(45652,45663,2),(45653,30303,60),(45653,30304,10),(45653,30305,20),(45653,30308,20),(45653,45660,10),(45653,45661,2),(45653,45662,2),(45653,45663,2),(45654,30303,60),(45654,30304,10),(45654,30305,20),(45654,30308,20),(45654,45660,2),(45654,45661,2),(45654,45662,10),(45654,45663,2),(45655,30303,60),(45655,30304,10),(45655,30305,20),(45655,30308,20),(45655,45660,2),(45655,45661,2),(45655,45662,2),(45655,45663,10),(46007,48927,88),(46008,48927,88),(46009,48927,88),(46010,34,8071),(46010,35,7488),(46010,36,219),(46010,37,2),(46010,9838,15),(46010,11399,11),(46010,11555,8),(46010,11556,8),(46010,11557,8),(46010,11558,8),(46012,34,12461),(46012,35,5417),(46012,36,1612),(46012,38,3),(46012,39,16),(46012,40,2),(46012,11399,23),(46012,11542,1),(46012,11543,15),(46012,11544,1),(46012,11545,1),(46012,11554,3),(46012,11558,27),(46270,34,1351),(46270,36,636),(46270,37,4),(46270,39,14),(46270,40,4),(46280,35,9200),(46280,36,460),(46280,16634,75),(46281,35,16000),(46281,36,800),(46281,16634,130),(46282,35,4600),(46282,36,460),(46282,16635,75),(46283,35,8000),(46283,36,800),(46283,16635,130),(46284,35,6900),(46284,36,460),(46284,16633,75),(46285,35,12000),(46285,36,800),(46285,16633,130),(46286,35,2300),(46286,36,460),(46286,16636,75),(46287,35,4000),(46287,36,800),(46287,16636,130),(46288,16640,46),(46289,16640,80),(46290,16639,46),(46291,16639,80),(46292,16638,46),(46293,16638,80),(46294,16637,46),(46295,16637,80),(46296,16634,12),(46296,16643,46),(46297,16634,20),(46297,16643,80),(46298,16635,12),(46298,16644,46),(46299,16635,20),(46299,16644,80),(46300,16636,12),(46300,16642,46),(46301,16636,20),(46301,16642,80),(46302,16633,12),(46302,16641,46),(46303,16633,20),(46303,16641,80),(46304,16634,17),(46304,16640,12),(46304,16649,58),(46305,16634,30),(46305,16640,20),(46305,16649,100),(46306,16636,17),(46306,16638,12),(46306,16648,58),(46307,16636,30),(46307,16638,20),(46307,16648,100),(46308,16633,17),(46308,16639,12),(46308,16647,58),(46309,16633,30),(46309,16639,20),(46309,16647,100),(46310,16635,17),(46310,16637,12),(46310,16646,58),(46311,16635,30),(46311,16637,20),(46311,16646,100),(46312,16634,23),(46312,16640,23),(46312,16642,12),(46312,16650,25),(46313,16634,40),(46313,16640,40),(46313,16642,20),(46313,16650,44),(46314,16635,23),(46314,16637,23),(46314,16641,12),(46314,16651,25),(46315,16635,40),(46315,16637,40),(46315,16641,20),(46315,16651,44),(46316,16633,23),(46316,16639,23),(46316,16644,12),(46316,16652,25),(46317,16633,40),(46317,16639,40),(46317,16644,20),(46317,16652,44),(46318,16636,23),(46318,16638,23),(46318,16643,12),(46318,16653,25),(46319,16636,40),(46319,16638,40),(46319,16643,20),(46319,16653,44),(46323,25589,1600),(46323,25591,1600),(46323,25592,3200),(46323,25594,1600),(46323,25597,1600),(46323,25599,3200),(46323,25600,1600),(46323,25601,1600),(46323,25603,1600),(46323,25605,1600),(46324,25608,16),(46324,25609,28),(46324,25610,1200),(46324,25613,760),(46324,25616,1200),(46324,25617,760),(46324,25619,28),(46324,25620,760),(46324,25622,28),(46324,25625,16),(46325,25589,1600),(46325,25591,1600),(46325,25592,3200),(46325,25594,1600),(46325,25597,1600),(46325,25599,3200),(46325,25600,1600),(46325,25601,1600),(46325,25603,1600),(46325,25605,1600),(46326,25608,16),(46326,25609,28),(46326,25610,1200),(46326,25613,760),(46326,25616,1200),(46326,25617,760),(46326,25619,28),(46326,25620,760),(46326,25622,28),(46326,25625,16),(46327,25589,12000),(46327,25591,12000),(46327,25592,24000),(46327,25594,12000),(46327,25597,12000),(46327,25599,24000),(46327,25600,12000),(46327,25601,12000),(46327,25603,12000),(46327,25605,12000),(46328,25608,160),(46328,25609,280),(46328,25610,12000),(46328,25613,7600),(46328,25616,12000),(46328,25617,7600),(46328,25619,280),(46328,25620,7600),(46328,25622,280),(46328,25625,160),(46355,38,445),(46356,38,445),(46356,16682,27),(46365,38,473),(46366,38,473),(46366,16682,28),(46367,38,501),(46368,38,501),(46368,16682,29),(46369,38,529),(46370,38,529),(46370,16682,30),(46371,38,557),(46372,38,557),(46372,16682,31),(46484,25588,1600),(46484,25589,6400),(46484,25590,1600),(46484,25593,1600),(46484,25594,1400),(46484,25595,1600),(46484,25599,1600),(46484,25601,3200),(46484,25605,3200),(46484,25606,2800),(46485,25607,760),(46485,25609,16),(46485,25610,1200),(46485,25611,200),(46485,25612,760),(46485,25613,28),(46485,25614,16),(46485,25616,1200),(46485,25618,1200),(46485,25624,28),(46486,25588,1600),(46486,25589,6400),(46486,25590,1600),(46486,25593,1600),(46486,25594,1400),(46486,25595,1600),(46486,25599,1600),(46486,25601,3200),(46486,25605,3200),(46486,25606,2800),(46487,25607,760),(46487,25609,16),(46487,25610,1200),(46487,25611,200),(46487,25612,760),(46487,25613,28),(46487,25614,16),(46487,25616,1200),(46487,25618,1200),(46487,25624,28),(46488,25588,1600),(46488,25589,6400),(46488,25590,1600),(46488,25593,1600),(46488,25594,1400),(46488,25595,1600),(46488,25599,1600),(46488,25601,3200),(46488,25605,3200),(46488,25606,2800),(46489,25607,760),(46489,25609,16),(46489,25610,1200),(46489,25611,200),(46489,25612,760),(46489,25613,28),(46489,25614,16),(46489,25616,1200),(46489,25618,1200),(46489,25624,28),(46490,25588,1600),(46490,25589,6400),(46490,25590,1600),(46490,25593,1600),(46490,25594,1400),(46490,25595,1600),(46490,25599,1600),(46490,25601,3200),(46490,25605,3200),(46490,25606,2800),(46491,25607,760),(46491,25609,16),(46491,25610,1200),(46491,25611,200),(46491,25612,760),(46491,25613,28),(46491,25614,16),(46491,25616,1200),(46491,25618,1200),(46491,25624,28),(46492,25588,1600),(46492,25589,6400),(46492,25590,1600),(46492,25593,1600),(46492,25594,1400),(46492,25595,1600),(46492,25599,1600),(46492,25601,3200),(46492,25605,3200),(46492,25606,2800),(46493,25607,760),(46493,25609,16),(46493,25610,1200),(46493,25611,200),(46493,25612,760),(46493,25613,28),(46493,25614,16),(46493,25616,1200),(46493,25618,1200),(46493,25624,28),(46494,25588,1600),(46494,25589,6400),(46494,25590,1600),(46494,25593,1600),(46494,25594,1400),(46494,25595,1600),(46494,25599,1600),(46494,25601,3200),(46494,25605,3200),(46494,25606,2800),(46495,25607,760),(46495,25609,16),(46495,25610,1200),(46495,25611,200),(46495,25612,760),(46495,25613,28),(46495,25614,16),(46495,25616,1200),(46495,25618,1200),(46495,25624,28),(46496,25588,12000),(46496,25589,48000),(46496,25590,12000),(46496,25593,12000),(46496,25594,10500),(46496,25595,12000),(46496,25599,12000),(46496,25601,24000),(46496,25605,24000),(46496,25606,21000),(46497,25607,7600),(46497,25609,160),(46497,25610,12000),(46497,25611,2000),(46497,25612,7600),(46497,25613,280),(46497,25614,160),(46497,25616,12000),(46497,25618,12000),(46497,25624,280),(46575,34,4000000),(46575,35,800000),(46575,36,280000),(46575,37,32000),(46575,38,6000),(46575,39,2800),(46575,40,1200),(46577,34,1500000),(46577,35,300000),(46577,36,105000),(46577,37,12000),(46577,38,2250),(46577,39,1050),(46577,40,450),(46633,25588,1600),(46633,25590,900),(46633,25591,1400),(46633,25592,1600),(46633,25593,1600),(46633,25594,1400),(46633,25595,40),(46633,25596,1600),(46633,25599,1600),(46633,25605,40),(46634,25607,760),(46634,25609,16),(46634,25610,300),(46634,25611,760),(46634,25612,760),(46634,25613,300),(46634,25614,16),(46634,25615,760),(46634,25618,760),(46634,25624,2),(46635,25588,1600),(46635,25590,900),(46635,25591,1400),(46635,25592,1600),(46635,25593,1600),(46635,25594,1400),(46635,25595,40),(46635,25596,1600),(46635,25599,1600),(46635,25605,40),(46636,25607,760),(46636,25609,16),(46636,25610,300),(46636,25611,760),(46636,25612,760),(46636,25613,300),(46636,25614,16),(46636,25615,760),(46636,25618,760),(46636,25624,2),(46637,25588,1600),(46637,25590,900),(46637,25591,1400),(46637,25592,1600),(46637,25593,1600),(46637,25594,1400),(46637,25595,40),(46637,25596,1600),(46637,25599,1600),(46637,25605,40),(46638,25607,760),(46638,25609,16),(46638,25610,300),(46638,25611,760),(46638,25612,760),(46638,25613,300),(46638,25614,16),(46638,25615,760),(46638,25618,760),(46638,25624,2),(46639,25588,20000),(46639,25590,11250),(46639,25591,17500),(46639,25592,20000),(46639,25593,20000),(46639,25594,17500),(46639,25595,500),(46639,25596,20000),(46639,25599,20000),(46639,25605,500),(46640,25607,11400),(46640,25609,240),(46640,25610,4500),(46640,25611,11400),(46640,25612,11400),(46640,25613,4500),(46640,25614,240),(46640,25615,11400),(46640,25618,11400),(46640,25624,30),(46641,25588,20000),(46641,25590,11250),(46641,25591,17500),(46641,25592,20000),(46641,25593,20000),(46641,25594,17500),(46641,25595,500),(46641,25596,20000),(46641,25599,20000),(46641,25605,500),(46642,25607,11400),(46642,25609,240),(46642,25610,4500),(46642,25611,11400),(46642,25612,11400),(46642,25613,4500),(46642,25614,240),(46642,25615,11400),(46642,25618,11400),(46642,25624,30),(46675,34,11500),(46675,37,1840),(46675,38,138),(46676,35,13800),(46676,39,518),(46676,40,115),(46677,34,24150),(46677,38,874),(46677,39,155),(46678,34,25300),(46678,36,2875),(46678,40,368),(46679,35,2530),(46679,36,2760),(46679,37,345),(46680,35,1150),(46680,37,230),(46680,38,115),(46680,39,22),(46681,34,2530),(46681,37,115),(46681,38,138),(46681,39,17),(46682,36,403),(46682,38,86),(46682,39,9),(46683,34,154),(46683,36,307),(46683,37,154),(46684,34,920),(46684,35,115),(46684,37,98),(46685,34,123),(46685,35,245),(46685,36,123),(46686,34,404),(46686,35,29),(46686,36,58),(46686,38,6),(46687,34,398),(46687,35,199),(46688,34,64400),(46688,35,13858),(46688,36,2415),(46688,37,518),(46689,34,477),(46691,34,25300),(46691,36,2875),(46691,40,368),(46692,35,13800),(46692,39,518),(46692,40,115),(46693,34,24150),(46693,38,874),(46693,39,155),(46694,34,11500),(46694,37,1840),(46694,38,138),(46695,35,2530),(46695,36,2760),(46695,37,345),(46696,35,1150),(46696,37,230),(46696,38,115),(46696,39,22),(46697,34,2530),(46697,37,115),(46697,38,138),(46697,39,17),(46698,36,403),(46698,38,86),(46698,39,9),(46699,34,154),(46699,36,307),(46699,37,154),(46700,34,920),(46700,35,115),(46700,37,98),(46701,34,123),(46701,35,245),(46701,36,123),(46702,34,404),(46702,35,29),(46702,36,58),(46702,38,6),(46703,34,398),(46703,35,199),(46704,34,64400),(46704,35,13858),(46704,36,2415),(46704,37,518),(46705,34,477),(47016,48927,88),(47028,3583,1),(47028,47041,1),(47035,34,179923),(47035,35,48533),(47035,36,16700),(47035,37,12575),(47035,38,843),(47035,39,264),(47035,40,390),(47036,34,130417),(47036,35,37888),(47036,36,10031),(47036,37,10668),(47036,38,548),(47036,39,154),(47036,40,295),(47037,34,367710),(47037,35,101819),(47037,36,37010),(47037,37,30286),(47037,38,3151),(47037,39,597),(47037,40,951),(47038,34,552767),(47038,35,143217),(47038,36,51253),(47038,37,30773),(47038,38,2009),(47038,39,926),(47038,40,1145),(47039,34,575002),(47039,35,148666),(47039,36,54055),(47039,37,34055),(47039,38,2457),(47039,39,1069),(47039,40,1201),(47068,34,4500000),(47068,35,2500000),(47068,36,900000),(47068,37,650000),(47068,38,800000),(47068,39,150000),(47068,40,150000),(47069,34,4000000),(47069,35,850000),(47069,36,350000),(47069,37,60000),(47069,38,20000),(47069,39,5500),(47069,40,2500),(47070,34,5500000),(47070,35,1100000),(47070,36,550000),(47070,37,80000),(47070,38,25000),(47070,39,8000),(47070,40,3500),(47071,34,6000000),(47071,35,1500000),(47071,36,450000),(47071,37,80000),(47071,38,25000),(47071,39,7500),(47071,40,3500),(47072,34,5200000),(47072,35,1250000),(47072,36,500000),(47072,37,85000),(47072,38,25000),(47072,39,7500),(47072,40,4000),(47073,34,6000000),(47073,35,1500000),(47073,36,500000),(47073,37,80000),(47073,38,25000),(47073,39,7500),(47073,40,4000),(47074,34,5600000),(47074,35,1200000),(47074,36,450000),(47074,37,75000),(47074,38,25000),(47074,39,8500),(47074,40,4000),(47116,34,549366),(47116,35,138783),(47116,36,54994),(47116,37,31053),(47116,38,2017),(47116,39,928),(47116,40,1121),(47117,34,524150),(47117,35,136800),(47117,36,54511),(47117,37,30857),(47117,38,2134),(47117,39,903),(47117,40,1113),(47118,34,542000),(47118,35,138375),(47118,36,52216),(47118,37,31081),(47118,38,2087),(47118,39,894),(47118,40,1074),(47119,34,449366),(47119,35,88783),(47119,36,44994),(47119,37,11053),(47119,38,1717),(47119,39,778),(47119,40,1021),(47119,11399,49),(47119,11532,92),(47119,11537,18),(47119,11543,72),(47119,11549,58),(47119,11557,50),(47119,11689,84),(47120,34,452767),(47120,35,93217),(47120,36,41253),(47120,37,10773),(47120,38,1709),(47120,39,776),(47120,40,1045),(47120,11399,49),(47120,11533,92),(47120,11534,18),(47120,11544,72),(47120,11550,58),(47120,11558,50),(47120,11690,84),(47121,34,424150),(47121,35,86800),(47121,36,44511),(47121,37,10857),(47121,38,1834),(47121,39,753),(47121,40,1013),(47121,11399,49),(47121,11531,92),(47121,11535,18),(47121,11545,72),(47121,11547,58),(47121,11556,50),(47121,11688,84),(47122,34,442000),(47122,35,88375),(47122,36,42216),(47122,37,11081),(47122,38,1787),(47122,39,744),(47122,40,974),(47122,11399,49),(47122,11530,92),(47122,11536,18),(47122,11542,72),(47122,11548,58),(47122,11555,50),(47122,11691,84),(47123,34,565277),(47123,35,273333),(47123,36,58822),(47123,37,38277),(47123,38,3366),(47123,39,754),(47123,40,1732),(47124,34,614474),(47124,35,151252),(47124,36,58433),(47124,37,31593),(47124,38,2319),(47124,39,966),(47124,40,1264),(47125,34,586573),(47125,35,156971),(47125,36,57890),(47125,37,31558),(47125,38,2140),(47125,39,1052),(47125,40,1346),(47126,34,548280),(47126,35,146444),(47126,36,56806),(47126,37,31619),(47126,38,2382),(47126,39,1032),(47126,40,1256),(47127,34,514474),(47127,35,101252),(47127,36,48433),(47127,37,11593),(47127,38,2019),(47127,39,816),(47127,40,1164),(47127,9834,28),(47127,11399,49),(47127,11532,92),(47127,11537,18),(47127,11543,72),(47127,11549,58),(47127,11557,50),(47128,34,486573),(47128,35,106971),(47128,36,47890),(47128,37,11558),(47128,38,1840),(47128,39,902),(47128,40,1246),(47128,9834,28),(47128,11399,49),(47128,11533,92),(47128,11534,18),(47128,11544,72),(47128,11550,58),(47128,11558,50),(47129,34,448280),(47129,35,96444),(47129,36,46806),(47129,37,11619),(47129,38,2082),(47129,39,882),(47129,40,1156),(47129,9834,28),(47129,11399,49),(47129,11531,92),(47129,11535,18),(47129,11545,72),(47129,11547,58),(47129,11556,50),(47130,34,475002),(47130,35,98666),(47130,36,44055),(47130,37,14055),(47130,38,2157),(47130,39,919),(47130,40,1101),(47130,9834,28),(47130,11399,49),(47130,11530,92),(47130,11536,18),(47130,11542,72),(47130,11548,58),(47130,11555,50),(47131,34,429097),(47131,35,94078),(47131,36,35780),(47131,37,25108),(47131,38,2778),(47131,39,816),(47131,40,945),(47132,34,307491),(47132,35,143560),(47132,36,32783),(47132,37,26814),(47132,38,2502),(47132,39,722),(47132,40,1105),(47133,34,448051),(47133,35,125305),(47133,36,31355),(47133,37,24951),(47133,38,2499),(47133,39,671),(47133,40,1161),(47134,34,379097),(47134,35,69078),(47134,36,32280),(47134,37,9108),(47134,38,1778),(47134,39,516),(47134,40,745),(47134,11399,44),(47134,11532,22),(47134,11537,58),(47134,11539,70),(47134,11549,42),(47134,11554,36),(47134,11557,15),(47135,34,257491),(47135,35,118560),(47135,36,29283),(47135,37,10814),(47135,38,1502),(47135,39,422),(47135,40,905),(47135,11399,44),(47135,11533,22),(47135,11534,58),(47135,11540,70),(47135,11550,42),(47135,11552,36),(47135,11558,15),(47136,34,317710),(47136,35,76819),(47136,36,33510),(47136,37,14286),(47136,38,2151),(47136,39,297),(47136,40,751),(47136,11399,44),(47136,11531,22),(47136,11535,58),(47136,11541,70),(47136,11547,42),(47136,11553,36),(47136,11556,15),(47137,34,398051),(47137,35,100305),(47137,36,27855),(47137,37,8951),(47137,38,1499),(47137,39,371),(47137,40,961),(47137,11399,44),(47137,11530,22),(47137,11536,58),(47137,11538,70),(47137,11548,42),(47137,11551,36),(47137,11555,15),(47138,34,131689),(47138,35,58945),(47138,36,16105),(47138,37,13451),(47138,38,948),(47138,39,206),(47138,40,369),(47139,34,169904),(47139,35,52022),(47139,36,14804),(47139,37,14757),(47139,38,962),(47139,39,219),(47139,40,350),(47140,34,193766),(47140,35,53916),(47140,36,16508),(47140,37,12578),(47140,38,898),(47140,39,222),(47140,40,397),(47141,34,149923),(47141,35,33533),(47141,36,14200),(47141,37,3575),(47141,38,743),(47141,39,214),(47141,40,370),(47141,9834,12),(47141,11399,27),(47141,11532,42),(47141,11537,12),(47141,11549,17),(47141,11557,10),(47141,11689,12),(47142,34,101689),(47142,35,43945),(47142,36,13605),(47142,37,4451),(47142,38,848),(47142,39,156),(47142,40,349),(47142,9834,12),(47142,11399,27),(47142,11533,42),(47142,11534,12),(47142,11550,17),(47142,11558,10),(47142,11690,12),(47143,34,139904),(47143,35,37022),(47143,36,12304),(47143,37,5757),(47143,38,862),(47143,39,169),(47143,40,330),(47143,9834,12),(47143,11399,27),(47143,11531,42),(47143,11535,12),(47143,11547,17),(47143,11556,10),(47143,11688,12),(47144,34,163766),(47144,35,38916),(47144,36,14008),(47144,37,3578),(47144,38,798),(47144,39,172),(47144,40,377),(47144,9834,12),(47144,11399,27),(47144,11530,42),(47144,11536,12),(47144,11548,17),(47144,11555,10),(47144,11691,12),(47145,34,135039),(47145,35,31284),(47145,36,12314),(47145,37,10756),(47145,38,616),(47145,39,197),(47145,40,252),(47146,34,94856),(47146,35,43806),(47146,36,10091),(47146,37,11410),(47146,38,521),(47146,39,164),(47146,40,288),(47147,34,107845),(47147,35,33427),(47147,36,11285),(47147,37,11901),(47147,38,718),(47147,39,145),(47147,40,270),(47148,34,115039),(47148,35,21284),(47148,36,10314),(47148,37,2756),(47148,38,516),(47148,39,147),(47148,40,232),(47148,9834,8),(47148,11399,25),(47148,11532,45),(47148,11537,8),(47148,11549,13),(47148,11557,5),(47148,16680,40),(47149,34,74856),(47149,35,33806),(47149,36,8091),(47149,37,3410),(47149,38,421),(47149,39,114),(47149,40,268),(47149,9834,8),(47149,11399,25),(47149,11533,45),(47149,11534,8),(47149,11550,13),(47149,11558,5),(47149,16680,40),(47150,34,87845),(47150,35,23427),(47150,36,9285),(47150,37,3901),(47150,38,618),(47150,39,95),(47150,40,250),(47150,9834,8),(47150,11399,25),(47150,11531,45),(47150,11535,8),(47150,11547,13),(47150,11556,5),(47150,16680,40),(47151,34,110417),(47151,35,27888),(47151,36,8031),(47151,37,2668),(47151,38,448),(47151,39,104),(47151,40,275),(47151,9834,8),(47151,11399,25),(47151,11530,45),(47151,11536,8),(47151,11548,13),(47151,11555,5),(47151,16680,40),(47254,34,1462),(47254,35,3),(47254,36,62),(47255,34,478),(47255,36,24),(47256,34,478),(47256,36,24),(47257,34,1462),(47257,35,3),(47257,36,62),(47257,3689,6),(47257,3828,4),(47257,11399,1),(47257,11540,1),(47257,11542,1),(47257,11553,1),(47257,11695,1),(47258,34,478),(47258,35,1),(47258,36,24),(47258,38,1),(47265,48927,88),(47266,48927,185),(47267,48927,185),(47269,34,23304),(47269,35,6290),(47269,36,2949),(47269,37,398),(47269,38,82),(47269,39,20),(47269,40,2),(47269,47975,220),(47269,48112,150),(47270,34,614356),(47270,35,154233),(47270,36,39907),(47270,37,9687),(47270,38,2387),(47270,39,1202),(47270,40,356),(47270,47975,435),(47270,48112,400),(47271,34,11716296),(47271,35,2930004),(47271,36,733304),(47271,37,186361),(47271,38,45699),(47271,39,21186),(47271,40,6575),(47271,47975,730),(47271,48112,850),(47272,34,3556),(47272,35,3158),(47272,36,9),(47272,37,20),(47272,47975,15),(47272,48112,450),(47273,34,19089),(47273,35,10786),(47273,36,9827),(47273,37,44),(47273,38,6),(47273,47975,25),(47273,48112,660),(47274,34,328307),(47274,35,117839),(47274,36,42197),(47274,37,19951),(47274,38,1234),(47274,39,62),(47274,40,126),(47274,47975,45),(47274,48112,940),(47288,34,1500000),(47288,35,300000),(47288,36,105000),(47288,37,12000),(47288,38,2250),(47288,39,1050),(47288,40,450),(47298,34,2500000),(47298,35,500000),(47298,36,175000),(47298,37,20000),(47298,38,3750),(47298,39,1750),(47298,40,750),(47298,9848,600),(47298,11399,500),(47298,11540,500),(47323,34,2500000),(47323,35,500000),(47323,36,175000),(47323,37,20000),(47323,38,3750),(47323,39,1750),(47323,40,750),(47323,9848,750),(47323,11399,700),(47323,11540,500),(47325,34,7500000),(47325,35,1500000),(47325,36,525000),(47325,37,60000),(47325,38,11250),(47325,39,5250),(47325,40,2250),(47325,9848,800),(47325,11399,600),(47325,11535,800),(47325,11536,800),(47325,11539,400),(47325,11540,400),(47327,34,7500000),(47327,35,1500000),(47327,36,525000),(47327,37,60000),(47327,38,11250),(47327,39,5250),(47327,40,2250),(47327,9834,1000),(47327,11399,320),(47327,11538,300),(47327,11688,800),(47327,11689,800),(47327,11690,800),(47327,11691,800),(47330,34,4000000),(47330,35,800000),(47330,36,280000),(47330,37,32000),(47330,38,6000),(47330,39,2800),(47330,40,1200),(47330,9838,800),(47330,11399,500),(47330,11539,800),(47330,11554,1200),(47332,34,4000000),(47332,35,800000),(47332,36,280000),(47332,37,32000),(47332,38,6000),(47332,39,2800),(47332,40,1200),(47332,9838,800),(47332,11399,500),(47332,11539,800),(47332,11554,1200),(47334,34,1500000),(47334,35,300000),(47334,36,105000),(47334,37,12000),(47334,38,2250),(47334,39,1050),(47334,40,450),(47334,9840,1000),(47334,9842,800),(47334,11399,700),(47334,11535,600),(47334,11541,500),(47336,34,120),(47336,35,80),(47336,37,80),(47336,38,50),(47336,39,500),(47336,40,250),(47338,34,1500000),(47338,35,300000),(47338,36,105000),(47338,37,12000),(47338,38,2250),(47338,39,1050),(47338,40,450),(47338,9840,120),(47338,9842,90),(47338,11399,200),(47338,11534,400),(47338,11537,400),(47338,11538,200),(47338,11541,200),(47340,34,500000),(47340,35,100000),(47340,36,35000),(47340,37,4000),(47340,38,750),(47340,39,350),(47340,40,150),(47340,9834,600),(47340,9842,200),(47340,11399,300),(47340,11540,600),(47342,34,500000),(47342,35,100000),(47342,36,35000),(47342,37,4000),(47342,38,750),(47342,39,350),(47342,40,150),(47342,9834,200),(47342,9842,500),(47342,11399,500),(47342,11540,900),(47344,34,500000),(47344,35,100000),(47344,36,35000),(47344,37,4000),(47344,38,750),(47344,39,350),(47344,40,150),(47344,9842,240),(47344,11399,300),(47344,11538,150),(47344,11539,150),(47344,11540,150),(47344,11541,150),(47347,34,500000),(47347,35,100000),(47347,36,35000),(47347,37,4000),(47347,38,750),(47347,39,350),(47347,40,150),(47347,9838,100),(47347,11399,200),(47347,11547,30),(47347,11548,30),(47347,11549,30),(47347,11550,30),(47348,34,500000),(47348,35,100000),(47348,36,35000),(47348,37,4000),(47348,38,750),(47348,39,350),(47348,40,150),(47348,9840,500),(47348,9842,300),(47348,11399,120),(47348,11534,100),(47348,11535,100),(47348,11536,100),(47348,11537,100),(47351,34,1500000),(47351,35,300000),(47351,36,105000),(47351,37,12000),(47351,38,2250),(47351,39,1050),(47351,40,450),(47351,9840,120),(47351,9842,80),(47351,11399,100),(47351,11538,350),(47352,34,2000000),(47352,35,400000),(47352,36,90000),(47352,37,7000),(47352,38,1000),(47352,39,750),(47352,40,450),(47353,34,2000000),(47353,35,400000),(47353,36,90000),(47353,37,7000),(47353,38,1000),(47353,39,750),(47353,40,450),(47353,9838,320),(47353,11399,320),(47353,11539,320),(47353,11554,1000),(47356,34,1250000),(47356,35,300000),(47356,36,90000),(47356,37,8000),(47356,38,4000),(47356,39,1000),(47356,40,500),(47358,34,1250000),(47358,35,300000),(47358,36,90000),(47358,37,8000),(47358,38,4000),(47358,39,1000),(47358,40,500),(47358,9838,800),(47358,11399,300),(47358,11539,280),(47358,11554,400),(47360,34,2500000),(47360,35,400000),(47360,36,350000),(47360,37,40000),(47360,38,600),(47360,39,350),(47360,40,100),(47362,34,2500000),(47362,35,400000),(47362,36,350000),(47362,37,40000),(47362,38,600),(47362,39,350),(47362,40,100),(47362,11399,2000),(47362,11542,1200),(47362,11543,1200),(47362,11544,1200),(47362,11545,1200),(47364,34,1500000),(47364,35,300000),(47364,36,105000),(47364,37,12000),(47364,38,2250),(47364,39,1050),(47364,40,450),(47364,9840,80),(47364,9842,140),(47364,11399,150),(47364,11535,240),(47364,11537,240),(47364,11539,120),(47364,11541,120),(47366,34,1500000),(47366,35,300000),(47366,36,105000),(47366,37,12000),(47366,38,2250),(47366,39,1050),(47366,40,450),(47366,9842,50),(47366,11399,120),(47366,11536,400),(47366,11538,200),(47366,11689,400),(47368,34,1500000),(47368,35,300000),(47368,36,105000),(47368,37,12000),(47368,38,2250),(47368,39,1050),(47368,40,450),(47368,9840,180),(47368,9842,140),(47368,11399,150),(47368,11535,300),(47368,11541,150),(47395,48927,88),(47396,48927,185),(47397,48927,185),(47408,34,17367),(47408,35,14709),(47408,36,68),(47408,37,1),(47408,38,1),(47408,39,2),(47408,40,4),(47466,34,1),(47481,48927,185),(47512,21947,10),(47512,21949,10),(47512,21951,10),(47512,21953,4),(47512,21955,4),(47512,21957,10),(47512,21959,4),(47512,21961,10),(47512,21963,40),(47512,21965,10),(47512,21967,10),(47512,36958,4),(47513,21947,10),(47513,21949,10),(47513,21951,10),(47513,21953,4),(47513,21955,4),(47513,21957,10),(47513,21959,4),(47513,21961,10),(47513,21963,40),(47513,21965,10),(47513,21967,10),(47513,36958,4),(47514,21947,10),(47514,21949,10),(47514,21951,10),(47514,21953,4),(47514,21955,4),(47514,21957,10),(47514,21959,4),(47514,21961,10),(47514,21963,40),(47514,21965,10),(47514,21967,10),(47514,36958,4),(47515,21947,10),(47515,21949,10),(47515,21951,10),(47515,21953,4),(47515,21955,4),(47515,21957,10),(47515,21959,4),(47515,21961,10),(47515,21963,40),(47515,21965,10),(47515,21967,10),(47515,36958,4),(47516,21947,10),(47516,21949,10),(47516,21951,10),(47516,21953,4),(47516,21955,4),(47516,21957,10),(47516,21959,4),(47516,21961,10),(47516,21963,40),(47516,21965,10),(47516,21967,10),(47516,36958,4),(47702,34,862),(47702,35,792),(47702,36,529),(47705,48927,42),(47706,48927,88),(47707,48927,185),(47708,48927,185),(47727,34,10321889),(47727,35,2581444),(47727,36,647667),(47727,37,161511),(47727,38,40278),(47727,39,19000),(47727,40,5466),(47727,3828,450),(47727,11399,975),(47727,11530,375),(47727,11536,863),(47727,11538,6000),(47727,11542,37500),(47727,11548,225),(47727,11551,3000),(47727,11555,3795),(47728,34,10321889),(47728,35,2581444),(47728,36,647667),(47728,37,161511),(47728,38,40278),(47728,39,19000),(47728,40,5466),(47728,3828,450),(47728,11399,975),(47728,11530,375),(47728,11536,863),(47728,11538,6000),(47728,11542,37500),(47728,11548,225),(47728,11551,3000),(47728,11555,3795),(47732,34,502),(47732,35,297),(47732,36,334),(47732,37,197),(47732,39,4),(47736,34,502),(47736,35,297),(47736,36,334),(47736,37,197),(47736,39,4),(47740,34,3967),(47740,35,2131),(47740,36,228),(47740,37,13),(47740,38,2),(47745,34,63753),(47745,35,16381),(47745,36,4321),(47745,37,1006),(47745,38,308),(47745,39,112),(47745,40,20),(47749,34,708),(47749,35,643),(47749,36,1),(47749,38,1),(47753,34,3818),(47753,35,3477),(47753,36,3),(47753,37,2),(47757,34,19884),(47757,35,8922),(47757,36,1113),(47757,37,49),(47757,38,24),(47757,39,4),(47757,40,2),(47769,34,858),(47769,35,288),(47769,40,4),(47773,34,2271),(47773,35,1063),(47773,36,906),(47773,37,1),(47773,38,4),(47777,34,4662),(47777,35,1857),(47777,36,1027),(47777,37,44),(47777,38,51),(47781,34,1327),(47781,35,481),(47781,36,113),(47785,35,1327),(47785,36,481),(47785,37,113),(47789,36,1327),(47789,37,481),(47789,38,113),(47793,37,1327),(47793,38,481),(47793,39,228),(47800,34,916),(47800,35,64),(47800,36,29),(47800,38,4),(47804,34,1890),(47804,35,456),(47804,36,179),(47804,37,6),(47808,34,3383),(47808,35,2769),(47808,36,181),(47812,34,5244),(47812,35,3160),(47812,36,842),(47812,38,20),(47812,39,6),(47812,40,2),(47817,34,12218),(47817,35,11594),(47817,36,8360),(47817,37,231),(47817,38,6),(47817,40,6),(47820,34,18938),(47820,35,18012),(47820,36,13619),(47820,37,877),(47820,39,2),(47820,40,12),(47824,34,520),(47824,35,39),(47824,36,198),(47824,37,96),(47824,39,2),(47824,40,2),(47828,34,1484),(47828,35,211),(47828,36,397),(47828,37,198),(47828,39,40),(47828,40,6),(47832,34,1486),(47832,35,1486),(47832,36,1486),(47832,37,1486),(47832,39,100),(47832,40,48),(47836,35,1327),(47836,36,481),(47836,37,113),(47838,36,1327),(47838,37,481),(47838,38,113),(47840,37,1327),(47840,38,481),(47840,39,228),(47842,34,858),(47842,35,288),(47842,40,4),(47844,34,2271),(47844,35,1063),(47844,36,906),(47844,37,1),(47844,38,4),(47846,34,4662),(47846,35,1857),(47846,36,1027),(47846,37,44),(47846,38,51),(47885,34,27),(47885,35,21),(47885,47975,2),(47885,48112,45),(47886,34,143),(47886,35,119),(47886,47975,3),(47886,48112,85),(47887,34,458),(47887,35,580),(47887,47975,5),(47887,48112,125),(47908,34,676),(47908,36,318),(47908,37,2),(47908,39,6),(47908,40,2),(47909,34,676),(47909,36,318),(47909,37,2),(47909,39,6),(47909,40,2),(47911,34,676),(47911,36,318),(47911,37,2),(47911,39,6),(47911,40,2),(47911,3689,8),(47911,9842,3),(47911,11399,8),(47911,11539,8),(47912,34,1102),(47912,35,113),(47912,36,4),(47912,38,2),(47912,39,2),(47913,34,1102),(47913,35,113),(47913,36,4),(47913,38,2),(47913,39,2),(47914,34,3556),(47914,35,3158),(47914,36,9),(47914,37,20),(47914,9848,1),(47914,11399,6),(47914,11689,9),(47914,47975,15),(47914,48112,450),(47915,34,1102),(47915,35,113),(47915,36,4),(47915,38,2),(47915,39,2),(47915,47975,8),(47915,48112,28),(47916,34,4453),(47916,35,1287),(47916,36,1199),(47916,40,2),(47917,34,4453),(47917,35,1287),(47917,36,1199),(47917,40,2),(47918,34,19089),(47918,35,10786),(47918,36,9827),(47918,37,44),(47918,38,6),(47918,9848,5),(47918,11399,17),(47918,11689,18),(47918,47975,25),(47918,48112,660),(47919,34,4453),(47919,35,1287),(47919,36,1199),(47919,40,2),(47919,47975,14),(47919,48112,62),(47920,34,13684),(47920,35,4117),(47920,36,3851),(47920,39,2),(47920,40,8),(47921,34,13684),(47921,35,4117),(47921,36,3851),(47921,39,2),(47921,40,8),(47922,34,328307),(47922,35,117839),(47922,36,42197),(47922,37,19951),(47922,38,1234),(47922,39,62),(47922,40,126),(47922,9848,14),(47922,11399,35),(47922,11689,33),(47922,47975,45),(47922,48112,940),(47923,34,13684),(47923,35,4117),(47923,36,3851),(47923,39,2),(47923,40,8),(47923,47975,22),(47923,48112,64),(47924,34,27),(47924,35,21),(47924,47975,2),(47924,48112,45),(47925,34,27),(47925,35,21),(47925,47975,2),(47925,48112,45),(47926,11399,1),(47926,16679,60),(47926,47975,6),(47926,48112,85),(47927,11399,1),(47927,16679,60),(47927,47975,6),(47927,48112,85),(47928,34,143),(47928,35,119),(47928,47975,3),(47928,48112,85),(47929,34,143),(47929,35,119),(47929,47975,3),(47929,48112,85),(47930,11399,6),(47930,16679,240),(47930,47975,9),(47930,48112,145),(47931,11399,6),(47931,16679,240),(47931,47975,9),(47931,48112,145),(47932,34,458),(47932,35,580),(47932,47975,5),(47932,48112,125),(47933,34,458),(47933,35,580),(47933,47975,5),(47933,48112,125),(47934,11399,15),(47934,16679,600),(47934,47975,14),(47934,48112,280),(47935,11399,15),(47935,16679,600),(47935,47975,14),(47935,48112,280),(48116,48927,88),(48117,48927,185),(48118,48927,185),(48150,48927,42),(48151,48927,88),(48152,48927,185),(48153,48927,185),(48253,34,471),(48253,36,4),(48253,38,2),(48419,34,2093),(48419,35,1532),(48419,36,22),(48419,37,138),(48419,40,2),(48423,34,4547),(48423,35,3208),(48423,36,274),(48423,37,592),(48423,40,24),(48427,34,12169),(48427,35,6778),(48427,36,1099),(48427,37,3276),(48427,40,138),(48431,34,684),(48431,35,427),(48431,36,153),(48431,37,2),(48431,38,2),(48435,34,1338),(48435,35,1058),(48435,36,493),(48435,37,2),(48435,38,1),(48439,34,4574),(48439,35,1734),(48439,36,1307),(48439,39,4),(48463,34,100000),(48463,37,10),(48463,40,100),(48599,48927,185),(48600,48927,185),(48601,48927,42),(48602,48927,88),(48603,48927,185),(48604,48927,185),(48605,48927,42),(48606,48927,88),(48607,48927,185),(48608,48927,185),(48609,48927,42),(48610,48927,88),(48611,48927,185),(48612,48927,185),(48613,48927,42),(48614,48927,88),(48615,48927,185),(48616,48927,185),(48635,34,614356),(48635,35,154233),(48635,36,39907),(48635,37,9687),(48635,38,2387),(48635,39,1202),(48635,40,356),(48635,47975,435),(48635,48112,400),(48636,34,23304),(48636,35,6290),(48636,36,2949),(48636,37,398),(48636,38,82),(48636,39,20),(48636,40,2),(48636,47975,220),(48636,48112,150),(48744,34,5947),(48744,35,729),(48744,37,47),(48744,38,27),(48744,39,18),(48899,34,27778),(48899,35,12222),(48899,36,10000),(48899,37,2778),(48899,38,389),(48899,39,1112),(48899,40,88),(48899,2870,2),(48899,2876,1),(48899,17136,2),(48916,48927,4),(48917,48927,4),(48918,48927,4),(48919,48927,4),(49099,34,66156),(49099,35,36064),(49099,36,17147),(49099,37,9360),(49099,38,2824),(49099,39,204),(49099,40,40),(49538,48927,42),(49539,48927,88),(49540,48927,185),(49600,21947,8),(49600,21951,1),(49600,36956,1),(49600,36958,5),(49601,21947,8),(49601,21951,1),(49601,36956,1),(49601,36958,5),(49710,34,43304),(49710,35,7290),(49710,36,3349),(49710,37,398),(49710,38,82),(49710,39,22),(49710,40,3),(49710,47975,230),(49710,48112,180),(49711,34,914356),(49711,35,184233),(49711,36,43907),(49711,37,9687),(49711,38,2887),(49711,39,1402),(49711,40,386),(49711,47975,635),(49711,48112,560),(49712,34,514356),(49712,35,184233),(49712,36,39907),(49712,37,9687),(49712,38,2387),(49712,39,1202),(49712,40,156),(49712,47975,235),(49712,48112,546),(49713,11399,90),(49713,11478,12),(49713,11537,263),(49713,11543,2250),(49713,11557,150),(49713,52310,71),(49713,52311,20),(49713,52312,750),(49713,52313,1800),(49713,52314,80),(49720,34,800000),(49720,35,400000),(49720,36,90000),(49720,37,80000),(49720,38,10000),(49720,39,7000),(49720,40,4000),(49720,2871,25),(49720,33577,10),(49720,47975,20),(49720,48112,100),(49722,34,8050),(49722,35,1459),(49726,34,676),(49726,36,318),(49726,37,2),(49726,39,6),(49726,40,2),(49730,34,773),(49730,35,491),(49730,36,518),(49730,37,3),(49730,39,4),(49734,34,676),(49734,36,318),(49734,37,2),(49734,39,6),(49734,40,2),(49738,34,1351),(49738,36,636),(49738,37,4),(49738,39,14),(49738,40,4),(49753,48927,185),(49770,34,1506),(49770,35,924),(49770,36,108),(49770,47975,20),(49770,48112,280),(49771,34,1506),(49771,35,924),(49771,36,108),(49771,47975,12),(49771,48112,300),(49772,34,1506),(49772,35,924),(49772,36,108),(49772,47975,12),(49772,48112,300),(49773,34,1506),(49773,35,924),(49773,36,108),(49773,9848,12),(49773,11399,5),(49773,11539,3),(49774,34,1506),(49774,35,924),(49774,36,108),(49774,47975,22),(49774,48112,320),(49787,48927,1),(49789,48927,2),(49790,34,1351),(49790,36,636),(49790,37,4),(49790,39,14),(49790,40,4),(49791,34,912),(49791,35,198),(49791,36,542),(49791,37,5),(49791,40,2),(49792,34,676),(49792,36,318),(49792,37,2),(49792,39,6),(49792,40,2),(49792,3689,8),(49792,9842,3),(49792,11399,5),(49792,11689,8),(50015,48927,2),(50053,12836,3),(50053,23163,312),(50066,12836,3),(50066,23163,312),(50067,12836,3),(50067,23163,312),(52227,34,1062),(52227,35,2),(52227,36,53),(52230,34,1462),(52230,35,3),(52230,36,62),(52236,34,1102),(52236,35,113),(52236,36,4),(52236,38,2),(52236,39,2),(52236,47975,8),(52236,48112,28),(52238,34,4453),(52238,35,1287),(52238,36,1199),(52238,40,2),(52238,47975,14),(52238,48112,52),(52240,34,13684),(52240,35,4117),(52240,36,3851),(52240,39,2),(52240,40,8),(52240,47975,22),(52240,48112,64),(52242,34,676),(52242,36,318),(52242,37,2),(52242,39,6),(52242,40,2),(52242,3689,8),(52242,9842,3),(52242,11399,8),(52242,11539,8),(52244,34,676),(52244,36,318),(52244,37,2),(52244,39,6),(52244,40,2),(52250,11399,34),(52250,11478,8),(52250,11537,280),(52250,11545,800),(52250,11556,50),(52250,52310,42),(52250,52311,16),(52250,52312,328),(52250,52313,650),(52250,52314,48),(52252,11399,80),(52252,11478,12),(52252,11537,278),(52252,11544,2550),(52252,11558,125),(52252,52310,75),(52252,52311,22),(52252,52312,800),(52252,52313,1600),(52252,52314,80),(52254,11399,65),(52254,11478,10),(52254,11537,210),(52254,11542,1400),(52254,11555,95),(52254,52310,65),(52254,52311,18),(52254,52312,550),(52254,52313,1050),(52254,52314,55),(52264,34,231),(52264,35,220),(52265,34,52),(52265,35,4),(52265,40,4),(52267,34,633333),(52267,35,144444),(52267,36,42222),(52267,37,10000),(52267,38,2556),(52267,39,1222),(52267,40,322),(52306,34,12600),(52306,38,456),(52306,39,81),(52306,40,13),(52315,34,2200),(52315,35,7200),(52315,36,855),(52315,38,450),(52315,39,270),(52315,40,83),(52315,11399,2),(52316,34,13200),(52316,35,2200),(52316,36,3780),(52316,37,1100),(52316,40,185),(52316,11399,10),(52476,34,150),(52476,35,18),(52476,36,12),(52477,34,496),(52477,35,220),(52477,38,2),(52674,2346,82),(52674,2367,89),(52674,11399,12),(52674,52313,30),(52674,52314,11),(52679,2346,86),(52679,2367,94),(52679,11399,13),(52679,52313,32),(52679,52314,11),(52680,2346,90),(52680,2367,98),(52680,11399,13),(52680,52313,33),(52680,52314,12),(52681,2346,94),(52681,2367,103),(52681,11399,14),(52681,52313,35),(52681,52314,12),(52682,2346,98),(52682,2367,107),(52682,11399,14),(52682,52313,36),(52682,52314,13),(52683,2346,245),(52683,2367,268),(52683,11399,36),(52683,52313,91),(52683,52314,32),(52694,34,22494),(52694,35,14349),(52694,36,2556),(52694,37,1220),(52694,38,542),(52694,39,478),(52694,40,960),(52696,34,6),(52696,35,17),(52696,36,22),(52696,37,1),(52696,38,1),(52696,40,2),(52696,16275,11),(52696,16681,1),(52696,16682,1),(52785,2346,118),(52785,2367,129),(52785,11399,17),(52785,52313,44),(52785,52314,15),(52786,2346,124),(52786,2367,136),(52786,11399,18),(52786,52313,46),(52786,52314,16),(52787,2346,130),(52787,2367,142),(52787,11399,19),(52787,52313,48),(52787,52314,17),(52788,2346,136),(52788,2367,149),(52788,11399,20),(52788,52313,50),(52788,52314,18),(52789,2346,142),(52789,2367,155),(52789,11399,21),(52789,52313,53),(52789,52314,18),(52790,2346,355),(52790,2367,388),(52790,11399,52),(52790,52313,132),(52790,52314,46),(52798,48927,42),(52799,48927,88),(52800,48927,88),(52801,48927,42),(52802,48927,88),(52803,48927,88),(52804,48927,42),(52805,48927,88),(52806,48927,88),(52807,48927,42),(52808,48927,88),(52809,48927,88),(52810,48927,42),(52811,48927,88),(52812,48927,88),(52907,34,11716296),(52907,35,2930004),(52907,36,733304),(52907,37,186361),(52907,38,45699),(52907,39,21186),(52907,40,6575),(52907,47975,730),(52907,48112,850),(52915,34,2452300),(52915,35,808817),(52915,36,296600),(52915,37,48300),(52915,38,13807),(52915,39,4946),(52915,40,2100),(52916,34,458),(52916,35,580),(52916,47975,5),(52916,48112,125),(52917,2346,236),(52917,2367,259),(52917,11399,35),(52917,52313,88),(52917,52314,30),(52918,2346,248),(52918,2367,272),(52918,11399,37),(52918,52313,92),(52918,52314,32),(52919,2346,272),(52919,2367,298),(52919,11399,40),(52919,52313,101),(52919,52314,35),(52920,2346,284),(52920,2367,311),(52920,11399,42),(52920,52313,105),(52920,52314,37),(52921,2346,260),(52921,2367,285),(52921,11399,38),(52921,52313,96),(52921,52314,33),(52922,2346,709),(52922,2367,776),(52922,11399,104),(52922,52313,263),(52922,52314,91),(53301,34,458),(53301,35,580),(53301,47975,5),(53301,48112,125),(53302,34,458),(53302,35,580),(53302,47975,5),(53302,48112,125),(53704,2346,326),(53704,2367,357),(53704,11399,48),(53704,17136,257),(53705,2348,372),(53705,2367,326),(53705,11399,69),(53705,17136,251),(53706,2367,532),(53706,11399,94),(53706,12836,543),(53706,17136,253),(53707,2346,642),(53707,11399,103),(53707,12836,757),(53707,17136,259),(53708,2348,532),(53708,11399,88),(53708,12836,414),(53708,17136,261),(53709,2346,412),(53709,2348,366),(53709,2367,392),(53709,11399,110),(53709,17136,255),(53710,2346,542),(53710,2367,594),(53710,11399,79),(53710,17136,515),(53711,2348,620),(53711,2367,542),(53711,11399,114),(53711,17136,503),(53712,2367,888),(53712,11399,157),(53712,12836,906),(53712,17136,497),(53713,2346,1070),(53713,11399,172),(53713,12836,1261),(53713,17136,527),(53714,2346,687),(53714,2348,609),(53714,2367,654),(53714,11399,183),(53714,17136,499),(53715,2348,887),(53715,11399,146),(53715,12836,691),(53715,17136,531),(53839,2346,247),(53839,2348,220),(53839,2367,235),(53839,11399,66),(53839,17136,153),(53853,2346,196),(53853,2367,214),(53853,11399,29),(53853,17136,154),(53854,2348,223),(53854,2367,196),(53854,11399,41),(53854,17136,151),(53855,2348,319),(53855,11399,53),(53855,12836,248),(53855,17136,157),(53856,2367,319),(53856,11399,56),(53856,12836,326),(53856,17136,152),(53857,2346,385),(53857,11399,62),(53857,12836,454),(53857,17136,155),(53890,2346,542),(53890,2367,594),(53890,11399,79),(53890,34575,47),(53891,2348,620),(53891,2367,542),(53891,11399,114),(53891,34575,45),(53892,2348,887),(53892,11399,146),(53892,12836,691),(53892,34575,47),(53893,2367,888),(53893,11399,157),(53893,12836,906),(53893,34575,46),(53894,2346,1070),(53894,11399,172),(53894,12836,1261),(53894,34575,48),(53895,2346,687),(53895,2348,609),(53895,2367,654),(53895,11399,183),(53895,34575,50),(53896,2346,326),(53896,2367,357),(53896,11399,48),(53896,34575,23),(53897,2348,372),(53897,2367,326),(53897,11399,69),(53897,34575,22),(53898,2348,532),(53898,11399,88),(53898,12836,414),(53898,34575,23),(53899,2367,532),(53899,11399,94),(53899,12836,543),(53899,34575,22),(53900,2346,642),(53900,11399,103),(53900,12836,757),(53900,34575,23),(53901,2346,412),(53901,2348,366),(53901,2367,392),(53901,11399,110),(53901,34575,25),(53902,2346,196),(53902,2367,214),(53902,11399,29),(53902,34575,10),(53903,2348,223),(53903,2367,196),(53903,11399,41),(53903,34575,10),(53904,2348,319),(53904,11399,53),(53904,12836,248),(53904,34575,11),(53905,2367,319),(53905,11399,56),(53905,12836,326),(53905,34575,10),(53906,2346,385),(53906,11399,62),(53906,12836,454),(53906,34575,11),(53907,2346,247),(53907,2348,220),(53907,2367,235),(53907,11399,66),(53907,34575,13),(54291,34,75),(54291,35,200),(54291,36,500),(54291,37,250),(54291,38,10),(54291,40,1),(54292,34,50),(54292,35,128),(54292,36,400),(54292,37,150),(54292,38,8),(54292,40,1),(54293,34,50),(54293,35,128),(54293,36,400),(54293,37,150),(54293,38,8),(54293,40,1),(54294,34,168),(54294,36,135),(54294,37,1),(54294,38,2),(54295,34,50),(54295,35,128),(54295,36,400),(54295,37,150),(54295,38,8),(54295,40,1),(54392,2346,542),(54392,2367,594),(54392,11399,79),(54392,28363,329),(54393,2348,620),(54393,2367,542),(54393,11399,114),(54393,28363,315),(54394,2348,887),(54394,11399,146),(54394,12836,691),(54394,28363,329),(54395,2367,888),(54395,11399,157),(54395,12836,906),(54395,28363,322),(54396,2346,1070),(54396,11399,172),(54396,12836,1261),(54396,28363,336),(54397,2346,687),(54397,2348,609),(54397,2367,654),(54397,11399,183),(54397,28363,350),(54398,2346,326),(54398,2367,357),(54398,11399,48),(54398,28363,161),(54399,2348,372),(54399,2367,326),(54399,11399,69),(54399,28363,154),(54400,2348,532),(54400,11399,88),(54400,12836,414),(54400,28363,161),(54401,2367,532),(54401,11399,94),(54401,12836,543),(54401,28363,154),(54402,2346,642),(54402,11399,103),(54402,12836,757),(54402,28363,161),(54403,2346,412),(54403,2348,366),(54403,2367,392),(54403,11399,110),(54403,28363,175),(54404,2346,196),(54404,2367,214),(54404,11399,29),(54404,28363,70),(54405,2348,223),(54405,2367,196),(54405,11399,41),(54405,28363,70),(54406,2348,319),(54406,11399,53),(54406,12836,248),(54406,28363,77),(54407,2367,319),(54407,11399,56),(54407,12836,326),(54407,28363,70),(54408,2346,385),(54408,11399,62),(54408,12836,454),(54408,28363,77),(54409,2346,247),(54409,2348,220),(54409,2367,235),(54409,11399,66),(54409,28363,91),(54587,40,2),(54587,28686,17),(54588,40,2),(54588,28686,17),(54589,40,2),(54589,28686,17),(54590,40,2),(54590,28686,17),(54591,40,2),(54591,28686,17),(54592,40,2),(54592,28689,17),(54593,40,2),(54593,28689,17),(54594,40,2),(54594,28689,17),(54595,40,2),(54595,28689,17),(54596,40,2),(54596,28689,17),(54597,40,2),(54597,28691,17),(54598,40,2),(54598,28691,17),(54599,40,2),(54599,28691,17),(54600,40,2),(54600,28691,17),(54601,40,2),(54601,28691,17),(54602,40,2),(54602,28693,17),(54603,40,2),(54603,28693,17),(54604,40,2),(54604,28693,17),(54605,40,2),(54605,28693,17),(54606,40,2),(54606,28693,17),(54607,40,2),(54607,28688,17),(54610,40,2),(54610,28688,17),(54611,40,2),(54611,28688,17),(54612,40,2),(54612,28688,17),(54613,40,2),(54613,28688,17),(54614,40,2),(54614,28690,17),(54615,40,2),(54615,28690,17),(54616,40,2),(54616,28690,17),(54617,40,2),(54617,28690,17),(54618,40,2),(54618,28690,17),(54619,40,2),(54619,28692,17),(54620,40,2),(54620,28692,17),(54621,40,2),(54621,28692,17),(54622,40,2),(54622,28692,17),(54623,40,2),(54623,28692,17),(54624,40,2),(54624,28687,17),(54625,40,2),(54625,28687,17),(54626,40,2),(54626,28687,17),(54627,40,2),(54627,28687,17),(54628,40,2),(54628,28687,17),(54731,34,84444),(54731,35,35556),(54731,36,12444),(54731,37,2356),(54731,38,84),(54731,39,16),(54731,40,8),(54731,47975,212),(54731,54970,12),(54731,54971,8),(54731,54972,24),(54732,34,1222222),(54732,35,311112),(54732,36,80000),(54732,37,19778),(54732,38,5334),(54732,39,2532),(54732,40,776),(54732,47975,423),(54732,54970,28),(54732,54971,24),(54732,54972,56),(54733,34,6490333),(54733,35,1648000),(54733,36,368389),(54733,37,87794),(54733,38,25250),(54733,39,12867),(54733,40,3144),(54733,47975,768),(54733,54970,82),(54733,54971,94),(54733,54972,120),(54739,34,10916),(54739,35,592),(54739,36,684),(54739,39,16),(54739,48112,142),(54739,54970,4),(54739,54971,6),(54739,54972,24),(54740,34,10916),(54740,35,592),(54740,36,684),(54740,39,16),(54740,48112,142),(54740,54970,8),(54740,54971,6),(54740,54972,24),(54741,34,10916),(54741,35,592),(54741,36,684),(54741,39,16),(54741,48112,142),(54741,54970,8),(54741,54971,6),(54741,54972,24),(54742,34,10916),(54742,35,592),(54742,36,684),(54742,39,16),(54742,9848,4),(54742,11399,32),(54742,11690,44),(54742,48112,142),(54742,54970,4),(54742,54971,6),(54742,54972,24),(54743,34,10916),(54743,35,592),(54743,36,684),(54743,39,16),(54743,9848,4),(54743,11399,32),(54743,11690,44),(54743,48112,142),(54743,54970,4),(54743,54971,16),(54743,54972,24),(54745,34,54798),(54745,35,17886),(54745,36,21594),(54745,37,12),(54745,38,108),(54745,48112,265),(54745,54970,6),(54745,54971,10),(54745,54972,46),(54746,34,54798),(54746,35,17886),(54746,36,21594),(54746,37,12),(54746,38,108),(54746,48112,265),(54746,54970,14),(54746,54971,10),(54746,54972,46),(54747,34,54798),(54747,35,17886),(54747,36,21594),(54747,37,12),(54747,38,108),(54747,48112,265),(54747,54970,14),(54747,54971,10),(54747,54972,46),(54748,34,54798),(54748,35,17886),(54748,36,21594),(54748,37,12),(54748,38,108),(54748,9848,30),(54748,11399,120),(54748,11690,120),(54748,48112,265),(54748,54970,6),(54748,54971,10),(54748,54972,46),(54749,34,54798),(54749,35,17886),(54749,36,21594),(54749,37,12),(54749,38,108),(54749,9848,30),(54749,11399,120),(54749,11690,120),(54749,48112,265),(54749,54970,6),(54749,54971,28),(54749,54972,46),(54750,34,911040),(54750,35,233712),(54750,36,77976),(54750,37,21200),(54750,38,3288),(54750,40,260),(54750,48112,440),(54750,54970,12),(54750,54971,24),(54750,54972,82),(54751,34,911040),(54751,35,233712),(54751,36,77976),(54751,37,21200),(54751,38,3288),(54751,40,260),(54751,48112,440),(54751,54970,26),(54751,54971,24),(54751,54972,82),(54752,34,911040),(54752,35,233712),(54752,36,77976),(54752,37,21200),(54752,38,3288),(54752,40,260),(54752,48112,440),(54752,54970,26),(54752,54971,24),(54752,54972,82),(54753,34,911040),(54753,35,233712),(54753,36,77976),(54753,37,21200),(54753,38,3288),(54753,40,260),(54753,9848,112),(54753,11399,304),(54753,11690,288),(54753,48112,440),(54753,54970,12),(54753,54971,24),(54753,54972,82),(54754,34,911040),(54754,35,233712),(54754,36,77976),(54754,37,21200),(54754,38,3288),(54754,40,260),(54754,9848,112),(54754,11399,304),(54754,11690,288),(54754,48112,440),(54754,54970,12),(54754,54971,60),(54754,54972,82),(54769,34,816),(54769,35,68),(54769,38,4),(54769,54970,1),(54769,54972,6),(54770,34,816),(54770,35,68),(54770,38,4),(54770,54970,1),(54770,54972,6),(54771,34,816),(54771,35,68),(54771,38,4),(54771,54970,1),(54771,54972,6),(54772,34,816),(54772,35,68),(54772,38,4),(54772,54970,1),(54772,54972,6),(54773,34,2694),(54773,35,2502),(54773,36,42),(54773,54970,2),(54773,54972,8),(54774,34,2694),(54774,35,2502),(54774,36,42),(54774,54970,2),(54774,54972,8),(54775,34,2694),(54775,35,2502),(54775,36,42),(54775,54970,2),(54775,54972,8),(54776,34,2694),(54776,35,2502),(54776,36,42),(54776,54970,2),(54776,54972,8),(54777,34,14224),(54777,35,1016),(54777,36,712),(54777,37,232),(54777,54970,4),(54777,54972,14),(54778,34,14224),(54778,35,1016),(54778,36,712),(54778,37,232),(54778,54970,4),(54778,54972,14),(54779,34,14224),(54779,35,1016),(54779,36,712),(54779,37,232),(54779,54970,4),(54779,54972,14),(54780,34,14224),(54780,35,1016),(54780,36,712),(54780,37,232),(54780,54970,4),(54780,54972,14),(54781,11399,4),(54781,16670,240),(54781,16679,240),(54782,11399,120),(54782,16670,4800),(54782,16679,4800),(54783,11399,120),(54783,16670,4800),(54783,16679,4800),(54784,11399,4),(54784,16670,240),(54784,16679,240),(54785,11399,36),(54785,16670,1440),(54785,16679,1440),(54786,11399,36),(54786,16670,1440),(54786,16679,1440),(54812,48927,1),(54813,48927,1),(54814,48927,1),(54973,34,8050),(54973,35,1459),(54973,54970,2),(54973,54971,6),(54973,54972,20),(54974,34,8050),(54974,35,1459),(54974,54970,12),(54974,54971,6),(54974,54972,20),(54975,34,8050),(54975,35,1459),(54975,3689,8),(54975,9842,3),(54975,11399,5),(54975,11540,8),(54975,54970,2),(54975,54971,6),(54975,54972,20); +/*!40000 ALTER TABLE `invTypeMaterials` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2020-07-28 15:56:33